|
HTH Vern
-snip-There are many courses for ASP and hundreds of books. ASP is the second most popular web server scripting languages, next to PHP. ASP and Visual Basic are extremly close. It uses VBScript as the script language (ASP is vbscript with the additional ASP object model). And no, programming in ASP is not a "bad thing" (outside of the normal Windows thing ;) ).
I say to use the OLE DB driver because with ASP, you are goign to use ADO for database access. ADO uses OLE DB. So, if you use the OLE DB driver, you go straight from ASP to OLE DB to Database. If you use ODBC, you need to go from ASP to OLE DB to OLE DB to ODBC driver to Database. You end up with an extra layer. You can get the OLE DB driver from Client Access Express. It is part of the install (ODBC and OLE DB are included).
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.