Returns the name and number of the table from which a result column is derived.
SqlTabSource$ ( sqlconn%, column%, tabnum% )
where
A string containing the name of the table from which a result column derives. If an empty string is returned, it means one of the following:
SqlTabSource$ is a DB-Library for Visual Basic browse-mode function. For a detailed discussion of browse mode, see DB-Library for Visual Basic Programming.
Use SqlTabSource$ to determine which tables provide the columns in the current set of result rows. This information is valuable when using SqlQual$ to construct WHERE clauses for UPDATE and DELETE statements based on ad hoc queries. When the query is hard-coded into the application, SqlTabSource$ is unnecessary. You can call SqlTabSource$ any time after you call SqlResults%.
SqlColBrowse%, SqlColSource$, SqlQual$, SqlTabBrowse%, SqlTabCount%, SqlTabName$, SqlTsNewLen%, SqlTsNewVal$, SqlTsPut%