Recent content by khang

  1. K

    Can't unlock Report

    Is there a way to know who is the user in report options ?
  2. K

    Can't unlock Report

    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.
  3. K

    DOA for Delphi XE4

    I check the Download page (.../registered/doa.html), and I still can't see the package for XE4 and with DOA 4.1.3
  4. K

    DOA for Delphi XE4

    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
  5. K

    DOA for Delphi XE4

    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,
  6. K

    Checking sql syntax in TOracleScript

    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
  7. K

    CHM Help

    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...
  8. K

    TCommandType like for TOracleQuery

    thank you for your answer
  9. K

    TCommandType like for TOracleQuery

    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.
  10. K

    TCommandType like for TOracleQuery

    Hi, Is there a way to findout the SQL type (SQL, PLSQL nonSQL like CommandType in TOracleScript) for SQL from TOracleQuery Thanks,
  11. K

    DOA DLL sharing

    Thanks
  12. K

    DOA DLL sharing

    Hi, Do you have any full sample of DOA DLL sharing with DOA Host program. I am using DOA 3.4.6 Thanks, Khang PHAN HUY
  13. K

    Error ORA-1003

    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...
  14. K

    Error ORA-1003

    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.
  15. K

    Error ORA-1003

    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...
Back
Top