I am creating a software using Visual Studio, and C#. I have a Access Database, and for one of the column types of the table, I have it as Memo. Using MS Access, manually I can insert more than 1024 characters.
But in my software when I use an insert query using a database table adapter, it can only insert 1024 characters in that particular column.
So, how do I insert more than 1024 character of text?
Question
roosevelt
Hi,
I am creating a software using Visual Studio, and C#. I have a Access Database, and for one of the column types of the table, I have it as Memo. Using MS Access, manually I can insert more than 1024 characters.
But in my software when I use an insert query using a database table adapter, it can only insert 1024 characters in that particular column.
So, how do I insert more than 1024 character of text?
Link to comment
Share on other sites
2 answers to this question
Recommended Posts