Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursoradapter without DE
Message
From
12/01/2017 09:49:00
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01646443
Message ID:
01646581
Views:
47
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
Previous
Reply
Map
View

Click here to load this message in the networking platform