i have a "TEXT" type column in a sql database. I queried it with
ResultSet rs=db.execSQL(query);
String s=rs.getString("text_field");
creates and error. how should i use this text column in my java?
|
This looks like Java and JDBC (the standard API to uses databases with Java. Here is a tutorial, chapter 3.2.2 shows the general solution to your problem. You have to call Applied to your code, this should give some progress:
|
|||
|
|
String s=rs.getString("text_field");) is not valid JavaScript! – jigfox Jul 20 '10 at 6:52