ODBC and DS_UPDATE$ (OpenInsight 16-Bit Specific)
At 05 JUN 2003 02:22:49AM Mark B wrote:
I
At 05 JUN 2003 02:36AM Mark B wrote:
Whoops…
I have code as follows…
UpdResult=DSMethod(hDS, DS_UPDATE$)
Errors=DSMethod(hDS, DS_GETERROR$, UpdLocalErr, UpdLocalSev, UpdNativeErr, UpdNativeSev, UpdErrorText)
The dataset has been created successfully, however DSMethod(hDS, DS_UPDATE$) returns 0. The Error checking finds no errors. What may cause the update to be unsuccessful without returning any error codes?
TIA
Mark