Skip to content

Instantly share code, notes, and snippets.

View MohitSharma's full-sized avatar

Mohit Sharma MohitSharma

View GitHub Profile
<HTML>
<HEAD>
<TITLE></TITLE>
<script language=javascript>
function connectDb()
{
var ConnDB = new ActiveXObject("ADODB.Connection");
ConnDB.ConnectionString="dsn=orc2;uid=webstat;pwd=khkj;";
ConnDB.Open();
var Rs = new ActiveXObject("ADODB.Recordset");