Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Viewing SQL server in a grid
Message
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Viewing SQL server in a grid
Miscellaneous
Thread ID:
00835826
Message ID:
00835826
Views:
36
I have a basic clarification question. I am using the following commands to view data in our SQL server:

lcsql="SELECT * FROM scEmailView"
lnresult=SQLEXEC(hconn,lcsql,"EmailData2")

The scEmailView is a view created on the server. My question is what happens when the result of the view goes over 2gb in size (other than being really slow)? By using this method am I limiting myself in regards to amount of data displayed? If I wanted to view the tables directly (not the returned cursor) how would I accomplish that?

Just some basic questions I have been asking myself. Thanks in advance for the help.

Kelly
Next
Reply
Map
View

Click here to load this message in the networking platform