Click here to Skip to main content
15,883,827 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi all

i develop a small application in C# MS-access a backend. am using connection to connect the Ms-Access database using the following

key="con" value="Provider=Microsoft.ACE.OLEDB.12.0;Data Source=D:\MediTech\meditech.data;Jet OLEDB:Database Password=123456"

i work fine in Local Mechine.
But how do i write the Connection string for Client Mechine to connet database based on the above path.

should i deploy the seperate setup for clent mechine .

how to coneect the local database from Client Mechine.

Please Guide Me

thanks
Posted
Updated 27-Nov-12 2:13am
v5
Comments
tanweer 27-Nov-12 8:14am    
you should have the database on the client machine as well
loctrice 27-Nov-12 8:45am    
Yeah, or map the network drive

1 solution

You have to map the network drive to where you have you database or move your database to the machine where you have your application installed.
 
Share this answer
 
Comments
supershaik 28-Nov-12 1:33am    
i have database on local machine. but i would connect to server machine database form client machine using connection string code.
[no name] 28-Nov-12 10:23am    
then i suggest you share the folder where you have your DB on the local network and use the network address for the DB address

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