Recent content by JosAikema

  1. J

    ShortDateFormat and NLS_DATE_FORMAT

    Okay, thanks for your answer. I will do it myself for the opposite.
  2. J

    ShortDateFormat and NLS_DATE_FORMAT

    Is there a function to convert the Delphi Shortdateformat in NLS_DATE_FORMAT and also from NLS_DATE_FORMAT in SHortDateFormat? Regards, Jos Aikem
  3. J

    otXXX const

    Where can I find all the otXXX consts?? I know there is a otString, but what else more ? Jos
  4. J

    Stored procs and SetVariable

    What do you mean by public or global? I want to set bind-variables. How can I do that? (i don't like the examples in de package wizard) Jos Aikema
  5. J

    Stored procs and SetVariable

    Thanks for your answer but that FAQ doesn't answer my question: How to declare a variable within a TOraclePackage ? Jos
  6. J

    Stored procs and SetVariable

    When I try to set an variable with SetVariable I got an error-message: PLS-00302: component '' must be declared but I don't see any DeclareVariable method within TOraclePackage like in TOracleDataset jos
  7. J

    Stored procs ans Prepare params

    Will there be some support in the future for this? Jos
  8. J

    Stored procs ans Prepare params

    Hi all, Is there a possibility to get the numbers of params of an stored proc (like de Params) property of TStoredProc? Jos Aikema
Back
Top