SQLite User Forum

SQLite3 interfacing with MS SQL Server
Login
These errors come from SQL Server, or from the ODBC you're using between it and SQLite.  SQLite doesn't have 'linked servers'.  In fact it doesn't have servers at all.  SQLite doesn't have accessors.  SQLite has no form where you can combine these two things

<code>select s from log
SET s='hello'</code>

in one statement.  I'm forced to tell you to ask on a forum about the ODBC or SQL Server.  Sorry.