You are not logged in.
Pages: 1
Hello.
It is possible to use these "low level access" interfaces (ISqlDBStatement and ISQLDBRows) to access to the SQLite database? So far, I have used these interfaces (ISqlDBStatement and ISQLDBRows) to access MSSQL (OleDB). Now i'm a little confused, because i wanted to use the same concept to SQLite but i'm wandering while studying your library. I only found the only TSqlDataBase access, but this is little bit another concept. (mORMot2)
Best regards...
Offline
Egh, sorry. I didn't notice that TSqlDBSQLite3Statement is a descendant of TSqlDBStatement whitch implements ISqlDBStatement and ISQLDBRows interfaces.
Offline
Pages: 1