IMPRESS dotted_line CONTACT dotted_line search dotted_line Kontakt dotted_line sitemap dotted_line print
188 PHP-Resource users online

Switch to another languags Deutsch aktuelle Sprache Englisch
ebiz-webhosting
- Ad -
php-resource

PHP Manual

Returns the error code of the last error for a database

sqlite_last_error

SQLiteDatabase->lastError

(No version information available, might be only in CVS)

SQLiteDatabase->lastError — Returns the error code of the last error for a database

Description

int sqlite_last_error ( resource $dbhandle )

Object oriented style (method):

SQLiteDatabase
int lastError ( void )

Returns the error code from the last operation performed on dbhandle (the database handle), or 0 when no error occurred. A human readable description of the error code can be retrieved using sqlite_error_string().

Parameters

dbhandle

The SQLite Database resource; returned from sqlite_open() when used procedurally. This parameter is not required when using the object-oriented method.




Comments to the PHP manual
Write new comment
 

shophosting



 

New Tutorial entries

Joomla! Starterhilfe

Dieses Tutorial begleitet Sie bei dem Einstieg in die Welt von dem CMS Joomla!.

werninator | Category: MySQL
Objektorientiertes Programmieren

Dieses Tutorial beschreibt sehr gut die Wirkunsweise von objektorientiertes Programmieren. Also bestens geeignet um das objektorientierte Programmieren zu verstehen.

phpsven | Category: PHP
Tutorials zu Facebook Anwendungen mit PHP

In mehreren Tutorials wird der Zugriff auf Facebook Daten mittels Graph API, FQL und REST API erklärt. Alle Codebeispiele liegen zum Ausprobieren in einem SVN, bzw. github Repository bereit.

abouttheweb | Category: PHP