I use this conn:
cn.ConnectionString = “Provider=SQLOLEDB;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=” & DATA_BASE & “;Data Source=xxxxxxx”
cn.Open
and i know the name of table of DATA_BASE similar MyTable
How to retive the name of fileds in Table MyTable????