PC Review


Reply
Thread Tools Rate Thread

working with mysql database

 
 
G
Guest
Posts: n/a
 
      11th Jun 2007
Hello,

how can i work with Mysql database? do i have to download any provider or
connector etc .. ?
I am using .NET2.0

Thanks in Advance

G


 
Reply With Quote
 
 
 
 
.
Guest
Posts: n/a
 
      11th Jun 2007
The same way that you can connect to a SQL Server DB with System.

Check for the relevant connection string here -->
http://www.connectionstrings.com/

VB:

Imports System.Data.SQLClient 'At the top

'In your function or whatever
Dim Conn as New SQLConnection
Conn.ConnnectionString = "" 'Whatever you got from that website
Conn.Open()

etc....




G wrote:
> Hello,
>
> how can i work with Mysql database? do i have to download any provider or
> connector etc .. ?
> I am using .NET2.0
>
> Thanks in Advance
>
> G
>
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
MySQL database =?Utf-8?B?Um9iZXJ0?= Microsoft Frontpage 1 3rd Mar 2006 11:07 PM
MySQL database =?Utf-8?B?Um9iZXJ0?= Microsoft Frontpage 0 3rd Mar 2006 05:35 PM
Database results wizard and ChiliSoft ASP with MySQL database =?Utf-8?B?Qm9i?= Microsoft Frontpage 4 2nd Apr 2005 01:26 AM
MySQL database. John Fitzsimons Freeware 43 25th Oct 2004 12:50 AM
MySQL Database =?Utf-8?B?S3Vkb3M=?= Windows XP Help 1 12th Jan 2004 09:02 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 08:47 PM.