Hi.
I have a problem.
I need after...
 
select * from table1, table 2
...SQLDescribeCol(hstmt, i, colname, sizeof(colname), &colnamelen,
&coltype, &colSize,&colScale, NULL);
...
 
the table name from the colname.
 
SQLColAttribute(hstmt,i,SQL_DESC_TABLE_NAME
,tabname,sizeof(tabname),&l,NULL);
 
doesn't work. tabname = ""
 
How can i get the tablename ??

M.f.G. D. Horstmann

 

Reply via email to