Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Another SQL Server 2000 Query Conundrum
Message
 
 
To
02/08/2007 10:05:33
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01243142
Message ID:
01245491
Views:
35
Re-check my reply as well then. I found yesterday this problem too, but was not sure this is the one.

>Sheesh, I threw the order by on last minute. Amazing. I sure didn't see it last night (guess I was too tired :o) Thanks so much Del!
>
>
>
>>>IF SQLEXEC(lnConnection,m.lcSQL) > 0
>>> TEXT TO lcSQL2 NOSHOW PRETEXT 15 TEXTMERGE
>>> SELECT qry2.table2id, vh.* from table3 as vh
>>> INNER JOIN (<>) qry2
>>> ON vh.vehi_id = qry2.vehi_id ORDER BY vehi_id
>>> ENDTEXT
>>
>>You need an alias in the ORDER BY clause. I'm surprised this works in 2005.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform