SQL memo datatype (SECOND TIME)
I have a simple VB.Net application that records Engineering Change Requests. Currently I'm using varchar fields to record proposed changes. I'm using varchar since I don't know what the datatype that is equal to the MS Access Memo datatype.
I did look in the help files with limited success. If I remember correctly it said that you can use the Image datatype to store large amounts of data. When I tried to creating a select statement in VB.Net with an Image datatype field, VB said that it can't handle that datatype. Help
Thanks
David Davis

