powerbuilder - PB won't accept SQL ORDER BY statement -


i have nesetd sql qry works ssms 2008 , in pb version 11.2. when add order statement in ssms ist works, when add order statement in pb following error:

select error: sqlstate = 37000 [microsoft][odbc sql server driver][sql server]incorrect syntax near keyword 'and'.

any ideas why happening , how can resolve it?

thanks,

doug

that error syntax error sql engine, i’d suggest use sql profiler trace sql determine problem , go there.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -