hi guy i have table with 1000 product i want the last id number i do a script in this mode
_SQL_Startup() $Db_mail = _SQLite_Open($percorso_mail_DB) _SQLite_GetTable2d($Db_mail,"SELECT id FROM identities ORDER BY id DESC LIMIT 1;", $aRow, $iRows, $iCols) MsgBox(0,'',$aRow[1][1]) _SQLite_Close($Db_mail) _SQLite_Shutdown()
but when i run give me this errro
why ???