Search found 3 matches

by san-sin
20 Jan 2011, 21:32
Forum: SFS2X Questions
Topic: problem sfs2x and postgresql
Replies: 11
Views: 22142

The same problem if I try String sql = "UPDATE stats SET money=" + money + " WHERE id=" + statsId; dbManager.executeUpdate(sql); but if String sql = "UPDATE stats SET money=" + money + " WHERE id=?"; psmt = connection.prepareStatement(sql); psm...
by san-sin
15 Jan 2011, 20:21
Forum: SFS2X Questions
Topic: problem sfs2x and postgresql
Replies: 11
Views: 22142

As i understend it's not criminal, becouse this error is only on startup.
I can use SFSDBManager in server extensions.
by san-sin
15 Jan 2011, 17:40
Forum: SFS2X Questions
Topic: problem sfs2x and postgresql
Replies: 11
Views: 22142

problem sfs2x and postgresql

Hello. Sfs2x send me error on starting like Exception: org.postgresql.util.PSQLException Message: Can't use query methods that take a query string on a PreparedStatement. Description: The DBManager Test SQL failed Please double check your SQL code and make sure that Database server is running. But w...

Go to advanced search