View Single Post
  #15 (permalink)  
Old 10-03-2007, 18:27
swexpert swexpert is offline
Premium Member
 
Join Date: Jan 2007
Posts: 209
Default

"ASP.NET requires database aspnetdb.mdb file in directory root\App_Data and it needs to contain the data & stored procedures created when reg_sql.exe is run to create the database."

What do you mean by the above statement? Are you copying these instructions from somewhere??

MDB file is MS-ACCESS file, not SQL 2000. SQL databases are MDF - Master Data File.

You have to first clarifiy which one are you using/planning to use. Can you please post the section of the code where you're creating the connection to the database in your application?

Regds
IJ

Last edited by swexpert : 10-03-2007 at 18:32.
Reply With Quote