Variable length records

Shellie

Registered User.
Local time
Today, 13:17
Joined
Mar 10, 2006
Messages
18
Hello

Would it be possible for someone to explain to me how to program a variable length text fields in a table, as opposed to a fixed length field?

Also - what would be the disadvantage of using this type of field ?

Thanks
Shellie
 
If you are talking about Access, it doesn't have both a Char and VarChar datatype so there is no way to "program" it. If you are using SQL Server or some other back end database, just use the variable length text data type. There is no programming involved.
 

Users who are viewing this thread

Back
Top Bottom