ASP is getting connected to my Database - TechRepublic
General discussion
February 7, 2006 at 11:08 PM
abdul_basheer

ASP is getting connected to my Database

by abdul_basheer . Updated 20 years, 5 months ago



Student Records


<% Dim DB Set DB = Server.CreateObject (ADODB.Connection) DB.Mode = adModeReadWrite DB.Open (dsn=bill) Dim RS Set RS = Server.CreateObject (ADODB.Recordset) RS.Open "SELECT * FROM billmaster",DB, adOpenStatic, adLockPessimistic Response.Write rs(0) Response.Write rs(1) %>

This is the code iam using to connect MS Access database , but iam facing lot of problems , my web server is IIs , is there any changes i need to do , please help me.

This discussion is locked

All Comments