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
Query builder problems
Query builder problems
Hello Larusso.
Thank you.
Sorry, we do not have plans to modify work of the Query Builder right now. The reasons I have described you in the letter I sent regarding this. Sorry, but there is no other way right now.Larusso wrote: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.
Yes, we have plans about modifications of work with parameters. Does the DateTimePicker component solve the problem with different ways of displaying of data?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?
Thank you.
Query builder problems
datetimepicker uses localization so it should help
Query builder problems
Hello,
Thank you.
You can use DatePickerFormat property of StiWebViewer. This property have value "yyyy/mm/dd" by default.Larusso wrote:datetimepicker uses localization so it should help
Thank you.