Hi there,
I have a c sharp file that reads in a text file and add the fields to my MYSQL server db.
My table is defined as:
"CREATE TABLE images(hotelID int, Name varchar(40), Caption varchar(20), URL varchar(100), Supplier varchar(20), Width int, Height int, ByteSize int, ThumbNailURL...