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.

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,851 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Tom van Stiphout 1,701 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