Changeset 4373 for trunk/psLib/src/db
- Timestamp:
- Jun 23, 2005, 4:09:23 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/db/psDB.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/db/psDB.c
r4371 r4373 12 12 * @author Joshua Hoblitt 13 13 * 14 * @version $Revision: 1.3 1$ $Name: not supported by cvs2svn $15 * @date $Date: 2005-06-24 0 1:45:09$14 * @version $Revision: 1.32 $ $Name: not supported by cvs2svn $ 15 * @date $Date: 2005-06-24 02:09:23 $ 16 16 * 17 17 * Copyright 2005 Joshua Hoblitt, University of Hawaii … … 651 651 unsigned int i; 652 652 psPtr column; 653 654 // Verify database object is not null 655 if(dbh == NULL) { 656 psError(PS_ERR_UNEXPECTED_NULL,true,PS_ERRORTEXT_psDB_INVALID_PSDB); 657 return NULL; 658 } 659 660 // Verify table name is not null 661 if(tableName == NULL) { 662 psError(PS_ERR_UNEXPECTED_NULL,true,PS_ERRORTEXT_psDB_NULL_TABLE); 663 return NULL; 664 } 653 665 654 666 // find column types
Note:
See TracChangeset
for help on using the changeset viewer.
