RE: Jon Frisby---MySQL help needed

2002-07-29 Thread Jon Frisby
> 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 (?,?,?)");

Re: Jon Frisby---MySQL help needed

2002-07-29 Thread Brian Reichert
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

Jon Frisby---MySQL help needed

2002-07-29 Thread Aamer Rauf
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