Обсуждение: SQL embedded in C

Поиск
Список
Период
Сортировка

SQL embedded in C

От
AniLAN
Дата:
Hi,

IŽm new to SQL and IŽm only a moderate C-programmer, so I need help to
solve the following problem:

I need a C-program that goes something like this:

1) Look up the IP and the Port from a microcontroller from a SQL database

2) Connect to the IPs and send a string to this microcontroller

[the microcontroller echoes to this string with another string that
contains 3 values]

3) The received string should be split and each value should be
written in the right field of the SQL database

I hope you can help me a little bit.