Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to view SQL data
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00703957
Message ID:
00704117
Views:
20
Hector, thanks for your reply.

I have actaully received the SQL data in Excel format for some reason, but I will request a re-send of the ACTUAL SQL data.

Is there any problems in sending SQL as an intact Database from one location to another and then running up an app at the other site.

What are the extensions in SQL (Are they like .DBC , .DBF or is everyting in one access type file like a .MDB ?

Regards,

Gerard







>Try with something like this:
>
>
>nConn=sqlstringconnect("DRIVER=sql server;SERVER=(local);UID=sa;PWD=;DATABASE=northwind")
>sqlexec( nConn, "select * from employees", "curEmployees")
>select curEmployees
>browse
>
>
>
>
>>Hi.
>>Ive dowloaded SQL database files and ,at this stage, just want to browse around the data and have a look.
>>
>>Whats the best way to do this (something similar to Open Data, Use , Brow in VFP) ??
>>
>>I have VFP 7 and Visual Studio .net professional editions installed
>>
>>Regards,
>>
>>Gerard
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform