AW: [sqlite] sqlite3_column_tablename

2005-01-22 Thread Plenert, Joerg
= t0 original table name = table0 2: column name = col1 original column name = x table name = t1 original table name = table1 --- "Plenert, Joerg" <[EMAIL PROTECTED]> wrote: > Hi ! > > I need a possibil

AW: [sqlite] sqlite3_column_tablename

2005-01-22 Thread Plenert, Joerg
ds, Joerg Hi Joerg, Plenert, Joerg wrote: >Hi ! > >I need a possibility to get the table name >(actual and/or original) from a column. > >There is a function sqlite3_column_name that >returns the name of the column. >How about a function sqlite3_column_tablename >t

[sqlite] sqlite3_column_tablename

2005-01-22 Thread Plenert, Joerg
Hi ! I need a possibility to get the table name (actual and/or original) from a column. There is a function sqlite3_column_name that returns the name of the column. How about a function sqlite3_column_tablename that returns the tablename ? I need that function to check user rights on the data