Search results

  1. M

    Data type for parameter 2 has changed since first SQLExecute call.

    I'm using a third party program to load some data into an SQL 92 progress database using the MERANT ODBC PROGRESS driver 9.1C and a few of the tables load fine, but on one particular table I get the following error, is it a bug, and is there something I can do to fix it? ERROR: [MERANT][ODBC...
  2. M

    Dump data from Com Object viewer

    Is there a way to dump the data to a file from com object viewer? Or is there another freeware program to do this? I have a com object that has hundreds of objects and methods and it would be really nice to have it them listed in a text file rather than trying to navigate the com object...
  3. M

    API dll calls - c syntax conversion

    I am treading into new waters here, but I need to make some calls to procedures located in a .dll file. Following is the c syntax for the call: int Process_record ( char *inputRec, int *inputSize, char *outputRec, int *outputSize, TSTError *STError ) the...
  4. M

    PS Timer

    I have a dialog that I want to display the seconds ticking by to show the user that there is in fact some kind of activity. I have tried to use the PSTimer to update a fillin field on the dialog. my dialog calls several other programs and while it is out there doing that I want to display the...
Top