[Gambas-user] How To INSERT INTO in MySQL?

GMail adamnt42 at ...626...
Mon Feb 6 01:13:52 CET 2012


On Sun, 2012-02-05 at 15:45 -0800, abbat wrote:

> I cant make to work the command for MySQL which works perfect on VB.NET
> 
>  Dim COMMAND = New MySqlCommand("INSERT INTO statistic (" &
>              "TimeCode, SessionStart, SessionEnd, Kluch, Comp) VALUES ('" &
> T & "', now(), now(),'" & kluch & "','" & Nc & "')")
> 
> How to make it work?
> Thanks
> 

What does your MySqlCommand class look like?





More information about the User mailing list