 |
<% Dim string
string = "Provider=SQLOLEDB;Data " _
& "Source=SERVER\BDCSERVER;Database=UT;" _
& "UID=web; PWD=bdcsql;"
Set conn=Server.CreateObject("ADODB.Connection")
conn.ConnectionString = string
conn.Open
%>
<% If Looper = "" Then Looper = "FALSE" %>
<% If mp3 <> "" Then %>
<% End If %>
|
 |
|
|