3 messages in com.mysql.lists.javamm.jdbc driver and TEXT data...
FromSent OnAttachments
Stuart Rauh09 Dec 1999 12:53 
Stuart Rauh13 Dec 1999 20:33 
Thomas Malmberg14 Dec 1999 08:52 
Subject:mm.jdbc driver and TEXT data...
From:Stuart Rauh (sra@netins.net)
Date:12/13/1999 08:33:38 PM
List:com.mysql.lists.java

Using Visual Cafe 4 Expert Edition to program a Java client for mySQL. I've tried both the mm and twz driver and have experienced trouble with each.

Under mm, my application can read a VARCHAR value, it fails reading a TEXT field. Instead of data in the TEXT field, I get 'java.io.ByteArrayInputStream@8f5fba8a'.

Under twz, the TEXT field is correctly recognized but the GUI supplied by VCafe doesn't quite work correctly. When the last available record is displayed the buttons for moving forward in the list don't disable. I realize this is a VCafe issue but this works under mm!

I'm reasonably new to Java and JDBC but I'm willing to experiment if someone could give me suggestions on what modifications might get one of these drivers to work!

Any suggestions are welcome!