I am trying to run an update query on an access database from FoxPro,
and I keep getting the error:
Too few parameters. Expected 1.
I can connect to the table and run a select with no problem. The query
I am running is:
retval=SQLEXEC(ODBChandle,"update [addresses - MASTER LIST] set
zip='&tmpVal' where idnumber=2879")
I have tried just about every combination of brackets and quotes that I
can think of. I have also tried hard coding a value instead of using a
macro. Nothing works.
Kevin Clark
Seton Home Study School