Search results

  1. G

    VB ADO with ODBC - Problems

    I have been writing a fairly large VB application which connects to Progress on a Solaris server. I'm using the Merant ODBC client that comes with Progress. In VB I do my work with ADO to ODBC. I have found the results VERY inconsistent! Static recordsets get all the records, however give...
  2. G

    Any tricks for assigning buffer tables?

    I have (2) identical tables (definition). Ex: cust and hist_cust. I want to write (1) browse routine and just set the buffer. define buffer tmp_cust for cust/hist_cust. I know that I could use an include file and compile it twice, However I am looking for a more clever method...
Top