Recent content by Petros Amiridis

  1. P

    Lower case column names

    Any news?
  2. P

    Lower case column names

    Yes I imagine it is not a trivial change. Thank you for scheduling to address it. Petros
  3. P

    Program window and cleartype fonts

    I understand what you say but the problem appears only when I use PL/SQL Developer. When I use Delphi or VS Studio or Notepad or anything else I have installed, there is no problem. Petros
  4. P

    Program window and cleartype fonts

    Hi, I think that I spotted a problem. You might want to investigate it. I noticed that the editor you use for several windows (I don't know if it is the same for every window) has a problem when ClearType is turned on. I tested it in WinXP with ClearType turned on, by trying to navigate inside...
  5. P

    Lower case column names

    Hi, Any news regarding my request? I noticed this problem has not been resolved in the latest release. I am sure you are working hard on more critical problems so I understand why you might not choose to address the problem. I would be happy if you could give me an estimate: Are you going to...
  6. P

    Lower case column names

    Hi, If I create a table with lower case column names like "Description", PL/SQL Developer does not handle this correctly in Edit Data window and other places too. For example, try creating a "Product" table, and then go right click and Drop it through the Browser... it does not work. It seems...
  7. P

    Simple select gives invalid argument

    Thanx! It was an invalid Date value. I used your suggestion and discovered the problematic records.
  8. P

    Simple select gives invalid argument

    I have a select * from MY_TABLE and MY_TABLE has a date column. This column is nullable. When I run the query from TOracleDataSet in Delphi 2005 I get the error Invalid Argument, both during designtime and runtime. The same query runs fine in PL/SQL Developer or other tools. If a certain row...
  9. P

    Select word using Shift Ctrl Right Arrow

    Sorry, I have just found out that I needed to reset all the values in Key Configuaration to the default ones. Somehow all the values were erased. -- Petros
  10. P

    Select word using Shift Ctrl Right Arrow

    Hi, I used to be able to select a word by pressing Shift+Ctrl+Right Arrow in the SQL Window or in Program Window. Now this is only possible in a Command Window. Do you know if this is a bug or if I can set this somehow in Preferences. I searched in Preferences > Key Configuration but didn't...
  11. P

    TOracleScript and Java?

    I want to thank Allround Automations for their immediate response and their close cooperation. My problem is now solved! -- Petros
  12. P

    TOracleScript and Java?

    Thanx for the offer!! I don't want to inconvenience you but the fact is I need to fix this by next week. If the patch is going to be late, you would really help me with a pre-release version. Thank you again, Petros
  13. P

    Execute command in TOracleScript

    Is the statement below executed in a TOracleScript? It seems it gets ignored. execute schema.some_procedure I know that I can write begin schema.some_procedure; end; I just want to be sure that the former is not supported. Thanx, -- Petros
  14. P

    TOracleScript and Java?

    Hi, Is there any progress? I have the option to use TOracleQuery (if it works, I didn't check), but I would really like to stick with TOracleScript because I have based the entire logic on it. Thanx, -- Petros
  15. P

    TOracleScript and Java?

    Hi, I have just tried "create or replace and compile java source named..." through a TOracleScript component in DOA 4.0.6.2, only to realize that it is still :eek: not supported! When do you plan on supporting it? Thanx, Petros
Back
Top