stian
stian

Reputation: 1987

how to open a connection to an existing .sql file not using sql toolbox?

I would like to try to use visual studio as an SQL(lite3) editor. I discovered the SQL server compact & SQLite Toolbox, but have a problem finding an easy enough tutorial. I would like to connect to an already existing .sql file any suggestions on how to make this as easy as possible?

Upvotes: 0

Views: 406

Answers (1)

ErikEJ
ErikEJ

Reputation: 41759

You cannot coonect to a .sql file, this is a text file with sql commands. But use the root menu in the toolbox to connect to an existing or new sqlite database.

Upvotes: 1

Related Questions