Viewing 2 posts - 1 through 2 (of 2 total)
varchar and char both stores the characters(Alphanumeric) values. The difference is that if you had defined a column with char(6) then whatever you have entered will consume the 6 Byte...
July 8, 2004 at 4:55 am
#513820
You can store the images in the SQL Column which has a data type of image. But it is always advisable not to store the image in the database,...
July 8, 2004 at 4:24 am
#513814