Forums
This topic is locked
Question About Connections in ASP
Posted 23 years ago
1
has voted
23 years ago RJ Skypala posted:
<font face='Verdana'>Ok, I made my file with UltraDev and it works fine on my local server but when I upload it to my server (www.brinkster.com which is made for ASP) I get an error message that it cant display the page. I uploaded the connection in a folder "Connections". I looked at the connection file and It says
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
MM_guestbook_STRING = "dsn=guestbook;"
%
Is this looking for a file that is not there (FileName="Connection_odbc_conn_dsn.htm"

Thanks
-RJ
</font id='Verdana'>
thanks
-RJ
Replies
Replied 23 years ago
23 years ago Joel Martinez replied:
actually, you'll notice that the line you refer to is commented out.
I think the realy problem lies with the fact that brinkster doesn't support DSNs (along with reliable servers <img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>
you must use a dsn-less connection... they go over it in the FAQs at brinkster.
Joel Martinez [ joel@udzone.com ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/
I think the realy problem lies with the fact that brinkster doesn't support DSNs (along with reliable servers <img src=../images/dmxzone/forum/icon_smile_tongue.gif border=0 align=middle>

you must use a dsn-less connection... they go over it in the FAQs at brinkster.
Joel Martinez [ joel@udzone.com ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/