Hi,
I am trying to get MySQL running with c++.
Just trying the examples on:
http://dev.mysql.com/doc/plusplus/en/4_Tutorial.html
On 4.5.2 Adding Data there is an example how to insert data.
That example works as it is written, but I can't modify it!!!
There is one function:
sql_create_5(stock, 1, 5, string, item, int, num,
double, weight, double, price, Date, sdate)
and I don't know yet exactly what it does, but the 5 seems to be
defining that 5 objects get inserted.
I tried it on my own table, which has got 8 columns,
but than I get an error saying I was using to many parameters with that
function.
I tried sql_create_8 but that neither works, and I can't find any
documentation on this function.
Any help would be greatly appreciated.
Cheers,
Marcus
--
MySQL++ Mailing List
For list archives: http://lists.mysql.com/plusplus
To unsubscribe:
http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|