| View previous topic :: View next topic |
| Author |
Message |
Eclipse Newbie
Joined: 19 Sep 2002 Posts: 8
|
Posted: Mon Jun 23, 2003 8:56 pm Post subject: MySQL DLL Question |
|
|
I am trying to understand the MySQL.DLL. I can query the database. But I need to do a INSERT/VALUES. In the MySQL DLL Help files it says you can write and read from a MySQL Database. Can this be done? If so can anybody show the layout of INSERT/VALUE command used in VDS with the MySQL DLL.
Thank You |
|
| Back to top |
|
 |
nick Contributor

Joined: 15 Aug 2000 Posts: 50 Location: hamburg,nj
|
Posted: Mon Jun 23, 2003 9:45 pm Post subject: |
|
|
Hi:
I have not used the vdsmysql dll, but I would assume you would use the mysql query command with a normal mysql insert statement.
ie. MYSQL QUERY, INSERT INTO <table> etc.
Hope this helps.
Nick |
|
| Back to top |
|
 |
Eclipse Newbie
Joined: 19 Sep 2002 Posts: 8
|
Posted: Tue Jun 24, 2003 12:02 am Post subject: Update: |
|
|
OK, got it to work. Thank you for the reply.  |
|
| Back to top |
|
 |
Skit3000 Admin Team

Joined: 11 May 2002 Posts: 2166 Location: The Netherlands
|
|
| Back to top |
|
 |
|