Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Nov 16th, 2005, 6:45 PM   #1
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
Mysql

I have vb.net 2005, and 2003. What im trying to do is connect and retrieve and update data on my mysql database on my server. (Im going to try to make a mmorpg). I dont know where to start though... ive searched google, only found vb help, nothing useful came up at all. So can someone please give me a place to start at or give me some code pieces to look at?
brokenhope is offline   Reply With Quote
Old Nov 16th, 2005, 9:00 PM   #2
Silvanus
Hobbyist Programmer
 
Silvanus's Avatar
 
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 4 Silvanus is on a distinguished road
I found a number of hits when I googled vb.net mysql. Try it!
__________________
:wq
Silvanus is offline   Reply With Quote
Old Nov 16th, 2005, 9:48 PM   #3
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
Thats exactly what I searched, the results were all pointless crap on making some vb application to run on your site. I found absoulutely nothing for making a program that connected to a mysql database, I said I already searched google...
brokenhope is offline   Reply With Quote
Old Nov 17th, 2005, 5:51 AM   #4
Silvanus
Hobbyist Programmer
 
Silvanus's Avatar
 
Join Date: Aug 2005
Location: Hiding from... them...
Posts: 110
Rep Power: 4 Silvanus is on a distinguished road
How about this?

#4 on the list googling vb.net mysql.
__________________
:wq
Silvanus is offline   Reply With Quote
Old Nov 17th, 2005, 7:02 PM   #5
brokenhope
Hobbyist Programmer
 
Join Date: Apr 2005
Posts: 126
Rep Power: 4 brokenhope is on a distinguished road
Yea, I looked at that but I didnt think it would work...

You see im not using any microsoft sql products, which is what it looks like it wants me to download... Im running apache on my computer with php and mysql, and im trying to connect to the mysql database on my apache server. Am I just mistaken or will that not work?
brokenhope is offline   Reply With Quote
Old Nov 17th, 2005, 7:23 PM   #6
Rory
Expert Programmer
 
Rory's Avatar
 
Join Date: Jan 2005
Location: London
Posts: 542
Rep Power: 4 Rory is on a distinguished road
Send a message via MSN to Rory
There are about a trillion and one ways of connecting to a mysql database, each has its own advantages and whichever is best depends upon what you want to do:
1. Use the mysql protocol (basically sql+ basic telnet style tcp).
2. Use the ADO(+) interface and drivers compatible with .NET
3. Use any number of APIs packaged in linked DLLs, as COM objects, or .NET classes.
The official .NET interface is at http://dev.mysql.com/downloads/connector/net/1.0.html, however I'd recommend using 2 if you which to be able support multiple data sources (e.g. switch to postgresql).
Rory is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 3:48 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC