【发布时间】:2014-03-25 00:38:37
【问题描述】:
AddInfo a = new AddInfo();
int c;
c = a.getRw();
String sql = "select row(*) * from coproproject.table (user_id, user_lastname, user_firstname, user_mi, user_gender, user_age, bday_month, bday_date, bday_year, user_address, user_status, user_nationality, user_contact, user_email) value (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ";
我想获取c(我的数据库中的行数(coproproject.table))
我希望我的数据库中字段的字符串值出现在我的文本字段中
我该怎么做?
【问题讨论】:
-
这个问题似乎离题了,因为它从头到尾都是胡言乱语
-
旁注:是
VALUES而不是value--- 是时候学习教程了。