I'm having some problems here! In the past I have always used a client/server setup with ODBC.
I'm now working on a project that I need to use local paradox tables and I'm confused. I have three tables that I need to populate from a text file. I have created all the tables in the DatabaseDesktop, tblVoterMain; tblVRContacts, tblVRAddress. However when I add a TTable component to the main form, it can't find the "database", now there is no database, there are four tables.
Now eventually, this will probably be changed to a client/server setup, but for now, I need local tables.
How do I set up the TTable or TQuery so that I use local tables?
Leslie
I'm now working on a project that I need to use local paradox tables and I'm confused. I have three tables that I need to populate from a text file. I have created all the tables in the DatabaseDesktop, tblVoterMain; tblVRContacts, tblVRAddress. However when I add a TTable component to the main form, it can't find the "database", now there is no database, there are four tables.
Now eventually, this will probably be changed to a client/server setup, but for now, I need local tables.
How do I set up the TTable or TQuery so that I use local tables?
Leslie