Página 1 de 1
MySql Native Support : Enterprise Edition
Publicado: Mié Ago 21, 2013 4:15 pm
por Milan Mehta
If I go for Enterprise Edition of Xailer,
Will I not need ODBC connector for MySql to connect to MySql Server ?
What are the other advantages I get with Native support of MySql ?
TIA
Milan.
MySql Native Support : Enterprise Edition
Publicado: Mié Ago 21, 2013 4:33 pm
por ignacio
Milan Mehta escribió el mié, 21 agosto 2013 16:15If I go for Enterprise Edition of Xailer,
Will I not need ODBC connector for MySql to connect to MySql Server ?
What are the other advantages I get with Native support of MySql ?
TIA
Milan.
Hi Milan,
With the enterprise version of Xailer you will not need to use ODBC or ADO to access to MySQL, DBMaria, or SQLite databases. With MySQL and DBMaria you will need a external DLL to access the database. In the case of SQLite everything will be inside the executable.
The access to DB through ADO is always a nightmare (my opinion). The native method is always better, at least for us (and so for our clients), because we can follow the flow of all the operations. I do not know if we are faster or not than ADO (surely we are), but I believe that is not so important. BTW, OLE/COM ADO is still supported, but M$ is putting all its efforts on its .NET system, so maybe in the near future it will not be supported, who knows?
Regards,