I designed a delphi program with bde database. My problem is i am copying everything to other computer but it is not working there.I know it is not the way but... Can you explain me how can i make this program work in the other computers.
after installing bde....if you do not set alias, then set the databaseName property of your table to point directly at the file(alias is better; but this is faster!!!) e.g:
table1.databaseName := 'C:\abc\mytable.db';
(its either called database or databasename ... i can't recall right now [I'm getting old!!!]).
good luck!!!
yomi.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.