OK. Why not visit the following screen shots, listed below:
http://dslcomputer.com/Docs/sql.pdf
http://dslcomputer.com/Docs/SQLClient.pdf
Is there a conversion client between Sql Client (Visual Studio 2008) and
MySQL?
It seems there is some confusion between what Visual Studio, SQL Server and MySQL is. Visual Studio
is a development tool. SQL Server (whcih is what this newsgroup is all about) and MySQL are database
management systems.
What you want to do is connect from Visual Studio to your Database Management System (MySQL). But
the PDF you refer to show that you attemt to connect to a SQL Server.
In short, your question is about how to use a dev tool (VS) to connect to MySQL. I suggest you try
in a Visual Studio forum.

Signature
Tibor Karaszi, SQL Server MVP
http://www.karaszi.com/sqlserver/default.asp
http://sqlblog.com/blogs/tibor_karaszi
> OK. Why not visit the following screen shots, listed below:
>
[quoted text clipped - 4 lines]
> Is there a conversion client between Sql Client (Visual Studio 2008) and
> MySQL?
Sorry man, you are so wrong.
> OK. Why not visit the following screen shots, listed below:
>
> http://dslcomputer.com/Docs/sql.pdf
You cannot use SqlClient (namespace) to connect to MySql. It is a different
database server from MS Sql Server.
> http://dslcomputer.com/Docs/SQLClient.pdf
This have nothing to do with SQL Server or MySql.
You need to go to MySql website to find more information on how to use it
with .NET applications. Not here. This NG is abount MS SQL Server, not
MySQL, nor Visual Studio200x.
> Is there a conversion client between Sql Client (Visual Studio 2008) and
> MySQL?
hal - 20 Mar 2008 21:26 GMT
No way you are wrong, because the remote MySql sever is not on a development
platform - Visual Studio is on a developers platform. Where are the dev apps?
hal - 20 Mar 2008 22:13 GMT
From:
"Russell Rademacher" <241999+eSF1wyM9Qz@tickets.cpanel.net> (Add as
Preferred Sender) ?
Date: Thu, Mar 20, 2008 2:09 pm
To: admin@dslcomputer.com
Hello,
No. It assumes that yours is windows platform with mysql db server on it. It
is not Windows platform, it is a linux platform, and it does not need any
drivers for it. You have to clarify that position with them, which you will
get more proper responses for this.
The problem is on your client side, which it need a driver to connect to the
server, not on the server itself.
--
Russell Rademacher
cPanel
Technical Analyst 2
-------------------------------------------
cPanel Conference 2008 - Be There!
June 11-13 2008
Houston, TX
http://conference.cpanel.net/
hal - 20 Mar 2008 23:35 GMT
I searched my MSDN subscription and found nothing. Could you send the path
link.
Aaron Bertrand [SQL Server MVP] - 20 Mar 2008 23:08 GMT
> No way you are wrong, because the remote MySql sever is not on a
> development
> platform - Visual Studio is on a developers platform. Where are the dev
> apps?
Dude, this newsgroup is about SQL Server. You need to go visit either a
newsgroup about MySQL, or a newsgroup about Visual Studio, or maybe both.
It doesn't seem like you even understand the difference between a
development tool, a workstation, and an RDBMS, but maybe someone out there
can help you out.