I am trying to write back data to a dbase databse through odbc using the sql command with crystal 9 using microsoft foxpro VFP version 6.01
I keep getting an error Failed to open a rowset
The command that i am trying is
update transfil set ticket_nbr=124 where ticket_nbr=123
This works if I execute it in WinSQL
Am I doing something wrong
Thanks
Peter
I keep getting an error Failed to open a rowset
The command that i am trying is
update transfil set ticket_nbr=124 where ticket_nbr=123
This works if I execute it in WinSQL
Am I doing something wrong
Thanks
Peter