From: Oleg B. <ph...@ma...> - 2004-12-16 16:38:25
|
On Thu, Dec 16, 2004 at 06:16:00PM +0200, Ksenia Marasanova wrote: > This is also the answer to your mail with the test- the test works > great! But the existing application still has the problem.. weird. . Ouch! > I also noticed that in the "wrong" sql the table names are switched: > ".... from person, employee... " instead of "... from employee, > person... " (like in your test). The reason for this is that tables are collected in a dictionary, and dictionaries keys are unsorted. There is no difference for an SQL server. Oleg. -- Oleg Broytmann http://phd.pp.ru/ ph...@ph... Programmers don't die, they just GOSUB without RETURN. |