Hi,

if you have parametrized query, the SqlDataSource will not retrieve the table schema.

It also points to QueryBuilder, which also don't works well. On
SELECT FIRST 100 title, perex, link FROM items WHERE feed_id = @feed_id ORDER BY pub_date DESC;

it crashes first on "FIRST", if you remove it, then on parameters. It should ask you for this. Sometimes (with i.e. select title, id from um;) it works = it asks you for params and executes.

Working with these bug is really not comfortable.

--
Jiri Cincura
http://www.cincura.net/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to