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

nando nando_f at ...951...
Wed Aug 31 07:23:18 CEST 2011


 set the logging level in the configuration file higher than zero


---------- Original Message -----------
From: fvegaf <fvegaf at ...67...>
To: gambas-user at lists.sourceforge.net
Sent: Tue, 30 Aug 2011 11:12:18 -0700 (PDT)
Subject: [Gambas-user]  Gambas 2 and mysql bin-log

> 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-tp32334095p32334095.html
> Sent from the gambas-user mailing list archive at Nabble.com.
> 
> ------------------------------------------------------------------------------
> Special Offer -- Download ArcSight Logger for FREE!
> Finally, a world-class log management solution at an even better 
> price-free! And you'll get a free "Love Thy Logs" t-shirt when you
> download Logger. Secure your free ArcSight Logger TODAY!
> http://p.sf.net/sfu/arcsisghtdev2dev
> _______________________________________________
> Gambas-user mailing list
> Gambas-user at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/gambas-user
------- End of Original Message -------





More information about the User mailing list