vb.net example - mysql reference manual

The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the sample
code however when I use the code I get an error: "Namespace or type
'ODBC' for the imports 'Microsoft.Data.Odbc' cannot be found. When
trying to add the dll as a reference I cannot find it on my system.
Anyone have some insight into this?


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 267.7.8 - Release Date: 6/17/2005


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Mark Ogles [ Mi, 22 Juni 2005 14:04 ] [ ID #848579 ]

RE: vb.net example - mysql reference manual

What version of .Net are you using?

-----Original Message-----
From: mark [at] oglegraphics.com [mailto:mark [at] oglegraphics.com]
Sent: 22 June 2005 13:05
To: win32 [at] lists.mysql.com
Subject: vb.net example - mysql reference manual

The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the sample
code however when I use the code I get an error: "Namespace or type 'ODBC'
for the imports 'Microsoft.Data.Odbc' cannot be found. When trying to add
the dll as a reference I cannot find it on my system.
Anyone have some insight into this?


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 267.7.8 - Release Date: 6/17/2005


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=tim.lloyd [at] biomni.com


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Tim.Lloyd [ Mi, 22 Juni 2005 14:49 ] [ ID #848581 ]

Re: vb.net example - mysql reference manual

2003

Tim.Lloyd [at] biomni.com wrote:

>What version of .Net are you using?
>
>-----Original Message-----
>From: mark [at] oglegraphics.com [mailto:mark [at] oglegraphics.com]
>Sent: 22 June 2005 13:05
>To: win32 [at] lists.mysql.com
>Subject: vb.net example - mysql reference manual
>
>The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the sample
>code however when I use the code I get an error: "Namespace or type 'ODBC'
>for the imports 'Microsoft.Data.Odbc' cannot be found. When trying to add
>the dll as a reference I cannot find it on my system.
>Anyone have some insight into this?
>
>
>--
>No virus found in this outgoing message.
>Checked by AVG Anti-Virus.
>Version: 7.0.296 / Virus Database: 267.7.8 - Release Date: 6/17/2005
>
>
>
>



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 267.7.8 - Release Date: 6/17/2005


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Mark Ogles [ Mi, 22 Juni 2005 14:55 ] [ ID #848582 ]

RE: vb.net example - mysql reference manual

You can download the odbc add-in here:

http://www.microsoft.com/downloads/details.aspx?displaylang= en&FamilyID=6C
CD8427-1017-4F33-A062-D165078E32B1

Tim.

-----Original Message-----
From: mark [at] oglegraphics.com [mailto:mark [at] oglegraphics.com]
Sent: 22 June 2005 13:55
To: win32 [at] lists.mysql.com
Subject: Re: vb.net example - mysql reference manual

2003

Tim.Lloyd [at] biomni.com wrote:

>What version of .Net are you using?
>
>-----Original Message-----
>From: mark [at] oglegraphics.com [mailto:mark [at] oglegraphics.com]
>Sent: 22 June 2005 13:05
>To: win32 [at] lists.mysql.com
>Subject: vb.net example - mysql reference manual
>
>The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the sample
>code however when I use the code I get an error: "Namespace or type
'ODBC'
>for the imports 'Microsoft.Data.Odbc' cannot be found. When trying to
>add the dll as a reference I cannot find it on my system.
>Anyone have some insight into this?
>
>
>--
>No virus found in this outgoing message.
>Checked by AVG Anti-Virus.
>Version: 7.0.296 / Virus Database: 267.7.8 - Release Date: 6/17/2005
>
>
>
>



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.296 / Virus Database: 267.7.8 - Release Date: 6/17/2005


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=tim.lloyd [at] biomni.com


--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Tim.Lloyd [ Mi, 22 Juni 2005 15:08 ] [ ID #848583 ]

Re: vb.net example - mysql reference manual

Any reason to use ODBC when Connector/NET is available?

Mike


Mark Ogles wrote:
> The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the sample
> code however when I use the code I get an error: "Namespace or type
> 'ODBC' for the imports 'Microsoft.Data.Odbc' cannot be found. When
> trying to add the dll as a reference I cannot find it on my system.
> Anyone have some insight into this?
>
>

--
Mike Hillyer, Technical Writer
Lethbridge, Alberta, Canada
MySQL AB, www.mysql.com


"The Open Source movement has become a major force across the software industry,
and MySQL is the world's most popular open source database."
--Fortune Magazine

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Mike Hillyer [ Mi, 22 Juni 2005 16:42 ] [ ID #848587 ]

Re: vb.net example - mysql reference manual

I was looking at it because of the example in the MySQL Reference
Manual. I not sure why that is the "prescribed way" shown in the
documentation. If I could answer your question with a question: Why does
the MySQL documentation offer ODBC as the solution?

Mike Hillyer wrote:

> Any reason to use ODBC when Connector/NET is available?
>
> Mike
>
>
> Mark Ogles wrote:
>
>> The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the
>> sample code however when I use the code I get an error: "Namespace or
>> type 'ODBC' for the imports 'Microsoft.Data.Odbc' cannot be found.
>> When trying to add the dll as a reference I cannot find it on my
>> system. Anyone have some insight into this?
>>
>>
>

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Mark Ogles [ Mi, 22 Juni 2005 17:10 ] [ ID #848588 ]

Re: vb.net example - mysql reference manual

Aah, it inly offers ODBC as the solution in the ODBC chapter. I am working on
getting the new Connector/NET chapter onlin but hitting some snags as I try to
integrate it into the manual.

In the meantime there is a PDF version available at
http://dev.mysql.com/get/Downloads/Manual/connector-net.pdf/ from/pick

Mike


Mark Ogles wrote:
> I was looking at it because of the example in the MySQL Reference
> Manual. I not sure why that is the "prescribed way" shown in the
> documentation. If I could answer your question with a question: Why does
> the MySQL documentation offer ODBC as the solution?
>
> Mike Hillyer wrote:
>
>> Any reason to use ODBC when Connector/NET is available?
>>
>> Mike
>>
>>
>> Mark Ogles wrote:
>>
>>> The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the
>>> sample code however when I use the code I get an error: "Namespace or
>>> type 'ODBC' for the imports 'Microsoft.Data.Odbc' cannot be found.
>>> When trying to add the dll as a reference I cannot find it on my
>>> system. Anyone have some insight into this?
>>>
>>>
>>
>

--
Mike Hillyer, Technical Writer
Lethbridge, Alberta, Canada
MySQL AB, www.mysql.com


"The Open Source movement has become a major force across the software industry,
and MySQL is the world's most popular open source database."
--Fortune Magazine

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Mike Hillyer [ Mi, 22 Juni 2005 21:36 ] [ ID #848590 ]

Re: vb.net example - mysql reference manual

For those interested, the C/NET Userguide is now integrated into the reference
manual:

http://dev.mysql.com/doc/mysql/en/connector-net.html

Hopefully it is of use.

Mike Hillyer

Mike Hillyer wrote:
> Aah, it inly offers ODBC as the solution in the ODBC chapter. I am
> working on getting the new Connector/NET chapter onlin but hitting some
> snags as I try to integrate it into the manual.
>
> In the meantime there is a PDF version available at
> http://dev.mysql.com/get/Downloads/Manual/connector-net.pdf/ from/pick
>
> Mike
>
>
> Mark Ogles wrote:
>
>> I was looking at it because of the example in the MySQL Reference
>> Manual. I not sure why that is the "prescribed way" shown in the
>> documentation. If I could answer your question with a question: Why
>> does the MySQL documentation offer ODBC as the solution?
>>
>> Mike Hillyer wrote:
>>
>>> Any reason to use ODBC when Connector/NET is available?
>>>
>>> Mike
>>>
>>>
>>> Mark Ogles wrote:
>>>
>>>> The Sample for vb.net lists "Imports Microsoft.Data.Odbc" in the
>>>> sample code however when I use the code I get an error: "Namespace
>>>> or type 'ODBC' for the imports 'Microsoft.Data.Odbc' cannot be
>>>> found. When trying to add the dll as a reference I cannot find it on
>>>> my system. Anyone have some insight into this?
>>>>
>>>>
>>>
>>
>

--
Mike Hillyer, Technical Writer
Lethbridge, Alberta, Canada
MySQL AB, www.mysql.com


"The Open Source movement has become a major force across the software industry,
and MySQL is the world's most popular open source database."
--Fortune Magazine

--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32 [at] m.gmane.org
Mike Hillyer [ Do, 23 Juni 2005 01:00 ] [ ID #850313 ]
Datenbanken » gmane.comp.db.mysql.windows » vb.net example - mysql reference manual

Vorheriges Thema: Retreiving data from different database
Nächstes Thema: MySQL .NET Connector registry info