MS access query problem

admin

Administrator
Staff member
Hi:

When I run this query through my php program it bombs with the following error:

Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Too few parameters. Expected 15., SQL state 07001 in SQLExecute in c:\inetpub\wwwroot\chamber\Add\customer_add_script.php on line 29

When I paste my query into Access, it runs w/o problem:

insert into table1 values("9", "asdf", "asdfasdf", "ddddddd", "33333", "4444", "eeeeee", "asdfasdf", "gggggg", "VA", "33333", "5555", "66666", "3333", #01-01-1999#, "888", "9999", "000000")

Anyone have any ideas?
 
Back
Top