Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Moving SQL tables and procs to new server
Message
De
03/07/2001 11:17:52
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Moving SQL tables and procs to new server
Divers
Thread ID:
00526311
Message ID:
00526311
Vues:
49
I am working out strategies for accessing SQL data from VFP. I'll be using business objects in my maintenance routines, but for reporting purposes, I intend on using SQL pass through.

My concern is if I have a typical statements in my code such as :
=SQLEXEC(nHandle1,"SELECT * FROM Table1")
=SQLEXEC(nHandle1,"SELECT * FROM Table2")

Then at some point later, I wish to move Table1 to a different SQL server. Hence a different connection handle needed for that table. Is there a strategy for handling this, _other_ then using stored procs or views as opposed to T-SQL statements in my SQLEXEC command?

TIA,
Anthony Letts
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform