Link to home
Start Free TrialLog in
Avatar of Guen
Guen

asked on

Database Table problem

How do I link a Data Table with the prog. so I could copy it (and the Table) to other computers and use it? I tried even copying the table with the program and told the program a specific folder to look for it but when I tried to use it on a computer that doesn't have delphi on it, it generated an error of some sort that 'screamed' for some Dlls? I just wanted to build a simple inventory table and build an application that uses it - not something complex or fancy, I just wanted to use it with my friend.
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Guen
Guen

ASKER

again, can I combine the database table with the prog. , or can I tell it to use the directory of the program as it's (table) place?
if you use the QDB components, you can tell the file and directory of the table (=file) place. If you use the standard components (then you use BDE) and then after installing BDE on the target PC, you can point to the directory of the table, or better point to an alias you made. You use this alias in your program. The alias is created in the BDEConfig and points to a directory. This makes it possible to change the directory of the table, without changing your programmers code. Only the alias has to be changed.
Regards, Zif.
Avatar of Guen

ASKER

Thanks :)
No prob, hope it solved your question, if not, just give a comment on this thread and i'll help you further. Zif.