Help with export to dbf

Reply

Join Date: Jul 2005
Posts: 1
Reputation: xomngheo is an unknown quantity at this point 
Solved Threads: 0
xomngheo xomngheo is offline Offline
Newbie Poster

Help with export to dbf

 
0
  #1
Jul 10th, 2005
Please help me

in ASP is support many style of ContentType = "video/x-ms-asf" ,"vnd.ms-excel" ... but not support style foxprox (.dbf)

I want to use SQL select database and export to file dbf

Thank you !
Reply With Quote Quick reply to this message  
Join Date: Jun 2005
Posts: 54
Reputation: senexom is an unknown quantity at this point 
Solved Threads: 0
senexom's Avatar
senexom senexom is offline Offline
Junior Poster in Training

Re: Help with export to dbf

 
0
  #2
Jul 26th, 2005
One of the easiest ways of exporting and importing databases is to create a flat file, also known as a CSV. This is basically a database dump formatted as a delimited text file which then can be imported into pretty much any database.

The result you want (creating a .dbf file) via an ASP scrip is a lot more complicated and cumbersome, you would pretty much need to write an application that will generate a binary file containing structure and data in dBaseIII standard. I don't know of any, but perhaps some one might point you to a good export utility, I doubt it would be written in ASP though.
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:



Similar Threads
Other Threads in the ASP Forum


Views: 4102 | Replies: 1
Thread Tools Search this Thread



Tag cloud for ASP
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC