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...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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...