| View previous topic :: View next topic |
| Author |
Message |
MarkTrubo Contributor


Joined: 27 May 2001 Posts: 148 Location: Long Island, NY
|
Posted: Thu Dec 15, 2005 11:58 pm Post subject: .dbt files... |
|
|
Anyone know how to extract data from a .dbt file? I have a VDS program that downloads the files from my online store each night and loads them into an order manager. I have all my info except some stuff that is stored in a .dbt file (I think it is a dbase memo file or something). Ideally a command line prog would be best -- I want to dump it to a text file I can work with in VDS.
Thanks! |
|
| Back to top |
|
 |
Tdk161 Valued Contributor


Joined: 08 Feb 2005 Posts: 399 Location: ITALY
|
Posted: Fri Dec 16, 2005 12:24 am Post subject: |
|
|
Hi
yes, .dbt is a external file associated with a dbf file where are putted memo fields content.
you can exstract data from dbf file using vdsdll.dll running a sql query on dbf file
byez |
|
| Back to top |
|
 |
|