kishor Mahato
unread,May 2, 2010, 6:41:09 AM5/2/10Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to KCC-FOSS-Community
i am doing project with mysql in c API when I am writing sql query in
c that is accepted and complitely gives the result But how to use
scanf() function in this sql query with C programming.
for example :
sql query( insert into t values (1,'ramesh'); //directly gives values
that's is correct givs the result but
when
scanf("%d",&id) ;
scanf("%d",&name);
and
sql query is
insert into t values(:id,:name); how to use this send me
fast