$BD = odbc_connect ('ForumFr', '', '');
$SQL = "Insert Into Cartes (NoCarte, Nom_Utilisateur) values (4, 'Domlane')";
$cur = odbc_exec($BD, $SQL);
odbc_close( $BD);

is there something wrong??

I'm always getting the "SQL state S1000 in SQLExecDirect" error when executing...

what can I do??

    7 months later

    Hi Domlane

    I was surfing around in the internet to find a solution to my db-problem, which is exactly your's. If you found out by now how to solve this problem, I would appreciate if you could let me know.

    Thanks in advance, Cornel

      Write a Reply...