Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hello
I am having an error message when using nuPicker: SqlDatasource. the SQL script is as follows: SELECT id, dataNvarchar FROM cmsPropertyData WHERE (propertytypeid = 206)
And the error says: Incorrect syntax near 'dataNvarchar'
Do you have any idea what's wrong?
Thanks
Hi,
The SQL DataSource expects a Key and a Label field in the result set - does the following work ?
SELECT id AS 'Key', dataNvarchar AS 'Label' FROM cmsPropertyData WHERE (propertytypeid = 206)
Yess! that worked..but it did not when I tried it before.
Thanks a lot
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Error using Sql datasource
Hello
I am having an error message when using nuPicker: SqlDatasource. the SQL script is as follows: SELECT id, dataNvarchar FROM cmsPropertyData WHERE (propertytypeid = 206)
And the error says: Incorrect syntax near 'dataNvarchar'
Do you have any idea what's wrong?
Thanks
Hi,
The SQL DataSource expects a Key and a Label field in the result set - does the following work ?
Hello
Yess! that worked..but it did not when I tried it before.
Thanks a lot
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.