Greetings,
I have a problem with a Memo field in Acces 2000. I am using VB.Net and excuting an SQL INSERT INTO statements to save the contents on a text box to the DB.
I have tried both ADO and ADO.Net but both neither will save the data. If I use a Left(txtBox.Text,900) the string is save. If I use Left(txtBox.Text,901) the field is null.
Anyone experienced this and what is the fix.
Thanks!
I have a problem with a Memo field in Acces 2000. I am using VB.Net and excuting an SQL INSERT INTO statements to save the contents on a text box to the DB.
I have tried both ADO and ADO.Net but both neither will save the data. If I use a Left(txtBox.Text,900) the string is save. If I use Left(txtBox.Text,901) the field is null.
Anyone experienced this and what is the fix.
Thanks!