Pregunta

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)?

¿Fue útil?

Solución

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.)

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top