Argument out of Range Exception -- Connecting to Northwind.mdb

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to use the DataForm Wizard in Visual Studio.Net 2003 to complete an exercise from the Que 70-316 Exam book

Since I do not have any SQL servers on my home machine, I was attempting to use the ODBC adapter to connect to the Northwind.mdb in Office

The process works fine up to the point I attempt to return from the Data Link Properties page. The test connection button indicates that teh connection is fine. But when I click the Okay button. I get an exception screen

Microsoft Development Environmen

The following exception has occurred

ArgumnentOutOfRange: Specified argument was out of the range of validvalues
Parameter name:'0' is not a valid value for 'index'


I do not know what is generating the error... Or where to fix the problem since the form has absolutely nothing on it at this point. I had selected add a new item and selected the Data Form Wizard... How can I check what is wrong with the wizard?
 
hi
why do you use the ODBC adaptor , to connect to mdb file you should use
the OleDb adaptor instead ....
 
Back
Top