Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using VFP to generate VB SQL selection Strings
Message
De
13/10/2003 10:11:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
Using VFP to generate VB SQL selection Strings
Divers
Thread ID:
00838085
Message ID:
00838085
Vues:
57
I am am writing an app using .net

Writing the SQL selection strings in .Net is the same PIA it always was in VFP until I started to use textmerge to create the SQL strings.

Since I normally use VFP as my main tool for managing data in SQL server it would be very handy if there was a VFP tool that could convert a VFP selection string into one correctly formatted for VB.

VB wants the following style
Dim QRY As String
QRY = "SELECT *" _
& " FROM Titles" _
& " WHERE [Year Published] > 1988"
Has anyone found any utilities for creating selection strings that may be of use to me
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform