Hi!
My Connection Code:
Public EN As rdoEnvironment
Public CN As rdoConnection
Set EN = rdoEngine.rdoEnvironments(0)
EN.CursorDriver = rdUseOdbc
strConnect = ""
Set CN = EN.OpenConnection("", rdDriverPrompt, False, strConnect)
(Tested with all 3 kind of CursorDrivers)
The ON ERROR code is not executed, but in the rdoErrors I have 4 Errors:
2Times ->
IM006: [Microsoft][ODBC Driver Manager] Driver's SQLSetConnectOption failed
S1C00: [Microsoft][ODBC Driver pack 2.0 Driver]Treiber nicht in der Lage,
diese Operation auszufuehren.
(S1C00 means something like: driver does not support that operation)
Also the Update after Edit does not work. I use SQL to edit and instead of
AddNew.
Does anyone know more about that?
Thanks for taking time to answer,
Franz
here. Thanks
--- OffRoad 1.9n registered to Franz Scharf