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!

intranet : connecting with SQL server

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
hi

I have 2 computers which are networked using peer to peer networking.My main systems have operating system windows NT in which I have my database and also website.

Now I want to open my site on other computer which have windows 98 os.I have PWS installed in it.I have made a copy of the website in this system and I want it use the database of another system.As database is in SQL server so I can't make a copy of it.

I am using following connection string:
ConnString = "driver={SQLServer};server=(local);uid=joshi;pwd=ratph;database=dname"

Please let me know how I can display my data from another
system in an intranet.

Thanks
joshi
 
put in the server name the name of the server you want connect instead of (local) Ion Filipski
1c.bmp


filipski@excite.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top