> Whatever you have suggested so far hasn't worked. I thought that
> maybe something
> is missing in my stating the problem and implementing your
> suggested solutions.
> So here is a more expanded picture of the queries:
>
> $sth=$dbh->prepare("INSERT INTO TABLE1 (id,var1,var2) VALUES (?,?,?)");
On Mon, Jul 29, 2002 at 01:13:30PM -0400, Aamer Rauf wrote:
> Hi Jon,
> Whatever you have suggested so far hasn't worked. I thought that maybe something
> is missing in my stating the problem and implementing your suggested solutions.
> So here is a more expanded picture of the queries:
>
> $sth
Hi Jon,
Whatever you have suggested so far hasn't worked. I thought that maybe something
is missing in my stating the problem and implementing your suggested solutions.
So here is a more expanded picture of the queries:
$sth=$dbh->prepare("INSERT INTO TABLE1 (id,var1,var2) VALUES (?,?,?)");
$sth