Hi,
I used ASPRunner 6.2 to create a project against a sql server 2005 db. If I use the MS SQL server as my db when I create the project, when I run the generated application, I got this error :
ADODB.Connection error '800a0e7a'
Provider cannot be found. It may not be properly installed.
/test/NCRex/output/include/dbcommon.asp, line 48
However, if I change the db source to ODBC, I can run the application. It looks like the db provider is different when choosing MS SQL.
Chris.