I am working on a program that accesses data in a database. So far, I have been building the database in Excel, then when ready to try something, I SaveAs a .dbf file. The only way I have been able to find to access the .dbf file is to put it in C:\Program Files\Common Files\Borland Shared\Data\, select the DBMEMOS DataBaseName in my Ttable, and select my .dbf file name as my TableName.
I tried to set it up so I can use my Excel file directly by selecting the Excel Files DataBaseName, but when I try to change the TableName, I am prompted for a user name and password. I tried my system user name and password, but they did not work.
Bottom line is that the file location is very inconvenient, and it would be nice to skip the step of converting to a .dbf file.
How can I access files in a different location?
How do I establish (or determine) user name and password for accessing Excel Files?
I tried to set it up so I can use my Excel file directly by selecting the Excel Files DataBaseName, but when I try to change the TableName, I am prompted for a user name and password. I tried my system user name and password, but they did not work.
Bottom line is that the file location is very inconvenient, and it would be nice to skip the step of converting to a .dbf file.
How can I access files in a different location?
How do I establish (or determine) user name and password for accessing Excel Files?