Hi,
I have an Access 2000 database on the server. A client application developed in VB acts as a frontend to this application. This client application has been installed using an installer named Inno Setup.
What is the connection string that I have to use in my client program so that the client application connects to the server. Remember that the hard disk containing the database maybe connected to another server. Secondly I do not want the end user to configure the path to the database. Is it possible to do this programatically? I know I can use the Connection property. But how do I use it?
Another question.
I want my application to hunt for a folder present on the server. The application is deployed on a client machine. The folder may be present on the E: drive or F: drive. I have mapped both these drives on the client machine. Is it possible to know how many mapped drives are there on the machine through VB?
Both of these require urgent attention. Any input would be appreciated.
Vinod
~~The only place where SUCCESS comes before WORK is in the dictionary~~
I have an Access 2000 database on the server. A client application developed in VB acts as a frontend to this application. This client application has been installed using an installer named Inno Setup.
What is the connection string that I have to use in my client program so that the client application connects to the server. Remember that the hard disk containing the database maybe connected to another server. Secondly I do not want the end user to configure the path to the database. Is it possible to do this programatically? I know I can use the Connection property. But how do I use it?
Another question.
I want my application to hunt for a folder present on the server. The application is deployed on a client machine. The folder may be present on the E: drive or F: drive. I have mapped both these drives on the client machine. Is it possible to know how many mapped drives are there on the machine through VB?
Both of these require urgent attention. Any input would be appreciated.
Vinod
~~The only place where SUCCESS comes before WORK is in the dictionary~~