run delphi on other pc using local file as datatbasePosted by ram_son on February 16, 2005 at 04:55:28:
I put a simple application together that uses an MS Access file as its database.It works fine on the pc it was compiled on but not on other ones.The database file is included in the program folder.The program needs to know the "new" path of the database and not the "old" one which it keeps looking for. Private Sub Form_Load() Anything that does the same function in Delphi. Related Articles and Replies
|