Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_database_setup thread: Re: ASp to access Lotus Notes DB


Message #1 by "Scott Ferguson" <scott.ferguson@g...> on Thu, 24 Jan 2002 13:28:04
I have been asking the same question, there must be a way !
Message #2 by "Chaithanya Sama" <csama@h...> on Thu, 24 Jan 2002 13:44:27 -0500
Try this scott,



<html>

<body>



<%

Set objConn = Server.CreateObject("ADODB.Connection")



objConn.Open "dsn=DSNNAME;uid=DBID;pwd=DBPWD;"



set rst=objConn.execute("select sysdate from dual")



Response.Write rst(0)

		

rst.Close

objConn.Close

%>







</body>

</html>



-----Original Message-----

From: Scott Ferguson [mailto:scott.ferguson@g...] 

Sent: Thursday, January 24, 2002 1:28 PM

To: ASP Database Setup

Subject: [asp_database_setup] Re: ASp to access Lotus Notes DB



I have been asking the same question, there must be a way !



csama@h...


$subst('Email.Unsub')






$subst('Email.Unsub').




  Return to Index