hi all..
can anybody point me how to insert into database tables,using Structures in C.
i'm using MYSQL.
code:
---------------------------------
typedef struct{
int id;
int frequency;
int mod;
}my_struct;

my_struct *abc={
{1,10,22},
{(0,0,0)}
};

--------------------------------------
i want to insert this sample entries into table 'channel'...
please help me with the proper query for this..

any response is highly appretiated.
thanks in advance.
fazz.