- or download this
INSERT INTO T_Test (C_Data) VALUES ('data');
SELECT @@IDENTITY AS C_ID
- or download this
#!perl
...
$db->MoreResults();
$db->FetchRow();
print "2 : ".$db->Data("C_ID")."\n";
- or download this
#!perl
...
$db->MoreResults();
$db->FetchRow();
print "2 : ".$db->Data("C_ID")."\n";