Hello,
I with some locked report, when I click now on the unlock button, nothing happen. I d'ont even have the password dialog.
But if I try to execute the reports, it works as usual.
What tricks do I miss as I need to retrieve the original SQL.
Hi,
I saw the XE4 package in the trial download page but I don't see it in the Registered page. Can you make the package for registered user ?
Regards,
Khang
Hi,
I just upgrade my RAD Studio to XE4. I don't see any setup of DOA for this version. Can you say me which one should I download. I have licence for DOA 4.1 without source.
Regards,
Hi,
I am using TOracleScript to execute script during the night. I would like to check the syntax of all SQL commands to be sure that my script will execute without problem during the night.
Do you have a function that can check an SQL command in the script.
Regards,
Khang PHAN HUY
Hi,
I am using now DOA on my new WINDOWS Vista/Delphi 2007 computer.
Unfortunately, I can't find anymore the useful F1 help in my IDE as on my old Delphi 7 version. It seems that DOA help exists only in .HLP format. Where can I download the CHM format of my helpfile and how can I integrate to...
In fact, my exact problem is that I have an SQL String. And I 'd know before to execute it if it is an SQL or an PLSQL string. Because you can determine it in TOracleScript, I suppose, DOA has a ready-made function that parse the string and determine the type.
One possible logical reason of this error is that the OParse function return an error that isn't trap. So you got the error when you open the query . So my question are:
1- Do DOA ALLWAYS make an OParse before opening the query ?
2- When DOA call the OParse function does it trap any error an...
This problem is very random, but once it occurs it remain until you quit the application. So, I will try to trace with oracle monitor.
Thank you for your quick reply.
I use an TOracleDataset to make a query. Ramdomly I got ORA-1003 error when I open my dataset. I mean with the same query and the same parameters my query work and suddenly I got the ORA-1003 error once and if I try to reopen my query again, it work.
I use ORACLE 8.1.7 standard Edition server...