Link to home
Start Free TrialLog in
Avatar of -Mihai-
-Mihai-

asked on

Connect to a mysql database

I'm gonna makea client that connect to a mysql database and retrieve informations. I don't need to write in it. I'm gonna make this in visual studio net, using visual c. I need the script that connect to database. Can anyone post an example or give me some tutorial links ?
Avatar of D_M_D
D_M_D

use ODBC driver for mysql then  use CDatabase and CRecordset.

ODBC driver can be downloaded from the Mysql site
Avatar of -Mihai-

ASKER

I will do the program in visual .net . will be a windows application.
i know about mysql++ but i found only a version for visual c++ 6.0 and its full with bugs.
I need something simple but fast and stable. I'm gonna make a client like yahoo messenger that connect to a site database and retrive new News, articles and downloads.

So any better way ?
-Mihai-: fire a http request from your page to a server. let that server contain the Mysql connection maybe ASP or PHP. and the response of that http should be ur data. this is much better compared to opening the database from n number of places directly
Avatar of -Mihai-

ASKER

and how should i do that ?
u can use an activex control inet to achieve this
some example at
http://www.optimus.lt/pages/produktai/05/Online/development/cd_activex_inetget.htm
Avatar of -Mihai-

ASKER

hmm. lets see that i want my program to connect to www.gamespot.com and to tell me the last 3 pc game news and the last 3 pc screenshots. anyone can help me with an example ?
what are the html pages which contain that information?
you can embed inet control in ur vc applicationa and call the openurl method this will return you the complete HTML of that page. Parse it and get ur information
Avatar of -Mihai-

ASKER

Can you give me some examples and/or tutorial links?
or search in google for inet sample download you will get lots of links
Avatar of -Mihai-

ASKER

i really can't find something usefull ..
in vc add internet transfer control on a dialog. run the class wizard to make a wrapper around the class. once u have done that create an object of the class and call the openurl method passing the webpage's address the return type of that method is a string containing the webpage's contents. you can find vb samples in msdn too. just convert it to corresponding vc.
Avatar of -Mihai-

ASKER

well. i need it in vc and i never worked with vb. can you do a simple example please ?
the procedure i wrote is of VC and the example mentioned is in vb.
Avatar of -Mihai-

ASKER

well, can you give me a simple example.
-Mihai- : I guess I have provided enough links and said that the example is in VB Its fairly simple to understand and besides I wrote down what you need to do in case of VC. Please try if you are stuck post the code I shall assist you.
Avatar of -Mihai-

ASKER

All you gaved me was in VB . I never worked in that stupid language so it's preaty hard for me to modify it for VC. I just need a simple example that open a page and retrive something from it.
ASKER CERTIFIED SOLUTION
Avatar of bhagyesht
bhagyesht
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of -Mihai-

ASKER

raven@pixelrage.ro

Thanks !
Avatar of -Mihai-

ASKER

bhagyesht can you send me that aplication again ? I haven't received it yet, don't know why :(
not recieved? I had send in in dec end from my previous co. I will write it again and send it.
Bhagyesh Trivedi
I have uploaded the code at
http://www34.brinkster.com/bhagyesht/
Bhagyesh Trivedi