
Monday August 10, 2009
[ Announcements ]
ADO.Net Entity Framework on MySQL
Reggie Burnett, the lead behind MySQL Connector/NET, will be presenting a MySQL webinar, "For ISVs: ADO.NET Entity Framework for MySQL", tomorrow at 10 Pacific Time!
Among other topics, Reggie will discuss how to
-
Develop your application against SQL Server and then switch it to
MySQL with zero code changes
-
Optimize your database schema without requiring any code changes
in your application
-
Use LinQ syntax for type safety in your applications
(Interest in using MySQL on Windows is growing. The 2008 MySQL OEM Annual Survey, which closed in March 2009, shows that some 73% of MySQL OEM customers develop applications on Windows, and some 59% deploy these applications on Windows.)
If you're interested in Windows programming with MyQL, do not miss Reggie's other upcoming webinar for Sept. 15: "For ISVs: What's New in MySQL Connector/NET 6.1".
2009-08-10 14:23:37.0 --
;
Permalink
;
Trackback.
.net
connectors
databases
microsoft
mysql
programming
software
technology
web
windows

Tuesday April 07, 2009
[ Code ]
Three Great Beta Deliveries in One Week
Three great beta deliveries in one week!
MySQL Connector/.Net 6.0.2 beta, a new version of the all-managed .NET driver for MySQL.
MySQL Connector/C++ 1.0.4 beta, a new release providing C++ API for connecting client applications to the MySQL Server. If you know JDBC, this should be familiar to you.
MySQL Connector/C 6.0.0 beta, a new version of the C API for accessing MySQL database servers
Use them and let us know what you think.
Learn more about Connector/C++ here.
Learn more about Connector/C here.
For FAQ on MySQL Connector/C; MySQL Native C API; libmysql; libmysqld, see here.
Addendum (April 9, 2009):
Ulf Wendel has just announced the alpha version of the MySQL driver for Open Office. (Thanks go, also, to Andrey Hristov who did much of the work behind this! For a full list of credits, see Frank Schoenheit's note.)
Instead of calling the MySQL Client Library directly, as the earlier versions did, the new version relies completely on the MySQL Connector/C++. (See above.) As Ulf notes, "Connector/OpenOffice.org is a thin wrapper around Connector/C++. OpenOffice.org and the MySQL Connector/C++ are written in C++. The OpenOffice.org database interface is derived from JDBC. Connector/C++ offers a JDBC like API."
2009-04-07 22:54:53.0 --
;
Permalink
;
Trackback.
.net
c
c++
connectors
databases
jdbc
microsoft
mysql
software