Savepoint error

Hi,

I am trying to use TOracleSession.Savepoint but I get the following error:

---------------------------
Debugger Exception Notification
---------------------------
Project MyProject.exe raised exception class EOracleError with message 'ORA-00933: SQL command not properly ended

What is wrong? I have TOracleSession.AutoCommit := False.

DOA version 3.4.6.1
Oracle 9i 9.2

Petros
 
I am really sorry!!! I was using a plain number as the Savepoint string and this somehow breaks the operation. I used an alphanumeric string without spaces and it worked.

Petros
 
Back
Top