Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Generic Database access ?

Status
Not open for further replies.

wassup

Technical User
Oct 3, 2000
52
GB
What is the best Generic database access for asp pages.
Must be able to view, edit and delete.

Only used to administer the database so don't care what the asp pages look like.

Did seen one on a banner ad but now lost the url.
 
Do you mean what is the best method for connecting to a database from an ASP page??
ADO:

Set con = Server.CreateObject("ADODB.Connection")
Set rs = Server.CreateObject("ADODB.Recordset")

Simon
 
What database will you be connecting to?
What do you consider administration?

Wushutwist


Sun Certified Java 2 Programmer
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top