JediHomer wrote: > As far as can remember, if you use the short hand for outer joins... e.g. > > select * > from member, payment > where member.id *= payment.member_id > > Aren't supported by default, you have to change something on the server... > > I believe this is blogged on Ben Forta's Blog > (http://www.forta.com/blog/index.cfm/2006/1/15/SQL-Server-2005-Outer-Join-Gotcha)
Interesting. thankfully, I have been using ANSI join syntax for a long long time, and stopped doing where clause joins years ago =) rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253760 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

