Hi I'm using vb.net trying to use the 'app.path' to connect to my database.
Problem i'm getting is...
When i run the program, it tries to find my database in ...\bin\debug\* mdb
yet my .bmd file is in the project folder with all othe forms the program uses.
How can i change this path that my program uses to connect to my database?
Thanks
James
Problem i'm getting is...
When i run the program, it tries to find my database in ...\bin\debug\* mdb
yet my .bmd file is in the project folder with all othe forms the program uses.
How can i change this path that my program uses to connect to my database?
Thanks
James
Comment