سؤال

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

هل كانت مفيدة؟

المحلول

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

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top