View Single Post
  #11 (permalink)  
Old Nov 10th, 2007, 03:07
bjbaughcum03 bjbaughcum03 is offline
Junior Member
Join Date: Oct 2007
Location: Alabama
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Index Page help...

this is the code for my webroot\connections\registry.asp file.

HTML: Select all
<%
' FileName="Connection_odbc_conn_dsn.htm"
' Type="ADO" 
' DesigntimeType="ADO"
' HTTP="false"
' Catalog=""
' Schema=""
Dim MM_Registry_STRING
MM_Registry_STRING = "dsn=Registry;"
%>
Reply With Quote