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!