Query builder problems
Posted: Wed Nov 26, 2008 10:39 am
Hello.
My company gives designing functionality to end user. We came up with such issues:
1) Query builder shows all tables in the database. Can there be some metadatafilter properties for programmer to limit visibility of tables?
2) We have oracle database, so we use Your oracle provider with minor changes. We found out that in implemented databases are other syntaxproviders for query builder which give easy way to insert parameters in criteria column e.g.:
when i write "> :param" it stays like i wrote. In syntax for oracle i changes it to "= '> :param'". Can other syntax provider be used for oracle database, maybe some kind of universalsyntaxprovider?
3) Can "Select Type of Data" be ommited, instead programatically set? If we give end user possibility only to connect to current database, he doesn't need to know what kind of database it is, choosing between many unusable data types.
4) If parameter is date or datetime there is textbox to set its value. It is a problem, because in different localizations date is parsed differently. Can there be added calendar?
Regards
My company gives designing functionality to end user. We came up with such issues:
1) Query builder shows all tables in the database. Can there be some metadatafilter properties for programmer to limit visibility of tables?
2) We have oracle database, so we use Your oracle provider with minor changes. We found out that in implemented databases are other syntaxproviders for query builder which give easy way to insert parameters in criteria column e.g.:
when i write "> :param" it stays like i wrote. In syntax for oracle i changes it to "= '> :param'". Can other syntax provider be used for oracle database, maybe some kind of universalsyntaxprovider?
3) Can "Select Type of Data" be ommited, instead programatically set? If we give end user possibility only to connect to current database, he doesn't need to know what kind of database it is, choosing between many unusable data types.
4) If parameter is date or datetime there is textbox to set its value. It is a problem, because in different localizations date is parsed differently. Can there be added calendar?
Regards