Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Shared Connection Problem
Message
 
 
À
13/07/2005 14:03:13
Jim Winter
Jim Winter Consulting
Hinesburg, Vermont, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Divers
Thread ID:
01032328
Message ID:
01032331
Vues:
19
Could you post the SQL code used to create those views?

>Anyone have an idea why the following code, run in the command window, produces the error?
>
>OPEN DATABASE c:\vfeapps\conversion\data\play.DBC
>SET DATABASE TO PLAY
>cConnString = 'dsn=inorderplay;uid=jimw;pwd=xxxxxx;querylogfile=no'
>nHnd = SQLSTRINGCONNECT(cConnString,.T.)
>?SQLGETPROP(nHnd,"Shared")  && = .T.
>USE play!v_label IN 0 ALIAS v_label SHARED NODATA CONNSTRING nhnd
>* Following command produces an error, 'Base table fields have been changed and no longer match
>* view fields.'
>*I can substitute any other view in Play.dbc with the same result.
>USE play!v_vendor IN 0 ALIAS v_vendor SHARED NODATA CONNSTRING nhnd
>
>
>
>TIA,
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform