Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Remote views and SQL Server
Message
From
26/10/2008 13:56:11
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01356209
Message ID:
01357236
Views:
23
>>I use remote views to manage SQL Server data in my application. I discover something special when I investigate how remote views are interpreted in SQL Server :
>>
>>Sometimes the view is created as an "SELECT ..." preceded by "SET FMTONLY ON" and followed by "SET FMTONLY OFF", sometimes the view is created as an "sqlprepare" followed by the SELECT statement.
>>Could you explain that difference ?
>>
>>Moreover when I use "USE ... NODATA" to open a remote view, VFP have to generate (see VFP help) a where clause like "WHERE 1=2", it works well in most of my customers except one (In France). Could you explain that difference ?
>>
>
>Marc,
>
>What exactly is the problem with customer tn France?

Sergey,

When I trace SQL instructions with SQL profiler on the customer's server, I observe that the "USE ... NODATA" is not converted in SQL as an SELECT statement with "WHERE 1=2" as where clause. The SELECT have no where clause so I think that when view is created SQL extract all data to return view structure.
Actually my application is very slow on this site especially when the user open a form managed with remote views. When I repeat the same transactions with the same data on my server, I don't have the same performances, it's much faster.

I'll hope you have some good ideas for me.

Marc
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform