Recent content by moinelli

  1. M

    Count Variable

    How do I access a count variable in a query? For example select count(*) from phonebook where city='Seattle' The only thing I found was the countqueryHits. Is there something I am overlooking? Thanks
  2. M

    TOracleDirectPathLoader

    I created using the Delphi BDE. I am in the process or porting some old application's in Clipper to Oracle. Looks the file structure will have to change.
  3. M

    TOracleDirectPathLoader

    Below is the file description, I am not loading it from a text file but building it from a dbf file. Again, other files work OK, not sure why this file the aborts when the 'prepare' is executed. Looking at the file desc two fields stand out 'date' and 'arc'. Connected to Oracle8i Enterprise...
  4. M

    TOracleDirectPathLoader

    I have the latest version of DAO and am using it with Oracle 8.16. I started using the loader module which work fine with my test file (which had only two fields). When I went to use one of my production files (41 fields all string - 241 characters total), During the loader.prepare method I...
Back
Top