DataSnap WebBroker Application, Oracle 11g [message #507795] |
Wed, 18 May 2011 00:52 |
|
Al_Petro
Messages: 14 Registered: January 2011
|
Junior Member |
|
|
Hi All!
In an effort to get thru trouble of getting DataSnap WebBroker Application with Oracle DB going I created a testing project in which on server side there is only one component: SQLConnection with Oracle driver (dbxora.dll)
and on client side only one component: SQLConnection with datasnap driver.
In this simplified situation I am trying to execute simple Update statement: SQLConnection1->ExecuteDirect(Update Table.....). It results in an error message:
SQLConnection TDBXError "Remot error: Dbx.SQL is an unrecognized command type". You see CommandType is not the property of TSQLConnection where I could have been able to set proper value.
The same Update... with Oracle driver is executed without errors.
Can anyone tell me please what is the point in all this?
|
|
|