Table Owner Name
Some days ago, I posted a message asking about how to not include the table
owner name in SQL generated by SQL Wizard. Someone answer me I?ve to use
DataDicitionary component.
However, if I do that I?ve to create the data dictionary, that is, add the
tables and fields to the database.
How can I make the wizard to create the SQL sentence without the Data
Dictionary component "drawback" ?
Thanks,
Mauro
owner name in SQL generated by SQL Wizard. Someone answer me I?ve to use
DataDicitionary component.
However, if I do that I?ve to create the data dictionary, that is, add the
tables and fields to the database.
How can I make the wizard to create the SQL sentence without the Data
Dictionary component "drawback" ?
Thanks,
Mauro
This discussion has been closed.
Comments
modify your DADE plugin for SQL Server. I'll assume you are using ADO.
Open up daADO.pas in your RBuilder\Source directory and find the
GetTableNames method. Change the second parameter from False to True in the
call to lConnection.GetTableNames(aList, True); That should do it.
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com