Hi!
I want to insert values into a table using the C
syscalls provided by the libpq library, but i find that i cant insert into the
table when i use variables instead of values...like so:
int a,b,c,d;
using the C function
res=PQexecute(Conn,"INSERT into table
values(a,b,c,d));....
Is there some special way to insert variables
rather than plain values? do i have to build functions (in sql) or
somehting?help!
Thanx
Mukta
|
- Re: [SQL] Louise Cofield
- [SQL] ronald
- [SQL] Andreas Heissenberger
- [SQL] sundaresan raman
- Re: [SQL] A.Bhuvaneswaran
- [SQL] MUKTA
- Re: [SQL] email
- Re: [SQL] MUKTA
- Re: [SQL] Richard Huxton
- [SQL] Prashanthi Muthyala
- [SQL] Theo Galanakis
- [SQL] /contrib and win32 Bruce Momjian
- Re: [SQL] Theo Galanakis
- [SQL] Theo Galanakis
- [SQL] Bosko Vukov