#1 2021-12-16 01:14:16

Daniel_Andrascik
Member
Registered: 2013-07-11
Posts: 9

ISqlDBStatement and ISQLDBRows in SQLite

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

#2 2021-12-16 08:43:33

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 14,272
Website

Re: ISqlDBStatement and ISQLDBRows in SQLite

You have mormot.db.sql.sqlite3.pas which defines direct SQlite3 Client Access using our mormot.db.raw.sqlite3 Wrapper.

Offline

#3 2021-12-16 22:48:48

Daniel_Andrascik
Member
Registered: 2013-07-11
Posts: 9

Re: ISqlDBStatement and ISQLDBRows in SQLite

Egh, sorry. I didn't notice that TSqlDBSQLite3Statement is a descendant of TSqlDBStatement whitch implements ISqlDBStatement and ISQLDBRows interfaces.

Offline

Board footer

Powered by FluxBB