Forum Moderators: open
my connection code is
<%
' FileName="Connection_ado_conn_string.htm"
' Type="ADO"
' HTTP="true"
' Catalog=""
' Schema=""
MM_c1_music_STRING = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\inetpub
\wwwroot\tutorial.mdb;"
%>
[edited by: Blueheaven at 4:29 pm (utc) on April 12, 2004]
That's not good at all! It could be that your remote site is not a Windows server, but a UNIX server and can't read ASP pages.
Make sure your remote host can process ASP.
OH, and you should remove your URL as we don't allow posting of personal website links here.
I did a who is on the my domain and it came up with this.
In that case could I use sql connection strings with ASP using mysql databases, or will I have to learn PHP