> 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?

Suggestion for what?

-- 
Benoît Minisini

------------------------------------------------------------------------------
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@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to