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


-- 
View this message in context: 
http://old.nabble.com/How-To-INSERT-INTO-in-MySQL--tp33268576p33268576.html
Sent from the gambas-user mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to