$db->Sql("INSERT INTO T_Test (C_Data) VALUES ('data')"); $db->Sql("SELECT GETDATE() AS C_ID"); $db->FetchRow(); print "2 : ".$db->Data("C_ID")."\n";