IIS 5.0 w/ SQL Server
IIS 5.0 w/ SQL Server
Out of context: Reply #19
- Started
- Last post
- 22 Responses
- mitsu0
have them set up a dsn on the web server and change your open method to this:
oconn.open "dsn", "user", "pwd"
put your connection code in a server-side include incase they ever want to change anything last minute. it's hard to say your insert, update and delete code will transfer properly, but i don't think you'll have a problem.