My question is about Express edition vs Professional, should I be able to use the database connections with MySql .net connector in the express edition? Or does it only work in the Professional edition? I'm using express and I've tried the latest .net connector and it still doesn't show up in the database connections list.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
MySQL Connector/NET will not work in the Express Version of Microsoft Studio due to limitations within the express products. In order to use Data sources based in server architecture Non-"Express" versions must be used. Connectivity to even Microsoft's Own MSSQL will not work, aside from local limited "Compact" or "Express" versions. |
|||
|
|
|
In Express Editions you can add the dll conector to the project references: add references
then use it like a class:
search in mysql documentation for more info. |
||||
|
|