I write pages for my intranet that interact with MS Access and SQL Server databases. It would be extremely convenient if I could access an ACT database as well. I've setup a DSN for the database, and I can successfully test the connection, but I still cannot access the database via a web page. I ran a Database Structure report from ACTDIAG, and it shows two tables - CONTACT and GROUP. However, if I pass along an SQL statement like this:
SELECT * FROM CONTACT
it says it cannot find the table. I'm using the driver for .dbf files, but do normal .dbf databases differ from ACT's .dbf format? Any insight or suggestions would be helpful.
SELECT * FROM CONTACT
it says it cannot find the table. I'm using the driver for .dbf files, but do normal .dbf databases differ from ACT's .dbf format? Any insight or suggestions would be helpful.