G
Guest
Hi,
I am doing some DB work and have a question about type conversion.
I have a column in my database that is a varchar(255)
If i only use some of the space, e.g store "car" in this field, when i fetch
it from the database and assing it to a .NET string how much memory will this
string occupy.
Will it be 255 bytes or the actual size of the data stored in the field?
Thanks
Macca
I am doing some DB work and have a question about type conversion.
I have a column in my database that is a varchar(255)
If i only use some of the space, e.g store "car" in this field, when i fetch
it from the database and assing it to a .NET string how much memory will this
string occupy.
Will it be 255 bytes or the actual size of the data stored in the field?
Thanks
Macca