> -----Original Message-----
> From: D. Richard Hipp [mailto:[EMAIL PROTECTED] 
> Sent: Monday, February 28, 2005 10:30 AM
> To: sqlite-users@sqlite.org
> Subject: RE: [sqlite] ticket 1147

[snip]
> What do
> other database engines (PostgreSQL, Oracle, MySQL) do in the way
> of revealing the originating column for result set values?  Do
> they have some mysterious API that I have never seen?

ODBC : SQLColAttributes() or SQLColAttribute()
OLEDB: IColumnsRowset interface
MySQL: mysql_stmt_result_metadata() -- didn't read too much into this one,
but I think it's the right one



Reply via email to