Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Implementing a Browse with SQL Pass Thru
Message
 
 
À
04/02/2002 15:56:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00614848
Message ID:
00615301
Vues:
32
Hi!

Yes, you can use SPT. However, after opening the view, you cannot re-use the connection created by that view to run also SPT commands, because you will get error "Connection is busy" - connection is used by the fetching process.

Remote views could be created on the fly. You can create temporary database. Create a connection in it. Then create a remote view. All 3 have appropriate commands (CREATE DATABASE, CREATE CONNECTION and CREATE SQL VIEW with REMOTE option). All could be hidden for user and database files could be places in the TEMP folder.



>Hi Vlad,
>
>>You can split records to parts and download them as segments.
>
>>You can create the remote view - they have (!) a FetchAsNeeded property that is exactly what you're asking for.
>
>* Can I still use SPT for the rest of my app (everything else - actually my app is a small SQL browser/inspector utility - is ok with the exception of the Browse function)?
>
>* Can that (the remote view) be done programatically (as I could see I'll have to create a DataBase in order to implement the view) and used thru a normal VFP Browse statement ?
>
>Thanks!
>
>Fernando
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform