we are very interested on using Unidac in our company. This is the perfect component for us since we make use of Access databases and SQL Server. But when testing it we met a problem with a query that has been working for ages with another component called TDAOQuery from Diamond Access and that with TUniQuery doesn't work.
The query text is like this:
Code: Select all
Select * from Invoices LEFT JOIN Customers on Invoices.CodCustomer = Customers.CodCustomer
Code: Select all
[Microsoft][ODBC Microsoft Access Driver] Could not delete from specified tables.
Any help will be greatly appreciated.
Regards.