SQL Code
The Error:
As you can see, I ran the code from PHP. I doubt this will make any difference though. Why is the SQL saying too few parameters when I give it 12 columns and 12 peace's of data?
Im Lost on this one, tried everything I can think of.
Code:
INSERT INTO 6dclient (contactid, Company, "First Name", "Last Name", "Business Phone", "Mobile Phone", "Fax Number", "Email Address", Address, City, "Postal Code", Notes) VALUES ("1", "cname", "fname", "lname", "onumber", "mnumber", "faxnumer", "emailnumber", "addnumber", "citynumber", "postocde", "notes");
PHP:
Warning: odbc_exec() [function.odbc-exec]: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 12., SQL state 07001 in SQLExecDirect in D:\wamp\www\6degrees\pages\customerclientadd.php on line 25
Im Lost on this one, tried everything I can think of.
