Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
.NET equivalent to included DBF in VFP app
Message
From
12/11/2007 17:16:13
John Baird
Coatesville, Pennsylvania, United States
 
 
To
12/11/2007 15:07:42
General information
Forum:
ASP.NET
Category:
XML
Miscellaneous
Thread ID:
01268562
Message ID:
01268566
Views:
14
You could use a binary serializer to write the datatable to a .ser file, then include it in your solution. When you need it, simply deserialize it and use it.



>This is a very basic type of question. Please bear with me.
>
>What is the recommended approach in .NET equivalent to the following VFP technique: A DBF included in the exe file describes some data types, and an external DBF with the same structure describes additional data types as well as any overrides to the definitions contained in the internal table. The tables are joined with a SELECT ... UNION ALL ... SELECT and ordered with external items first so they are the ones found in a search through the resulting table or array.
>
>Thank you very much,
>
>Alex
Previous
Reply
Map
View

Click here to load this message in the networking platform