Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How VFP9 maintain the records in MS SQL Server 2012?
Message
De
23/01/2015 06:32:43
 
 
À
23/01/2015 03:06:56
Yim Ming Sun Derek
Spacious Design Consultant
Hong Kong, Hong Kong
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 SP2
OS:
Windows Server 2012
Network:
Windows 2008 Server
Database:
MS SQL Server
Application:
Desktop
Divers
Thread ID:
01614157
Message ID:
01614168
Vues:
40
Some things to follow:

- Use ODBC, not ADO. Microsoft has said they will no longer support ADO for SQL Server
- Don't work on an entire table. Work on a set of records, for example, customers in a particular city. Previous/Next will work on that set of records.
- Take Al's advice and do some web searches.


>Hi,
>I want to write a program in VFP 9 to maintain the records in the database table in SQL server 2012
>I need to browse and maintain the table record by record, such as which can move next record, previous record, go top, go bottom...etc.
>Is it using ADO recordset or other method like binding navigator in vb.net ?
>
>Please advise.
>
>Thanks.
Craig Berntson
MCSD, Microsoft .Net MVP, Grape City Community Influencer
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform