1,507 questions
We speak English in this forum.
Perhaps this will help: https://www.connectionstrings.com/sqlite/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hola estoy intentando conectar Excel a SQLITE pero no hay manera.
Mi sistema: Excel 365 y Windows 10- 64 bits
Lo que tengo es lo siguiente:
With cnn
.Provider = "msoledbsql"
.ConnectionString = "DRIVER=" & Driver & ";DataBase=" & Ruta & Fichero '& ";": c_error = True
.Open
End With
Está instalado el driver "SQLite3 ODBC Driver" y la referencia Microsoft ActiveX Data Objects 6.0 Library.
Pero me da el error "invalid connection string attribute"
¿Alguien me puede echar una mano con esto?
Muchas gracias por anticipado.
We speak English in this forum.
Perhaps this will help: https://www.connectionstrings.com/sqlite/