RE: newbie
"wlap" <[email protected]> Mon, 11 Jun 2007 21:03:19 +0800
| Newsgroups | gmane.comp.db.mysql.windows |
|---|---|
| Message-ID | <[email protected]> |
MySQL use functions only, thus you may found functions like: mysql_real_query(mysql, sql, length); MySQL use object, thus you may found things like: res = query.store(); Just choose the API you like, but take note; MySQL++ may not work on some older version of Visual C++. Visit http://tangentsoft.net/mysql++/ for more information. > -----Original Message----- > From: Ahmed Han [mailto:[email protected]] > Sent: Monday, June 11, 2007 7:31 PM > To: [email protected] > Subject: Re: newbie > > What is the difference between MySQL API and MySQL++? > I thought that they were same. > > On 6/11/07, wlap <[email protected]> wrote: > > > > Which API you want to use? The MySQL API or MySQL++? > > If you want to use MySQL API, try to visit this site: > > > > http://www.arcanthea.com/opensource/index.html > > > > This is not a English site, I guess it is Francis. > > > > If you know the language, it's OK. If you do not understand it, then just > > try to find a hyperlink link to something like "vcpp-mysql-tut-us-pdf.zip" > > > > This is a good reference to start programming in C and MySQL. > > > > > -----Original Message----- > > > From: mosaed [mailto:[email protected]] > > > Sent: Sunday, June 10, 2007 9:01 PM > > > To: [email protected] > > > Subject: newbie > > > > > > Hello all; > > > I am completely new to mysql. I would like to work with mysql and C++. > > > Could someone please point me to tutorials or simmilar stuff to show me > > > how to setup mysql and how to connect to it. TIA > > > mo > > > > > > -- > > MySQL Windows Mailing List > > For list archives: http://lists.mysql.com/win32 > > To unsubscribe: http://lists.mysql.com/[email protected] > > > > -- MySQL Windows Mailing List For list archives: http://lists.mysql.com/win32 To unsubscribe: http://lists.mysql.com/[email protected]