Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataAdapter
Message
From
19/02/2008 09:18:48
Frank Dolinar
Mi House of Representatives
Michigan, United States
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
DataAdapter
Environment versions
Environment:
VB 8.0
OS:
Windows XP SP2
Network:
Novell 6.x
Database:
MS SQL Server
Miscellaneous
Thread ID:
01293743
Message ID:
01293743
Views:
96
We are getting the following error on EVERY file generated in our data access layer when we try to open it in the designer:
----
The DataAdapter.SelectCommand property needs to be initialized.
at System.Data.Common.DbCommandBuilder.GetSelectCommand()
at System.Data.Common.DbCommandBuilder.BuildCache( Boolean closeConnection, DataRow dataRow, Boolean useColumnsForParameterNames )
at System.Data.SqlClient.SqlCommandBuilder.GetInsertCommand()
at Okleaf.MM.Main.Data.mmDataAccessSQL.CreateInsertCommand()

The DataAdapter.SelectCommand property needs to be initialized.
at System.Data.Common.DbCommandBuilder.GetSelectCommand()
at System.Data.Common.DbCommandBuilder.BuildCache( Boolean closeConnection, DataRow dataRow, Boolean useColumnsForParameterNames )
at System.Data.SqlClient.SqlCommandBuilder.GetUpdateCommand()
at Okleaf.MM.Main.Data.mmDataAccessSQL.CreateUpdateCommand()

The DataAdapter.SelectCommand property needs to be initialized.
at System.Data.Common.DbCommandBuilder.GetSelectCommand()
at System.Data.Common.DbCommandBuilder.BuildCache( Boolean closeConnection, DataRow dataRow, Boolean useColumnsForParameterNames )
at System.Data.SqlClient.SqlCommandBuilder.GetDeleteCommand()
at Okleaf.MM.Main.Data.mmDataAccessSQL.CreateDeleteCommand()
----

How do we correct for this problem?
Our first assumption is that we've just missed a setting somewhere, but have not yet found it.
Is it possible there is a problem in the MM.Net framework itself?

Any help much appreciated.

Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform