|
SQLite3::lastErrorMsgReturns English text describing the most recent failed SQLite request Descriptionpublic string SQLite3::lastErrorMsg()
Returns English text describing the most recent failed SQLite request. ParametersThis function has no parameters. Return ValuesReturns an English string describing the most recent failed SQLite request. |