Conectar Excel a SQLite

Marcial Castro Castelao 1 Reputation point
2022-02-09T21:26:18.94+00:00

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.

Developer technologies Visual Basic for Applications
SQL Server Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tom van Stiphout 1,861 Reputation points MVP
    2022-02-10T03:59:41.29+00:00

    We speak English in this forum.

    Perhaps this will help: https://www.connectionstrings.com/sqlite/

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.