[SQL]

2004-02-01 Thread MUKTA
  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]

2004-01-29 Thread MUKTA
Dragomir To: MUKTA ; [EMAIL PROTECTED] Sent: Thursday, January 29, 2004 6:41 PM Subject: Re: [SQL] So, you are an artist. Isn't it? :) Your query is actually a string. This is your string: INSERT into table values(a,b,c,d)   You must change your string to actually use v

[SQL]

2004-01-29 Thread MUKTA
Hi I have an urgent problem I want to insert values into a table using the C syscalls provided by the libpq library, but i find that i can not 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 va

[SQL] Unsubscribe

2003-10-26 Thread Mukta Telang
---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match