OK...
Going back over the 3 databases I was using as tests, I found that the SQL
Server DB table that was created did hold the primary key that I set. I set
the primary key, and now for the SQL server table I am NOT getting the data
adapter configuration error message anymore.
But, I need or would like to get it working for Informix, because they would
like for me to move the existing Access database preferable to Informix due
to inhouse support I would have (I'm new to informix and SQL Server as well
as VB .NET, ADO .Net, and ASP.Net ). My brain is beyond full! I checked
the Informix tables for primary keys and they ARE there, but still getting
the error. I also checked the web and found when using ADO .Net and the
Informix OLE DB Provider, the developer must specify their own update/delete
commands manually in code. The wizard will not generate them for Informix.
See:
http://groups-beta.google.com/group/...6ab061ceecea76
Data Adapter Configuration Error...
The wizard detect the following problems when configuring the data adapter
for category.
Details:
* Generated SELECT statement
* Generated table mappings
* Generated INSERT statement
? Generated UPDATE Statement "Could not determine which columns uniquely
identify the rows for the [TableName]"
? Generate DELETE statment. "Could not determine which columns uniquely
identify the rows for the [TableName]"
The wizard detect the following problems when configuring the data adapter
for category.
Details:
* Generated SELECT statement
* Generated table mappings
* Generated INSERT statement
? Generated UPDATE Statement "Could not determine which columns uniquely
identify the rows for the [TableName]"
? Generate DELETE statment. "Could not determine which columns uniquely
identify the rows for the [TableName]"