﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » .NET Forums » General .NET Discussion  » export data to dbf format</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 03:38:53 GMT</lastBuildDate><ttl>20</ttl><item><title>export data to dbf format</title><link>http://forum.strataframe.net/FindPost30597.aspx</link><description>hi all,&lt;br/&gt;&lt;br/&gt;im using vb.net with the database sql server 2008. what should i need to do if i try to export data to dbf format from my dataset.&lt;br/&gt;&lt;br/&gt;Please advice and thanks</description><pubDate>Mon, 21 Nov 2011 19:12:01 GMT</pubDate><dc:creator>Diu King,Tiong</dc:creator></item><item><title>RE: export data to dbf format</title><link>http://forum.strataframe.net/FindPost30645.aspx</link><description>Hi Trent,&lt;br/&gt;&lt;br/&gt;&lt;a href="http://stackoverflow.com/questions/3551918/numeric-field-width-in-dbf-file-inconsistent-when-created-with-oledb-net"&gt;&lt;a href="http://stackoverflow.com/questions/3551918/numeric-field-width-in-dbf-file-inconsistent-when-created-with-oledb-net"&gt;http://stackoverflow.com/questions/3551918/numeric-field-width-in-dbf-file-inconsistent-when-created-with-oledb-net&lt;/a&gt;&lt;/a&gt;&lt;br/&gt;above link is my actual problem. &lt;br/&gt;Some website told there is the oledbconnection limitation&lt;br/&gt;&lt;br/&gt;&lt;br/&gt;regards</description><pubDate>Mon, 21 Nov 2011 19:12:01 GMT</pubDate><dc:creator>Diu King,Tiong</dc:creator></item><item><title>RE: export data to dbf format</title><link>http://forum.strataframe.net/FindPost30633.aspx</link><description>Tiong,&lt;br/&gt;&lt;br/&gt;Man, off the top of my head, I have no idea what is going on here.&amp;nbsp; I would have to know a lot more about your code and what is going on in your environment, logic, etc.&amp;nbsp; But I know this, that if you are dealing with DBF tables, and the OLEDB provider, there is always a little "wonkiness."&amp;nbsp; When we were writing our conversion tools from VFP to SQL, we had a number of situations like this.&amp;nbsp; And each time we would just setup a small scale test.&amp;nbsp; We had a Frankenstein test dialog that we lived on while trying to work through VFP related weirdness.&amp;nbsp; Generally by scaling it down in a test environment where would could make quick changes and try things quickly, we were able to isolate the issue and create a workaround.&amp;nbsp; This would be my suggestion to you.&amp;nbsp; Hope this helps a little.</description><pubDate>Fri, 18 Nov 2011 09:56:02 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: export data to dbf format</title><link>http://forum.strataframe.net/FindPost30632.aspx</link><description>&lt;font class="Apple-style-span" face="Arial"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;font class="Apple-style-span" color="#000000"&gt;Hi all.&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;div&gt;&lt;font class="Apple-style-span" face="Arial"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;font class="Apple-style-span" color="#000000"&gt;&lt;br/&gt;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;div&gt;&lt;span style="border-collapse: separate; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "&gt;&lt;font class="Apple-style-span" face="Arial"&gt;&lt;span class="Apple-style-span" style="font-size: small;"&gt;&lt;font class="Apple-style-span" color="#000000"&gt;FWIW, I do this in the opposite direction: I have users who perform research and store their findings in DBFs as a sort of staging area. When they are ready to actually persist these records to the official database (SQL server), I fill a StrataFrame business object that's sourced by the DBFs, and copy the data to BOs that are tied to the appropriate SQL server tables and SAVE(). Works very nicely.&amp;nbsp;&lt;/font&gt;&lt;/span&gt;&lt;/font&gt;&lt;/span&gt;&lt;!--EndFragment--&gt;</description><pubDate>Fri, 18 Nov 2011 09:53:04 GMT</pubDate><dc:creator>Alex Luyando</dc:creator></item><item><title>RE: export data to dbf format</title><link>http://forum.strataframe.net/FindPost30619.aspx</link><description>Thanks and appreciate Edhy and Trent for your guys replied. &lt;br/&gt;Btw Trent, i use the OLEDB provider to create the export but when i create the field with numeric(5,2) and the exported dbf giving me the field numeric(20,4).&lt;br/&gt;How can i solving it?</description><pubDate>Thu, 17 Nov 2011 18:51:15 GMT</pubDate><dc:creator>Diu King,Tiong</dc:creator></item><item><title>RE: export data to dbf format</title><link>http://forum.strataframe.net/FindPost30599.aspx</link><description>Edhy is right, you will definitely need to use some type of OLEDB provider to create the export.&amp;nbsp; Below is an article showing how to do this.&lt;br/&gt;&lt;br/&gt;&lt;a href="http://asp.net.bigresource.com/ADO-NET-Export-from-datatable-to-dbf-file-ehEtc3WyX.html"&gt;&lt;a href="http://asp.net.bigresource.com/ADO-NET-Export-from-datatable-to-dbf-file-ehEtc3WyX.html"&gt;http://asp.net.bigresource.com/ADO-NET-Export-from-datatable-to-dbf-file-ehEtc3WyX.html&lt;/a&gt;&lt;/a&gt;</description><pubDate>Wed, 16 Nov 2011 10:28:51 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item><item><title>RE: export data to dbf format</title><link>http://forum.strataframe.net/FindPost30598.aspx</link><description>Hi,&lt;br/&gt;What I have done before is create a BO with a VFP connection to the dbf table, then in your application you can add the data to the VFP BO and then save it, of course you will have to know the dbf table structure ahead of time and also have a connection to that table, you will also need the VFPOLE drivers.</description><pubDate>Tue, 15 Nov 2011 22:07:58 GMT</pubDate><dc:creator>Edhy Rijo</dc:creator></item></channel></rss>