[Gambas-user] Strange msq problem
Roel Touwen [prive]
roel at ...3306...
Fri Feb 14 09:02:18 CET 2014
Hi All,
I have installed the latest Fedora (20) with gambas from the repository.
When I do some datathing in mysql it simple won't update the database.
This code works fine on my old gambas 2 but update won't work in gambas3:
Public Sub SendTimeStamp()
Dim Hs As String
Hs = "Test"
Sql = "relation = '" & Main.RobotCust & "' and robotID = " &
Main.RobotID & " and rectype = 'TS' and subID = '' and sequencer = 0"
rsTimeSt = db.Edit("robots", Sql)
rsTimeSt!msg = Hs
rsTimeSt.Update()
Endif
End
More information about the User
mailing list