hi
im starting to learn ...
On client side i use
Dim cmd As DBCommand = CreateCommand("sql.insert_test", Array(Name,Name))
b4j
config.properties
sql.insert_test=INSERT INTO test VALUES (?, ?)
error
*** Command not found: sql.insert_test
(PSQLException) org.postgresql.util.PSQLException: The column index is out of range: 1, number of columns: 0.
(IllegalStateException) java.lang.IllegalStateException: WRITER
Command: , took: 9ms, client=172.16.1.18
Thanks, Stane
im starting to learn ...
On client side i use
Dim cmd As DBCommand = CreateCommand("sql.insert_test", Array(Name,Name))
b4j
config.properties
sql.insert_test=INSERT INTO test VALUES (?, ?)
error
*** Command not found: sql.insert_test
(PSQLException) org.postgresql.util.PSQLException: The column index is out of range: 1, number of columns: 0.
(IllegalStateException) java.lang.IllegalStateException: WRITER
Command: , took: 9ms, client=172.16.1.18
Thanks, Stane