Link to home
Start Free TrialLog in
Avatar of rp
rpFlag for Portugal

asked on

Write Schema to a textbox

Hi,

How can write a Schema from bellow code to a textbox instead a file?

Tb = CBD.GetTabela("SELECT TOP 0 Rc.* from Rc", "Table")
 Tb.WriteXmlSchema(xmlFile)

best regards
ASKER CERTIFIED SOLUTION
Avatar of Jacques Bourgeois (James Burger)
Jacques Bourgeois (James Burger)
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial