I want to create server in one system and make another system as clients like if i save data in server that is also saved in clients system .So what datasource i have to give i mean to say that if i run setup in any system then that database is detected automatically i do not need to give its location.
manoj_582033 0 Light Poster
Recommended Answers
Jump to PostAre you running on SQL Server?
Jump to PostPut it in shared location on lan and access it. But the question is Access able to handle more than one user concurrently? the answer is no.
Jump to PostPirate, in business application development, we can't rely on auto discovery tool there's something called connection string, which holds database server IP\name, user credentials, some other properties, etc..; may be encrypted or may be not. and you configure it at clients' place.
And you said ODBC. and this is correct.
All 10 Replies
Ramy Mahrous 401 Postaholic Featured Poster
manoj_582033 0 Light Poster
Ramy Mahrous 401 Postaholic Featured Poster
Teme64 215 Veteran Poster
PirateTUX 6 Junior Poster
Ramy Mahrous 401 Postaholic Featured Poster
Teme64 215 Veteran Poster
Ramy Mahrous 401 Postaholic Featured Poster
PirateTUX 6 Junior Poster
PirateTUX 6 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.