↓ Server7even Notizen
Kategorien:
über mysql_insert_id() in php: It's possible to do the same with M$ Server. function odbc_insert_id() { $query = "SELECT @@IDENTITY AS ID;"; $result = odbc_exec($this->m_rConnectionID, $query); $row = odbc_fetch_object($result); return $row->ID; }
Kategorie(n):
Wirklich löschen?
PW:
Powered by nskCMS running on PHP v8.2.29