vb.net example - mysql reference manual
vb.net example - mysql reference manual
am 22.06.2005 14:04:32 von Mark Ogles
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@m.gmane.org
RE: vb.net example - mysql reference manual
am 22.06.2005 14:49:47 von Tim.Lloyd
What version of .Net are you using?
-----Original Message-----
From: mark@oglegraphics.com [mailto:mark@oglegraphics.com]
Sent: 22 June 2005 13:05
To: win32@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@biomni.com
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org
Re: vb.net example - mysql reference manual
am 22.06.2005 14:55:14 von Mark Ogles
2003
Tim.Lloyd@biomni.com wrote:
>What version of .Net are you using?
>
>-----Original Message-----
>From: mark@oglegraphics.com [mailto:mark@oglegraphics.com]
>Sent: 22 June 2005 13:05
>To: win32@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@m.gmane.org
RE: vb.net example - mysql reference manual
am 22.06.2005 15:08:55 von Tim.Lloyd
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@oglegraphics.com [mailto:mark@oglegraphics.com]
Sent: 22 June 2005 13:55
To: win32@lists.mysql.com
Subject: Re: vb.net example - mysql reference manual
2003
Tim.Lloyd@biomni.com wrote:
>What version of .Net are you using?
>
>-----Original Message-----
>From: mark@oglegraphics.com [mailto:mark@oglegraphics.com]
>Sent: 22 June 2005 13:05
>To: win32@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@biomni.com
--
MySQL Windows Mailing List
For list archives: http://lists.mysql.com/win32
To unsubscribe: http://lists.mysql.com/win32?unsub=gcdmw-win32@m.gmane.org
Re: vb.net example - mysql reference manual
am 22.06.2005 16:42:02 von Mike Hillyer
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@m.gmane.org
Re: vb.net example - mysql reference manual
am 22.06.2005 17:10:29 von Mark Ogles
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@m.gmane.org
Re: vb.net example - mysql reference manual
am 22.06.2005 21:36:57 von Mike Hillyer
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@m.gmane.org
Re: vb.net example - mysql reference manual
am 23.06.2005 01:00:32 von Mike Hillyer
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@m.gmane.org