Viewing 3 posts - 1 through 3 (of 3 total)
Thanks. I guess I have to find a new driver then
July 11, 2003 at 4:13 pm
#465198
Here's my connection code:
stmt = con.createStatement();
rs = stmt.executeQuery(query);
where con is my connection . Table EsPage has 2 fields, name and comments. Comments is text data type....
July 11, 2003 at 2:59 pm
#465192
I am just using a select statement to retrieve the text value from Java code using Microsoft JDBC driver.
Thanks
July 11, 2003 at 2:35 pm
#465187