Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Intranet : display of data
Message
From
24/08/2001 10:11:19
 
 
To
24/08/2001 08:39:15
General information
Forum:
Microsoft SQL Server
Category:
Other
Miscellaneous
Thread ID:
00548546
Message ID:
00548609
Views:
12
>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"
>
>Thanks
>joshi

Assuming that the Win98 PC can locate the WinNT PC on the network, just change the server=(local) to server=myNTPCname.

HTH
Previous
Reply
Map
View

Click here to load this message in the networking platform