Recent content by bjackson

  1. B

    Exporting data from Progress to MS Access

    I'm using the Merant 3.6 ODBC Driver with progress ver 9.1A within a VB application using ADO. I'm able to query form single tables only and create recordsets. Syntax is tricky.
  2. B

    Ado Recordsets

    Has anyone been successful when trying to create a recordset form (2) different tables, using ADO( in VB 6.0) thru the Merant 3.6.? I have the Syntax down for a 'single-table' recordset, using the 'double-quotes' requirement that Neil mentions. Thanks for any help!
  3. B

    ODBC Problem!!

    From others threads I have seen, it looks like you may need to enclose the Underscored field with Double-Quotes( "") , underscore is a reserved character in SQL-92. ie: Table."Field" or "Table.Field"
  4. B

    Progress/Merant ODBC

    Is anyone out there using the Merant 3.6 ODBC Driver with the Progress DataBase engine, version 9.1C , connecting with ADO in a VB6.0 application? I am having all kinds of trouble creating a RecordSet , and I'm almost certain that it is Syntax related. I'm using a Connection String and...
  5. B

    ADO/ Merant 3.6 problem

    Is anyone out there using the Merant 3.6 ODBC Driver with the Progress DataBase engine, version 9.1C , connecting with ADO in a VB6.0 application? I am having all kinds of trouble creating a RecordSet , and I'm almost certain that it is Syntax related. I'm using a Connection String and...
Top