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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by ecichy

  1. ecichy

    Create DDF

    Google a product named FastDDF Builder. I've used it for setting up and modifying V8 DDF files.
  2. ecichy

    Cobol ODBC access to SQL Server 2005

    I am using CA Realia Cobol Workbench 3.3 to access Microsoft SQL Server 2005 via Embedded SQL and ODBC. I am having a problem with executing a stored procedure with output parameters. I have tried many different formats of the call to the stored procedure with no success. I can get stored...
  3. ecichy

    Btrieve Error 35

    This may be related to a situation I recently encountered when upgrading to V10 from V8. There is a configuration checkbox regarding whether or not embedded spaces are allowed in filenames. I can see that your generated Select statement in the PCC is choking on the embedded space. You may try...
  4. ecichy

    Help with locating file in Crystal 7 and Pervasive

    When selecting the DDF files, use FILE.DDF. This should present a list of Tables defined for your application. The DDF's contain file name information which may or may not be correct. In Crystal, you have a Set Database Location function which should allow you to alter the physical location of...
  5. ecichy

    btrieve/N version 5.10 dos exporting from

    The garbage seen using BUTIL -Save may just be binary data, not necessarily corrupt data. Binary data can have code for carriage return/line feed which may wreak havoc with most text editors. The .def files may equate to Btrieve description files which are used with the BUTIL -Create function...
  6. ecichy

    Running Older RMcobol DOS Programs on Windows

    I use Computer Associates Advantage Realia Cobol Workbench with Norcom's GUIScreenio with Pervasive (Btrieve) as my data handler. It generates 32-bit Windows exe's. I've converted a number of my clients from DOS to Windows with relative ease. One of my clients still uses an old Microfocus DOS...
  7. ecichy

    Running Older RMcobol DOS Programs on Windows

    W2k has two command prompts which act differently with DOS programs. There is the native cmd prompt and there is the command.com prompt which is the MSDOS prompt. I used Realia Cobol for DOS which used to create dual-mode exe's for running under DOS or OS2. This necessitated the use of the...
  8. ecichy

    Btrieve

    I've got it if you need it. Leave an email address to send it to.
  9. ecichy

    Duplicate Table/Data Definitions/Database Update Crystal 8.5/Pervasive

    Your data files are described in your DDF files, usually supplied by the vendor. In your case, it appears that the tables Code Table, Code Table 01, Code Table 02, etc. are all different "views" of the same data file. In Crystal Reports, alias tables come from adding the same table...
  10. ecichy

    Link Progress-tables in MS-Access 2002

    go to http://www.datadirect-technologies.com and use the Contact Us to give them a call. They'll e-mail you the FTP site, userid and password and provide you a contact person. Please note that the download is only an evaluation. They sell a 5-user licensed copy for about $625.00.
  11. ecichy

    Installation of ODBC 4.0 for Progress version 8

    go to http://www.datadirect-technologies.com and use the Contact Us to give them a call. They'll e-mail you the information and provide you a contact person. Please note that the download is only an evaluation. They sell a 5-user licensed copy for about $625.00.
  12. ecichy

    CA REALIA WORKBENCH CAPABILITIES

    I have the Workbench Version 3.1. While I don't use CICS, there's a pdf that might be useful to you. If you can supply me with an e-mail address, I'll send it to you.
  13. ecichy

    DOS version of BTRIEVE on XP

    I also have developed using Btrieve from the Softcraft days, and continue to do so today utilizing the latest Pervasive versions. The last freely distributable DOS multi-user version was 5.10a which is about 43kb. My latest patch was from 1993. I have clients who still use DOS applications I've...
  14. ecichy

    Installation of ODBC 4.0 for Progress version 8

    I just set up an ODBC connection to Progress 8.3B on a Windows 2000 Server via ODBC Version 4.0 by DataDirect Technologies. DataDirect pointed me to an FTP site where we downloaded an evaluation copy of ODBC Version 4.0. The tech support at Progress Software talked us through the configuration...
  15. ecichy

    Pervasive vs. other relational db

    I have been using Pervasive since the Softcraft Btrieve days and have had minimal problems. The few corruptions which I have seen have come from disk drive I/O errors, and more commonly, simultaneous access to data with different versions of the Pervasive/Btrieve engine. Version 6.15, in my...

Part and Inventory Search

Back
Top