by Carsten Sørensen » Sun Nov 22, 2009 3:46 pm
Hi,
When exploring a connected database - Dynamic AI is using open-schema commands. In the past we have experienced that some file based databases are not supporting this method - then we usually do the work around that you've been doing - to create a Dynamic AI SQL View pointing to the database object.
That method however is only usable (apart from annoying) if you can build reports afterwards on the defined SQL View. You might be able to preview data from the Dynamic AI SQL View builder - however when the SQL view is afterwards used as a data source in Dynamic AI - it must support being used as a sub-select. I.e. Dynamic AI reports will select columns around the view definition that you create like:
Select a, b, c from ( select * from mytable) XX
It might depend on the version of the database / the ODBC driver - which version of Paradox are you working with and which ODBC driver?
Another reason could be that the user account (IUSR_machinename if you have installed using IIS) is not having sufficient user rights to the folder/directory where the .DB files (.DBI and .DBF?'s as well?) files used by the database engine are stored.