This topic is locked

Project file .aspr

6/23/2005 9:48:46 AM
ASPRunnerPro General questions
sparkg author

In a .aspr project file...what is line 9 - <m_nFileVsDSN>0</m_nFileVsDSN>?
I'm converting an Access project to an identical SQL server project and don't want to rebuild the whole thing. I replaced the appropriate lines and all works but I was just curious what line 9 is.
Thanks!

admin 6/24/2005

This variable stores your choice on Database connection tab in ASPRunnerPro.

0 means File-based database

1 means ODBC DSN

2 means ODBC driver
In fact you simply need to replace connection string in project file. After that you can open your project file and click Build.

sparkg author 6/27/2005

Thanks!