[Gambas-user] Gambas 2 and mysql bin-log

fvegaf fvegaf at ...67...
Tue Aug 30 21:11:43 CEST 2011


I need that the "insert" statement to be logged in the binary log.




fvegaf wrote:
> 
> I turned on the mysql binary log, but my gambas inserts, updates and
> deletes are not showing in the binary log (MySQL)
> 
> Example:
> 
> strQ = "Insert into tabletest(field1) values('test')"
> rs = db.Exec(strQ)
> 
> 
> I tried the following, and works, but it implies that I will need to
> rewrite my entire application:
> 
> rs = db.create("tabletest")
> rs!field1="test2"
> rs.update
> 
> 
> Any suggestions?
> 
> 
> 
> 
> 

-- 
View this message in context: http://old.nabble.com/Gambas-2-and-mysql-bin-log-tp32334095p32366975.html
Sent from the gambas-user mailing list archive at Nabble.com.





More information about the User mailing list