Question

In Visual Studio 2013, is there a way to get intellisense working for SQL dialects/engines other than T-SQL (e.g. SQLite, MySQL, Potsgresql)?

Était-ce utile?

La solution

I think this will be a RDBMS-by-RDBMS thing and may not be available for every RDBMS you want.

For MySQL, for example, check out MySQL for Visual Studio 1.1.3 GA (download here), which apparently features IntelliSense.

For PostgreSQL, Devart dotConnect for PostgreSQL claims to offer IntelliSense. (In contrast, Devart's overview of dotConnect for MySQL does not mention IntelliSense support; same with its overview of dotConnect for SQLite.)

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top