IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Feb 8, 2005, 3:15:39 PM (21 years ago)
Author:
jhoblitt
Message:

additional comments
additional error checking
rename psDBInsertRow() to psDBInsertOneRow()
removed bogus code from psDBInsertOneRow()
misc code tidying

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/archive/psdb/test.c

    r3154 r3166  
    9090    psFree(resultSet);
    9191
    92     //psDBInsertRow();
     92    //psDBInsertOneRow();
    9393
    9494    md = psMetadataAlloc();
     
    9797    psFree(item);
    9898
    99     if (psDBInsertRow(dbh, "horses", md)) {
    100             printf("psDBInsertRow succeeded\n");
     99    if (psDBInsertOneRow(dbh, "horses", md)) {
     100            printf("psDBInsertOneRow succeeded\n");
    101101    }
    102102
Note: See TracChangeset for help on using the changeset viewer.