Changeset 16 for trunk/cgi-bin
- Timestamp:
- 10/25/04 17:32:50 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/cgi-bin/IPDB.pm
r8 r16 49 49 50 50 if (!$dbh) { 51 print Error("Cannot connect to the database");51 print "Cannot connect to the database!"; 52 52 } else { 53 53 # it connects, try a stmt. … … 59 59 return 1; 60 60 } else { 61 printHeader(''); 62 printError("Connected to the database, but could not execute test statement sth->errstr()"); 61 print "Connected to the database, but could not execute test statement. ".$sth->errstr(); 63 62 } 64 63 }
Note:
See TracChangeset
for help on using the changeset viewer.