vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Is that a bug then since this way working with the 7.4 jdbc driver ? Any idea why it stops working ? Thanks for the help! Regards /David Oliver Jowett wrote: > David Gagnon wrote: > >> I started having syntax error with the new driver and cannot find >> where is the problem. Here is the log: > >> 2006-09-06 09:48:20 LOG: statement: PREPARE <unnamed> AS >> COPY vd (VDVSSRC, VDVSNUM, VDKEY, VDDATA) FROM $1 > > Unfortunately that means you are using a ? placeholder in a location > where the server-side SQL grammar doesn't allow a parameter. You will > have to construct the query by hand yourself rather than using ?. > > -O > > > > . > ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |