tegration Technology Providers
> -Original Message-
> From: indrek siitan [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 08, 2001 11:08 AM
> To: Mark Newnham; [EMAIL PROTECTED]
> Subject: RE: [PHP-DB] Problems with PHP / Progress / ODBC
>
>
> Hi,
>
> > Progress datab
Hi,
> Progress databases prefer the odbc_prepare, odbc_execute sequence
> over the odbc_exec functions ( I don't know why )
ok, changed the code to following:
--- 8< ---
" . odbc_result($sth,"Trkoodi") . " - " .
odbc_result($sth,"Trnimi");
}
}
else
{
echo "execute failed.";
}
--- 8< --
gt; Subject: [PHP-DB] Problems with PHP / Progress / ODBC
>
>
> Hi,
>
> I'm trying to write a PHP app that accesses a Progress database.
>
> version info:
> - Windows 2000 Pro + Apache 1.3.14
> - PHP 4.0.4pl1 (4.0.5 just wouldn't work on my machine)
>
Hi,
I'm trying to write a PHP app that accesses a Progress database.
version info:
- Windows 2000 Pro + Apache 1.3.14
- PHP 4.0.4pl1 (4.0.5 just wouldn't work on my machine)
- Progress 8.3.B
- Merant Progress ODBC drivers v 3.50
the ODBC drivers seem to be fine - I made a MS Access database