Hi,

<> I am trying to access a table column/row from MS SQL.
<>so far was able to establish a session [using file dsn using odbc driver]
<> trying to fetch all table names. however it returns an empty vector.
one of the suspects is schema name, which is "public" [by default], in MS
SQL its odb [default schema name].
[A] how to specify schema name in SOCI API to fetch all Table Names from
that schema ?
[B] I understand sql connection level handle. Is there any schema level
handle and Table level handle?

Thanks
_______________________________________________
soci-users mailing list
soci-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/soci-users

Reply via email to