Click here to Skip to main content
15,894,405 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Presently I am using ODBC connection string to connect database to vb.net application.But in connection string,I have to hard code database path.When I have to install it in clients PC,I have to place db in that same location.Is there any way that I can place db anywhere and vb.net application considers that db on its own?Or is it possible to make odbc connection(Control Panel->Administrative Tools->data Source(ODBC))directly through code?
Please help me with this.
Thanks in advance.
Posted

1 solution

 
Share this answer
 
Comments
Rachna0309 17-Dec-12 4:13am    
I know about this solution..
Is there any other way other than this where I dont have to hard code database path.
Ashok19r91d 17-Dec-12 4:23am    
Without DB Path how you setup DSN in Control Panel?
Rachna0309 17-Dec-12 4:47am    
That is what I dont want to do.I dont want to create DSN manually.It should be done through code.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900