Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Is VFP too fast for SQL Server
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
MS SQL Server
Divers
Thread ID:
01038128
Message ID:
01038394
Vues:
15
>Well, that didn't work. I put the GO BOTTOM after the CursorFill. I still get the "alias is not found" error. Stepping through continues to make it work just fine. Any other suggestions would be appreciated.

I only do VS200? work these days but back when I did do VFP the cursor adapter sucked and I wouldn't trust it. I know that it's been changed, but I can say that it's still broken.

If you wrote a quick conenctionn class and passed in the SQL string it needed and the cursor name to catch it in, you would put that Go Bott command in and you'd be just fine.

Because your relying on an Adapter it's failing to understand :
1) Is there any data from this request.
2) How much will come down the pipe to me.
3) Do i know when I have it all.

As compared to VFP reading reccount() or waiting for _tally to be defined.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform