Ignore:
Timestamp:
07/16/08 20:38:09 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msql/MSQLMagic.h

    r8996 r9001  
    4747
    4848    Int_t Insert(const char *table, const char *vars, const char *where=0);
    49     Int_t Update(const char *table, const char *vars, const char *where);
     49    Int_t Update(const char *table, const char *vars, const char *where=0);
    5050    Int_t Delete(const char *table, const char *where);
    5151    Int_t InsertUpdate(const char *table, const char *col, const char *val, const char *vars);
Note: See TracChangeset for help on using the changeset viewer.