Need Input: Is C# -> ODBC -> MySQL 5 Ready For Prime Time?
am 09.03.2006 15:42:29 von Pete Alvin
Pardon me but I'm new to this list and have an quick ignorant
question. I don't want to offend anyone but just need to know=
the
answer!
I'm slated to do a Visual Studio 2005/C# project with MySQL 5=
and
just want to know if the ODBC connector:
1. Is the best way to hook these guys together (.Net/MySQL5)?
2. Is stable?
3. Supports calling stored procs?
It's an enterprise app for a small company and it MUST be=
reliable
and I just want to make sure I'm heading down the correct path.
Thanks so much in advance !!!
Peter Alvin mobile 719.210.3858 AJAX consultant, PHP, Perl,=
.Net,
Java, Website Monetization, Search Engine Optimization, and=
Human
Factors Web Consulting
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg
RE: Need Input: Is C# -> ODBC -> MySQL 5 Ready For Prime Time?
am 09.03.2006 18:03:12 von David Dindorp
> I'm slated to do a Visual Studio 2005/C# project with
> MySQL 5 and just want to know if the ODBC connector:
>
> 1. Is the best way to hook these guys together (.Net/MySQL5)?
> 2. Is stable?
* The .NET connector seems to change a lot, while Microsoft's
System.Data.Odbc rarely changes.
* MyODBC has got a couple more years on it's back than the
.NET connector.
That's a couple plus points for using MyODBC as glue.
In the 'cons' section would be that there are bugs in MyODBC which
relate to .NET, and the MyODBC team is, hrm, not so good at fixing
them.
I know of these two:
http://bugs.mysql.com/bug.php?id=3D5225
http://bugs.mysql.com/bug.php?id=3D14639
(And one more which is rather trivial that I haven't submitted).
> 3. Supports calling stored procs?
Peter Harvey (_the_ MyODBC developer) is working on that, so
there's a good chance that it will work in the next release.
There's a release candidate / community preview of MyODBC out,
so you might want to make a prototype to test with your needs.
> It's an enterprise app for a small company and it MUST be
> reliable and I just want to make sure I'm heading down the
> correct path.
I wouldn't recommend MyODBC for anything production-wise.
Not so much because it doesn't work, but because the developer
(Mr. Harvey) will randomly care about some bugs and not at all
about others.
And I'm afraid that it might be .NET bugs that he doesn't care about.
As an example, take the two bugs I mentioned above. One of
them is extremely trivial to fix. One bug has been open for
19 months, the other (trivial one) for 4 months.
Another issue is how communication with the developers
of Connector/ODBC vs. Connector/NET works.
I last mentioned the simpler of the above MyODBC issues
on this list about a week ago:
http://lists.mysql.com/myodbc/10626
http://thread.gmane.org/gmane.comp.db.mysql.odbc/4929 (alternate)
I got absolutely zero response from Mr. Harvey on the list and
on personal mail. (I'm not trying to whip up an unfriendly
environment or anything - just stating bare facts.)
You might want to go with MyODBC, and, to be sure that you will get
the attention you need for any bugs you discover, sign a support
contract with MySQL (which we did). Well, hmm, don't expect that
to get things moving along any faster ;-)..
The support people are mighty, mighty friendly folks, but as far
as fixing anything but the most trivial of bugs go, don't expect
them to do that..
OTOH, from lurking over on the .NET list, I've seen on a couple
of occasions that the developers actively joined a discussion
about a particular bug or problem that someone had.
So if I had to guess, I'd say that there's a bigger chance that
you will get reasonable treatment of any issues you might have
if you choose to use the .NET connector.
That's all I can say (got a bit lengthy, sorry ;-)). Just my
personal observations, and they might turn out not to be true
for you, so take them with a grain of salt. I hope it's
helpful as input.
> Thanks so much in advance !!!
No problemos.
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg
RE: Need Input: Is C# -> ODBC -> MySQL 5 Ready For Prime Time?
am 10.03.2006 15:14:38 von David Dindorp
David Dindorp wrote:
> http://bugs.mysql.com/bug.php?id=3D5225
> http://bugs.mysql.com/bug.php?id=3D14639
Ok, we can strike those two out.
Peter Harvey has just fixed 14639, and 5225 is in fact a MySQL server
bug that's just wrongly still assigned to the MyODBC folks.
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=3Dgcdmo-myodbc@m.gmane.o rg
Re: Need Input: Is C# -> ODBC -> MySQL 5 Ready For Prime Time?
am 10.03.2006 21:36:28 von pharvey
David Dindorp wrote:
>David Dindorp wrote:
>
>
>>http://bugs.mysql.com/bug.php?id=5225
>>http://bugs.mysql.com/bug.php?id=14639
>>
>>
>
>Ok, we can strike those two out.
>
>Peter Harvey has just fixed 14639, and 5225 is in fact a MySQL server
>bug that's just wrongly still assigned to the MyODBC folks.
>
>
>
>
BTW: You asked what technique I used to bring server up/down for testing
- i happened to use MySQL GUI Admin tool.
--
MySQL ODBC Mailing List
For list archives: http://lists.mysql.com/myodbc
To unsubscribe: http://lists.mysql.com/myodbc?unsub=gcdmo-myodbc@m.gmane.org