L
Lasse Edsvik
Hello
ive tried to do the following in asp.net using C# but ive looked at articles
and they have according to me so many lines of code it makes no sense. could
you guys help me with following? i need it as ole-db
<%
set conn=server.createobject("adodb.connection")
conn.open "Provider=SQLOLEDB.1;Persist Security
Info=False;UID=myuser;pwd=mypass;Initial Catalog=lab;server=192.168.8.5"
sql="EXEC MyProc"
Set RS=conn.execute(sql)
%>
TIA
/Lasse
ive tried to do the following in asp.net using C# but ive looked at articles
and they have according to me so many lines of code it makes no sense. could
you guys help me with following? i need it as ole-db
<%
set conn=server.createobject("adodb.connection")
conn.open "Provider=SQLOLEDB.1;Persist Security
Info=False;UID=myuser;pwd=mypass;Initial Catalog=lab;server=192.168.8.5"
sql="EXEC MyProc"
Set RS=conn.execute(sql)
%>
TIA
/Lasse