![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello, we are having a problem with our database application. We are trying to build an update command with commandbuilder, and we get the error "Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not return any key column information" The command we use is: Dim _cmdb As Odbc.OdbcCommandBuilder = New Odbc.OdbcCommandBuilder(m_adapter) m_adapter.UpdateCommand = _cmdb.GetUpdateCommand The adapters select command is a very simple "select customer_no, name from customer;" If I run the version 5.5 database through the ASA9 engine, and use ASA9 ODBC connection, everything is fine. The tables all have key columns, but for some tables it work, and for some tables it does not. Can anyone help me? Alf Kato |
![]() |
| Thread Tools | |
| Display Modes | |
| |