|
SQLite3::lastErrorMsgReturns English text describing the most recent failed SQLite request Description
public string SQLite3::lastErrorMsg
( void
)
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. |