by Rory White >> Tue, 2 Nov 1999 2:17:15 GMT
Does anyone have any experience of updating a JADE database via ODBC?
What I'm looking at doing is retrieving JADE data via ODBC and a relational view, e.g.
"select customer.number, customer.name from customer where number = 2" and then updating that data e.g.
"update customer set date_of_last_purchase = '1-Jan-1999' where number = 2"
The first statement works fine but the second one comes up with:
"This SQL Statement is not supported"
Fair enough, but is there some (hack) way that I could implement this?
Thanks,