D
Deven
We are developing a desktop application using Java technologies. Using the
application, user inputs data within a Text Pane [Java Swing], and the data
is updated into the database [Microsoft Access].
With the launce of Microsoft Access 2007, we prompts to use datatype Memo
for the Text Pane field, since it support, firstly Rich Text Formating and
secondly, the character limit has been increased to 2GB.
On using the datatype Memo, we are not able to retrieve data from the
database [Microsoft Access 2007]. However, our application was working
perfectly fine when we had applied datatype String for the Text Pane.
Please guide us.
app
application, user inputs data within a Text Pane [Java Swing], and the data
is updated into the database [Microsoft Access].
With the launce of Microsoft Access 2007, we prompts to use datatype Memo
for the Text Pane field, since it support, firstly Rich Text Formating and
secondly, the character limit has been increased to 2GB.
On using the datatype Memo, we are not able to retrieve data from the
database [Microsoft Access 2007]. However, our application was working
perfectly fine when we had applied datatype String for the Text Pane.
Please guide us.
app