Whats mith more specific SQL?
Whats about a bit more specific SQL?
if i install Ado with MSSQL as an option, whay is it not possible to handle
some more features.
TOP 10 is under T-SQL:
SELECT TOP 10 * FROM Customer order by xy
also some other features would be cool.
If you need some info about MSSQL, i could give you a lot of infos.
Is it planed (in the near future) to enhance the language-model of
generating SQL?
chris
if i install Ado with MSSQL as an option, whay is it not possible to handle
some more features.
TOP 10 is under T-SQL:
SELECT TOP 10 * FROM Customer order by xy
also some other features would be cool.
If you need some info about MSSQL, i could give you a lot of infos.
Is it planed (in the near future) to enhance the language-model of
generating SQL?
chris
This discussion has been closed.
Comments
that there is a lowest common denominator in each of the SQL standards that
we support for our SQL generation. Yes, we are aware that each database has
their own functions, but we are not supporting them individually at this
time. You will have to edit the SQL text in the dataview in order to use the
database specific functions. Perhaps in the future we can extend our SQL
generator to have more support for database specific functions. Thankyou for
the suggestion!
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
chris