MSSQL Library exception on insert query
Hello Erel,
I am working on MSSQL library and developed one b4a program for same and below insert query statement is saving record in remote MS Sql 2005 database server table but it is giving one Exception as given below.
SQL1.Query("INSERT INTO A_LocMaster2 VALUES('"& varImei &"', "& varlon &" ,"& varlat &",'"& varLocaddress &"','"& VarUpdateDate &"','"& varTime &"')")
java.sql.SQLException: java.sql.SQLException: The executeQuery method must return a result set.
How to handle this Exception ?
BR
Nitin
:sign0085: