Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Cursoradapter without DE
Message
De
12/01/2017 09:49:00
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01646443
Message ID:
01646581
Vues:
48
Hi,
Your code seems to be correct. It should work, provided "kunden" is part of galidata.dbc AND kunden is the table's name on DISK (not the name in database) AND there is a field "Name1" to order on.

First try these (be sure you are not on d:\foxprogs\galileo\data folder):
open database ("D:\foxprogs\galileo\data\galidata.dbc")
select TOP 1 * from kunden order by name1
? JustStem(dbf('kunden'))
Does that work without any error? Is the table name printed ''KUNDEN''?

If it is a free table, you could simply set your data source to just folder name (this would work for database tables too provided they are in the same folder):

"D:\foxprogs\galileo\data\"
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform