Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Generating reports from SQL.
Message
 
 
To
18/10/2001 10:16:43
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00570229
Message ID:
00570232
Views:
23
>Hello All,
>I am new to FoxPro, I am trying to add a Generat report to program that my company already have.
>My Question is:
>How can I connect to SQL tables that all ready there, with out update them, that I will be able to use the data to creat the reports.
>
>Thank you,
>
>Roy Finaly.


Do you mean MS SQL Server tables?
You can use SQL Pass-Through to do that.

You would use the SQLCONNECT( ) or the SQLSTRINGCONNECT( ) functions to connect to Sql Server and the SQLEXEC() function to get data into foxpro cursor.

BTW, there's topic 'Using SQL Pass-Through Technology' in VFP help.
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform