[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.c

C connection to MySQL

Shashaboona ME-SHAN-SHO

4/5/2011 12:49:00 PM

Hello everybody

I am working on RFID technology (PIC C complier) and I want to connect
to mySQL to use the database..any ideas about this...

Thank you in advance..^^
3 Answers

Kenneth Brody

4/5/2011 2:32:00 PM

0

On 4/5/2011 8:48 AM, Shashaboona ME-SHAN-SHO wrote:
> Hello everybody
>
> I am working on RFID technology (PIC C complier) and I want to connect
> to mySQL to use the database..any ideas about this...
>
> Thank you in advance..^^

Connecting to MySQL is not part of the C language itself, which is what this
newsgroup discusses. Rather, it it done with third-party libraries. I see
that there is a Usenet group by the name of "comp.databases.mysql", which
may (or may not -- I haven't looked) be a better place to ask such
questions. I would recommend reading some of the posts there prior to asking.

--
Kenneth Brody

Chris H

4/5/2011 3:00:00 PM

0

In message <gdqdnaRN7LdZugbQnZ2dnUVZ_uSdnZ2d@bestweb.net>, Kenneth Brody
<kenbrody@spamcop.net> writes
>On 4/5/2011 8:48 AM, Shashaboona ME-SHAN-SHO wrote:
>> Hello everybody
>>
>> I am working on RFID technology (PIC C complier) and I want to connect
>> to mySQL to use the database..any ideas about this...
>>
>> Thank you in advance..^^
>
>Connecting to MySQL is not part of the C language itself, which is what
>this newsgroup discusses. Rather, it it done with third-party
>libraries. I see that there is a Usenet group by the name of
>"comp.databases.mysql", which may (or may not -- I haven't looked) be a
>better place to ask such questions. I would recommend reading some of
>the posts there prior to asking.

Also mention which PIC you are using... SQL is not going to fit on most
of them and the compilers are for a "C-like" language.

--
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\
\/\/\/\/\ Chris Hills Staffs England /\/\/\/\/
\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/\/



luka

4/5/2011 4:05:00 PM

0

On Tue, 5 Apr 2011 05:48:50 -0700 (PDT)
Shashaboona ME-SHAN-SHO <u00a00e@gmail.com> wrote:

> I am working on RFID technology (PIC C complier) and I want to connect
> to mySQL to use the database..any ideas about this...

MySQL APIs
http://dev.mysql.com/doc/refman/5.5/en/connectors...

C API
http://dev.mysql.com/doc/refman/5.5...