Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Sql Server 7 on Client's PC?

Status
Not open for further replies.

RohanP

Programmer
Mar 6, 2002
50
IN
I have made an DBapplication using VB6 & Sql Server 7

next I have to install it on clients machine... is it necessary to have Sql Server 7 installed on the clients PC??

If not which supporting files I have to include while installation ?

Help will be appriciated ______________________________
- Regards Rohan (India,Mumbai)
 
If a Project is made in VB6 - MSAccess.. it is not necessary to install MS-Access on clients machine. Some of the supporting files fetch data from Access DB the MDB file.. In the same way in case of single user application made in VB & Sql Server, is it necessary to install Sql-Server on clients PC?
Can the mdf & ldf files be accessed directly withou having Sql Server Installed? ______________________________
- Regards Rohan (India,Mumbai)
 
THe MDF and LDF files cannot be utilized unless they are loaded into SQL Server. SQL Server doesn't have to be installed or running locally. It can be installed on a server or another workstation but it must be running somewhere that is accessible to the client PCs. Clients connect to SQL Server through the Microsoft Data Access Components or MDAC. As I said, "The client should have MDAC installed." Terry L. Broadbent - DBA
SQL Server Page:
If you want to get the best answer for your question read faq183-874.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top