[EMAIL PROTECTED] wrote:

> This looks like it'd do what I need it to, but the docs are rather sketchy
> on the parameters.
> 
> 
> Can anyone clarify the params?
> Usage seems pretty straightforward.

I remember having used this some day:

to retrieve table_keys...odbc_statistics($id,"",$owner,$table,1,''));

to retrieve table_fields...
odbc_columns ($id,'',$owner,$table,''));

but everythings it explained somewhere at a MS page about ODBC (3??) 
(odbc3 spec?)

hope this is sufficient to go on with

andré

-- 
· André Langhorst       · t: +49 571 3201801 ·
· [EMAIL PROTECTED]   · m: +49 173 9558736 ·
· PHP Quality Assurance · http://qa.php.net  ·


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to