|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How do I get from PWS to online?
<i><b>Originally posted by : Lee (Gumblesux@hotmail.com)</b></i><br /><br />I have my project running on Personal webserver but when I just upload it to my server at domaindlx it cant call my database. On PWS all I had to do was use this code to call my DB<br /><br />set connspk = server.createobject("ADODB.Connection")<br />connspk.open "ADmaster"<br /><br />what do I do for the online pages?<br /><br />Lee<br /><br />PS I obviously used ODBC to name the DB, how does this relate to online pages?
|
|
#2
|
|||
|
|||
|
<i><b>Originally posted by : steve</b></i><br /><br />use dsn-less connection string.<br />aspfree.com/faq.asp database section has several code examples<br /><br />------------<br />Lee at 5/7/2000 4:45:49 PM<br /><br /><br />I have my project running on Personal webserver but when I just upload it to my server at domaindlx it cant call my database. On PWS all I had to do was use this code to call my DB<br /><br />set connspk = server.createobject("ADODB.Connection")<br />connspk.open "ADmaster"<br /><br />what do I do for the online pages?<br /><br />Lee<br /><br />PS I obviously used ODBC to name the DB, how does this relate to online pages?
|
![]() |
| Viewing: ASP Free Forums > Programming > ASP Development > How do I get from PWS to online? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|