Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where's the Sweet Spot?
Message
De
04/05/2000 13:33:43
 
 
À
04/05/2000 11:28:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00366127
Message ID:
00366211
Vues:
11
>Hey,
>
>Ok.. Given ODBC, ADO, and all the various methods of extracting data from a SQL 7.0 backend, what have you determined to be the "optimal" method.
>
>Given..
>
>1. A SQL 7.0 back end
>2. A VFP front end (as an aside have you found Delphi or VB faster?)
>3. Anything else inbetween to make things faster
>
>How do you deal with #3? Seems to me there are several paths here and I was just wondering where everyone landed.
>
>For example, do you use Intersolv's ODBC drivers or Microsoft's or ??'s
>
>Best,
>
>DD

INHO

We use nameless ODBC (M$ drivers) connections to connect to the database. All selects, updates, inserts, deletes (data Manipulation) are stored in SQL Stored Procedures. We use SQL pass through to pass only the minimal amount of information/data to SQL Server and let the server process the data. We do this for a very light weight frontend and minimal network traffic. Only the user interface is on the client side so the majority of changes/bug fixes occur on the backend and occur realtime. It would be no big deal to rebuild the front-end in any other (inferior) RAD tool. SQL Server must reside on a good box in this setup.
Fred Lauckner

You know, it works on my computer. I don't know what your problem is.

.Net aint so bad.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform