On Wed, 2006-03-01 at 19:25, Chris wrote:
> Raúl Castro Marín wrote:
> > I got a little question, I just start to use binding adodb but I got a
> > problem: my primary query on Oracle is:
> >
> > $query = "SELECT munici_mun, UPPER(nombre_mun)
> > FROM MUNI
> > WHERE departa_dpt = ? AND
> > mun
le definition like:
$bind[] = '%'.$key.'%';
thanks
- Original Message -
From: "Chris" <[EMAIL PROTECTED]>
To: "Raúl Castro Marín" <[EMAIL PROTECTED]>
Cc:
Sent: Wednesday, March 01, 2006 7:25 PM
Subject: Re: [PHP] binding adodb
Raúl Castro Marín wrote:
I got a little question, I just start to use binding adodb but I got a problem:
my primary query on Oracle is:
$query = "SELECT munici_mun, UPPER(nombre_mun)
FROM MUNI
WHERE departa_dpt = ? AND
munici_mun <= 994";
It is execute with any problem, but when I add anot
I got a little question, I just start to use binding adodb but I got a problem:
my primary query on Oracle is:
$query = "SELECT munici_mun, UPPER(nombre_mun)
FROM MUNI
WHERE departa_dpt = ? AND
munici_mun <= 994";
It is execute with any problem, but when I add another clause with keyword:
AN
4 matches
Mail list logo