Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To: Running Local Queries
Message
From
28/09/2005 13:55:02
Walter Meester
HoogkarspelNetherlands
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 1.1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01053927
Message ID:
01054087
Views:
33
This message has been marked as the solution to the initial question of the thread.
Hi Chad,

>>Check table.Select method.
>
>I did. That only allows a filtering of the rows if I RTM correctly. I need to run more complex SQL statements on it.

Yep, you're out of luck. You'll either find a way to do all on the SQL server (I think there is a way to pass an ADO.NET object to a SQL server, but it aint pretty, or write an algorithm to do it on the ADO.NET record set mannually.

This is one of the areas where VFP shines and I've always critisized .NET for. .NET's LINQ project is taking an effort to make this easier on the .NET platform, but it still is 2+ years away from release.

Walter,
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform