Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. ABCprogrammer

    Create custom driver for proprietary database

    OK, I think I'm getting it. The app has a user interface component in VB6. I can have the app send data (maybe plain text, tab-delimited) to the VB6 component. Then in VB I can create a CrystalDataObject, 'AddField' to it as needed for the report, and 'AddRows' for the data, and display it in...
  2. ABCprogrammer

    Create custom driver for proprietary database

    We haven't been using Crystal Reports because the data is not accessible. I assume we would use the current version XI. The database is written in 32-bit 80386 assembler code. A directory of data blocks is maintained in memory for quick access. There is a front end in VB6. I am familiar with...
  3. ABCprogrammer

    Create custom driver for proprietary database

    We have an application with an extensive amount of custom code running on a proprietary database. We'd like to open this database for use on Crystal Reports. Can anyone point me in the right direction for creating a custom data driver? Do I need a full ODBC driver? I've already found Dharma and...

Part and Inventory Search

Back
Top