Sorry for being stupid !
I try to save data to the database. Save behkopf or behdetail alone is running without an error. Both together I get two errors, dependent on the line
sql.TransactionSuccessful
database is locked (without sql.TransactionSuccessful)
or...
hi
i want to combine two sql query
Dim RS As ResultSet=Sql1.ExecQuery2("SELECT * FROM tbl WHERE userid = ? ", Array As Int(uid))
Dim RS As ResultSet=Sql1.ExecQuery2("SELECT * FROM tbl OFFSET LIMIT ?,?",Array As String(0,10))
how do i this ??
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.