PC Review


Reply
Thread Tools Rate Thread

Dynamcially build and save DBF file

 
 
Passiday
Guest
Posts: n/a
 
      17th Apr 2009
Hello,

Can someone please suggest some .NET library, that would help to build
dynamically DBF file? Something like this:

DBFTable t = new DBFTable();
t.addField("textfield", dbfTypeText);
t.addField("intfield", dbfTypeInt);
t.addField("boolfield", dbfBool);
DBFRecord r = t.addRecord();
r["textfield"] = "abc";
r["intfield"] = 123;
r["boolfield"] = true;
r.Save();
t.Save("C:\mydbffile.dbf");

Thanks!

Passiday
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Dynamcially change sort order on continuous form Dennis Microsoft Access Form Coding 5 17th Dec 2009 09:14 PM
The Next Build Shall be RTM guys not any other builds unless MS decides to do one more build because of bugs before RTM RC2 build 5477 is the last build before RTM Drew Windows Vista General Discussion 8 13th Oct 2006 12:41 AM
Create Control Dynamcially ºa¤Ö Microsoft ASP .NET 1 17th Nov 2005 10:48 AM
UnSpecified Build Error(s) stopping 'Build Cab File' process cdg Microsoft Dot NET Compact Framework 2 3rd Feb 2005 08:48 PM
Save to file problem with MM2 - can not build a WMV file ALi Windows XP MovieMaker 5 4th Nov 2003 04:59 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:12 PM.