I use the following method to register columns of table/view directly from a database:
Code: Select all
StiSqlSource source = new StiSqlSource(databaseName, qualifiedName, qualifiedName,
"SELECT * FROM " + qualifiedName);
Can StimultReport be enhanced to automatically enclosed numeric column name in square brackets? Or is there some way that to implement this in codes?
Thanks.