Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: char varchar

    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...

  • RE: image files

    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,...

Viewing 2 posts - 1 through 2 (of 2 total)