Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query has very basic structure for rushmore
Message
 
To
07/07/2005 11:09:16
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01029945
Message ID:
01029976
Views:
15
set ansi off && default

select * ;
  from abone  ;
  inner join hurun on abone.hurun  = hurun.id ;
  inner join ekler on abone.ekler  = ekler.id ;
 where ekler.exp = "Arkd"
this time query execution time is 6.33 seconds.


> Is there a reason you're using Turkish collate. I suggest to use Machine.

At first, I thought this alternetive to solve this problem. But result was same
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform