|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
SQL to DBF....
I am in need of any help pertaining to the conversion of a SQL table to a DBF database in ASP.NET...
Anybody...? |
|
#2
|
|||
|
|||
|
You are wanting to export a relation database table to a DBF flat file? What DBMS are you using?
__________________
El éxito consiste en una serie de pequeñas victorias día a día MySQL, MS SQL, MS ACCESS, Oracle Database Manager - http://victorpendleton.net/products/psdviewer.html |
|
#3
|
|||
|
|||
|
In my Sourcecode I'm using OleDBConnection to connect to an ODBC data source....
I'm not a pro when it comes to DB's, but as far as I understand the fact that the table I want to export is in a relational database shouldn't have an effect because the specific table that i want to export does not have any relations with any other tables... |
|
#4
|
|||
|
|||
|
As long as the table does not have Foreign keys that are defined in another table your data will be consistent.
... If you are using the oleDB have you explored using Visual Basic to read from the table and write to the target file? ... If you have access to the Microsoft DTS you can also you its engine to do this as well. ... For the money, data junction has been real solid as well. ... Let me know if you have any questions. |
![]() |
| Viewing: Dev Shed Forums > Databases > Database Management > SQL to DBF.... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|