Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to read tables included in an app
Message
From
20/10/2000 11:33:48
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00431863
Message ID:
00432098
Views:
29
>Thanks Cetin,
>
>We have tried to 'use' and 'select' the tables and also use a simple 'copy file' and copy to ' with no luck. This is confusing because our main .exe that called the .app has tables included and compiled into it and we read them just fine, but when we call the .app and try to read the files compiled inside it we cannot.

Michael,
exe cannot read directly the app included ones but app could. Say app is like this :

Tables :
Table1, table2 included
Code :
FilOpen.prg
lparameters tcTable,tcAlias
use (tcTable) in 0 alias (tcAlias)

Exe opens a app table :
do FilOpen in 'myApp.app' with 'Table1','AliasName'

Cetin
Ç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