newbie

newbie

am 10.06.2007 15:01:02 von mosaed

------=_NextPart_000_000E_01C7AB78.8B945D90
Content-Type: text/plain;
charset="windows-1256"
Content-Transfer-Encoding: quoted-printable

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
------=_NextPart_000_000E_01C7AB78.8B945D90--

RE: newbie

am 11.06.2007 12:40:15 von wlap

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:mzamil@saudi.net.sa]
> Sent: Sunday, June 10, 2007 9:01 PM
> To: win32@lists.mysql.com
> 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/win32?unsub=gcdmw-win32@m.gmane.org

Re: newbie

am 11.06.2007 13:30:56 von Ahmed Han

------=_Part_21130_16126761.1181561456681
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

What is the difference between MySQL API and MySQL++?
I thought that they were same.

On 6/11/07, wlap 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:mzamil@saudi.net.sa]
> > Sent: Sunday, June 10, 2007 9:01 PM
> > To: win32@lists.mysql.com
> > 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/win32?unsub=AhmedHan@gmail.com
>
>

------=_Part_21130_16126761.1181561456681--

RE: newbie

am 11.06.2007 15:03:19 von wlap

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:ahmedhan@gmail.com]
> Sent: Monday, June 11, 2007 7:31 PM
> To: win32@lists.mysql.com
> Subject: Re: newbie
>
> What is the difference between MySQL API and MySQL++?
> I thought that they were same.
>
> On 6/11/07, wlap 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:mzamil@saudi.net.sa]
> > > Sent: Sunday, June 10, 2007 9:01 PM
> > > To: win32@lists.mysql.com
> > > 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/win32?unsub=AhmedHan@gmail.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