mnongkhlaw
Programmer
Dear all,
Some wiered thing happened. I have a Visual Interdev 6 Enterprise app using a data connection to a database file (mdb). The app was running fine and the data view showed the correct database. Initially, I used an easy-to-guess name for the database and it was located in another folder (not the application's root). Since the site was to be deployed in a production server, I changed that name to another (supposedly harder to guess) one and also stored the mdb file in the application's root directory. I changed the connection object to point to this new name and directory, but surprise of surprises, the Data view still showed my old database name and old location, although global.asa's connection string now points to the new name and new location.
More surprises was in store: I copied the site to another machine and tried to run it. It ran fine!
Now what's this going on? And how can I resolve it?
TIA
Mark.
Some wiered thing happened. I have a Visual Interdev 6 Enterprise app using a data connection to a database file (mdb). The app was running fine and the data view showed the correct database. Initially, I used an easy-to-guess name for the database and it was located in another folder (not the application's root). Since the site was to be deployed in a production server, I changed that name to another (supposedly harder to guess) one and also stored the mdb file in the application's root directory. I changed the connection object to point to this new name and directory, but surprise of surprises, the Data view still showed my old database name and old location, although global.asa's connection string now points to the new name and new location.
More surprises was in store: I copied the site to another machine and tried to run it. It ran fine!
Now what's this going on? And how can I resolve it?
TIA
Mark.