SQLite Forum

Converting from sqlite to sqlite3
Login
As DRH wrote, you're using an API that has nothing to do with SQLite.  I think you're using SQL Server API calls.  You could not pass a setup string when you opened a SQLite1 database.  And SQLite doesn't have API calls for transactions, you just use normal calls and pass them things like "BEGIN" and "COMMIT".

So we can't tell if you mean you're converting SQL Server API calls to SQLite calls, or something else.  Perhaps delete this thread and make another which tells us what you're doing more precisely.