Recent content by Jens Fudickar

  1. Jens Fudickar

    Delphi 2007 version 4 update on Vista

    Did you realy mean "version 4 upgrade to Delphi 2007" ? Greetings Jens
  2. Jens Fudickar

    TOracleDataSet Refresh Memory Increase

    Could you create a sample app for this ?? Greetings Jens
  3. Jens Fudickar

    oracle 10.2

    1. Yes 2. No 3. No ;-) Greetings Jens
  4. Jens Fudickar

    Access Violations with Oracle 10g.

    Hi Marco, can you tell us, which oracle bug id this case has? Greetings Jens
  5. Jens Fudickar

    DOA 4.1

    There is a beta release for registered users. Marco can give you the details. Greetings Jens
  6. Jens Fudickar

    DOA 4.1

    Or hopefully this year :-)
  7. Jens Fudickar

    DOA 4.1

    Are you sure :-(
  8. Jens Fudickar

    DOA 4.1

    :-)
  9. Jens Fudickar

    DOA 4.1

    But did you have a release date? Greetings Jens
  10. Jens Fudickar

    TOracleQuery.RowsProcessed or TOracleDataSet.RecordCount

    That will not work. where rownum between 2147483647 and 4294967294 will never return a value. rownum is a pseudocolumn which always starts with 1 and counts the "RESULT". If you say rownum > 1 then for the first record the result is false and the record is not returned and then rownum is...
  11. Jens Fudickar

    DOA 4.1

    Hi Marco, any news about the next release. The beta is out for a long time, and now :confused: Greetings and thanks Jens
  12. Jens Fudickar

    Date Values as 30.12.1899

    Answered by Mail two hours ago :-)
  13. Jens Fudickar

    Date Values as 30.12.1899

    I will try tomorrow.
  14. Jens Fudickar

    Multi client with choise

    Have a look into the doku. There are commandline parameters.
Back
Top