Technology Questions

Go Back   Technology Questions > Software Questions > Operating System Questions > Linux

Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 03-27-2009, 05:11 PM
Bengt T
Newsgroup Contributor
 
Posts: n/a
How to import data into DBASE IV?

I need to import data into an existing application and need a program
or method that handles both the *.dbf and *.cdx files.

*.dbf files can be edited with e. g. Openoffice. Added data do however
not show up in the application. My understanding is that the reason is
that the corresponding *.cdx file is not modified.

Recommendations and advices are appreciated.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

 
Old 03-27-2009, 05:11 PM
  #2 (permalink)  
Old 03-27-2009, 05:11 PM
Bryce
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

Bengt T wrote:

> I need to import data into an existing application and need a program
> or method that handles both the *.dbf and *.cdx files.
>
> *.dbf files can be edited with e. g. Openoffice. Added data do however
> not show up in the application. My understanding is that the reason is
> that the corresponding *.cdx file is not modified.
>
> Recommendations and advices are appreciated.


Back up your data for safety first! Perhaps your application can be
induced to regenerate its index files. Edit a .dbf file and delete
the related .cdx file(s), then try starting the application. No joy?
Try again after deleting all the index files. Look through the .exe
files for a name that hints at reindexing and run it. Database apps
frequently support a way to cleanup index damage by regeneration.

I have dBase V I used (a little) a very long time ago. Still have
the program and all docs around here somewhere. If above doesn't
help, write back and I will see what Borland says.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #3 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

Man-wai Chang ToDie (33.6k) wrote:
> Bengt T wrote:
>> I need to import data into an existing application and need a program
>> or method that handles both the *.dbf and *.cdx files.
>>
>> *.dbf files can be edited with e. g. Openoffice. Added data do however
>> not show up in the application. My understanding is that the reason is
>> that the corresponding *.cdx file is not modified.

>
> dBase has a command "COPY TO" that exports data to CSV or other plain
> text format, as well as old Excel, Lotus formats.
>

Sorry... the reverse to "COPY TO" is "APPEND FROM". It could handle CSV
plain text files. Read their man pages. :)

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #4 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

> I'm finishing 2 other script projects first, then I'll look into what I can
> find. Might have to re-write a DBF lib, as the one I had was for Turbo-C
> under DOS. Kinda puts some mold on the actual program. :-)


The structure of DBF is basically unchanged.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.2) Linux 2.6.28.1
^ ^ 11:41:01 up 20:26 1 user load average: 1.11 1.37 1.24
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #5 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

Bengt T wrote:
> I need to import data into an existing application and need a program
> or method that handles both the *.dbf and *.cdx files.
>
> *.dbf files can be edited with e. g. Openoffice. Added data do however
> not show up in the application. My understanding is that the reason is
> that the corresponding *.cdx file is not modified.


dBase has a command "COPY TO" that exports data to CSV or other plain
text format, as well as old Excel, Lotus formats.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #6 (permalink)  
Old 03-27-2009, 05:11 PM
Bengt T
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

On 20 Jan, 15:21, Bryce <inva...@invalid.invalid> wrote:
> Bengt T wrote:
> > I need to import data into an existing application and need a program
> > or method that handles both the *.dbf and *.cdx files.

>
> > *.dbf files can be edited with e. g. Openoffice. Added data do however
> > not show up in the application. My understanding is that the reason is
> > that the corresponding *.cdx file is not modified.

>
> > Recommendations and advices are appreciated.

>
> Back up your data for safety first! Perhaps your application can be
> induced to regenerate its index files. Edit a .dbf file and delete
> the related .cdx file(s), then try starting the application. No joy?
> Try again after deleting all the index files. Look through the .exe
> files for a name that hints at reindexing and run it. Database apps
> frequently support a way to cleanup index damage by regeneration.
>
> I have dBase V I used (a little) a very long time ago. Still have
> the program and all docs around here somewhere. If above doesn't
> help, write back and I will see what Borland says.


Your suggested method, to delete the *.cdx files, helped.

Thanks for your assistance!

Bengt T
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #7 (permalink)  
Old 03-27-2009, 05:11 PM
Bengt T
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

On 20 Jan, 15:41, "Man-wai Chang ToDie (33.6k)"
<toylet.toy...******.com> wrote:
> Man-wai Chang ToDie (33.6k) wrote:> Bengt T wrote:
> >> I need to import data into an existing application and need a program
> >> or method that handles both the *.dbf and *.cdx files.

>
> >> *.dbf files can be edited with e. g. Openoffice. Added data do however
> >> not show up in the application. My understanding is that the reason is
> >> that the corresponding *.cdx file is not modified.

>
> > dBase has a command "COPY TO" that exports data to CSV or other plain
> > text format, as well as old Excel, Lotus formats.

>
> Sorry... the reverse to "COPY TO" is "APPEND FROM". It could handle CSV
> plain text files. Read their man pages. :)
>
> --
> @~@ Might, Courage, Vision, SINCERITY.
> / v \ Simplicity is Beauty! May the Force and Farce be with you!
> /( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
> ^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
> ¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ!¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):http://www.swd.gov.hk/tc/index/site_...sub_addressesa


The application I am using does not have any "APPEND FROM"...

I assume that I have to start some database application program, which
I am not familiar with. Can you elaborate more on this please.

Bengt T
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #8 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

Lastly, you might want to talk to your fellow Americans:

news://msnews.microsoft.com:119/micr...ammer.exchange

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.2) Linux 2.6.28.2
^ ^ 18:17:01 up 1:43 0 users load average: 0.00 0.01 0.04
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #9 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

Bengt T wrote:
> I need to import data into an existing application and need a program
> or method that handles both the *.dbf and *.cdx files.
>
> *.dbf files can be edited with e. g. Openoffice. Added data do however
> not show up in the application. My understanding is that the reason is
> that the corresponding *.cdx file is not modified.


What are the linux programs that need to deal with those dBase/Foxpro
files? PHP?


--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #10 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

> The application I am using does not have any "APPEND FROM"...
>
> I assume that I have to start some database application program, which
> I am not familiar with. Can you elaborate more on this please.


I read your question again. *.cdx are Foxpro indexes, NOT dBase 4. Are
you sure that that it's dBase 4?

You can re-generate *.cdx from *.dbf files using the Foxpro INDEX ON
command. You can see the index expression under Foxpro:

select 0
use file.dbf
? sys(14,1) <-- 1st index expression
? sys(14,2) <-- 2nd index expression
use

COPY TO and APPEND FROM are Foxpro commands. Type "HELP APPEND FROM" at
Foxpro's command window to read online help.

DO you have a Foxpro person in your team or the client side?

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #11 (permalink)  
Old 03-27-2009, 05:11 PM
Bengt T
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

On 21 Jan, 05:05, "Man-wai Chang ToDie (33.6k)"
<toylet.toy...******.com> wrote:
> Bengt T wrote:
> > I need to import data into an existing application and need a program
> > or method that handles both the *.dbf and *.cdx files.

>
> > *.dbf files can be edited with e. g. Openoffice. Added data do however
> > not show up in the application. My understanding is that the reason is
> > that the corresponding *.cdx file is not modified.

>
> What are the linux programs that need to deal with those dBase/Foxpro
> files? PHP?
>
> --
> @~@ Might, Courage, Vision, SINCERITY.
> / v \ Simplicity is Beauty! May the Force and Farce be with you!
> /( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
> ^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
> ɶU! B F! ! ! T! ۱ ! ЦҼ{  (CSSA):http://www.swd.gov.hk/tc/index/site_...sub_addressesa


My application is an economic account program. It is actually executed
in Windows environment but I am trying to modify the *.dbf and *.cdx
files in Linux, which I am much more familiar with.

According to the supplier, Dbase is used by the application.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #12 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

> My application is an economic account program. It is actually executed
> in Windows environment but I am trying to modify the *.dbf and *.cdx
> files in Linux, which I am much more familiar with.


Under Window$, you should be able to use ODBC (or maybe OLEDB/COM+) to
access dBase/Foxpro files. At least the *.dbf could be read. The indexes
(*.cdx), I believe, could be ignored.

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #13 (permalink)  
Old 03-27-2009, 05:11 PM
Bengt T
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

On 21 Jan, 11:38, "Man-wai Chang ToDie (33.6k)"
<toylet.toy...******.com> wrote:
> > My application is an economic account program. It is actually executed
> > in Windows environment but I am trying to modify the *.dbf and *.cdx
> > files in Linux, which I am much more familiar with.

>
> Under Window$, you should be able to use ODBC (or maybe OLEDB/COM+) to
> access dBase/Foxpro files. At least the *.dbf could be read. The indexes
> (*.cdx), I believe, could be ignored.
>
> --
> @~@ Might, Courage, Vision, SINCERITY.
> / v \ Simplicity is Beauty! May the Force and Farce be with you!
> /( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
> ^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
> ¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ!¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):http://www.swd.gov.hk/tc/index/site_...sub_addressesa


Can not find ODBC or OLEDB in my PC. I use Windows XP Pro.

Anyway, I can survive with by editing *.dbf files with Openoffice and
delete *.cdx files. In my case, it is more or less a one time effort.
I was just interested in understanding your alternative way.

Thanks for your support.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #14 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
[ot] Re: How to import data into DBASE IV?

> Thanks for your support.

Well... tip me via paypal? :)

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #15 (permalink)  
Old 03-27-2009, 05:11 PM
Man-wai Chang ToDie (33.6k)
Newsgroup Contributor
 
Posts: n/a
Re: How to import data into DBASE IV?

> Can not find ODBC or OLEDB in my PC. I use Windows XP Pro.

Control Panel -> Administrative Tools -> Data Sources (ODBC)

Also google "Microsoft MDAC".


> Anyway, I can survive with by editing *.dbf files with Openoffice and
> delete *.cdx files. In my case, it is more or less a one time effort.
> I was just interested in understanding your alternative way.


You don't need to use OpenOffice to delete *.cdx. Just delete them from
the file exporer. Make sure there are no other applications using those
index files.....

--
@~@ Might, Courage, Vision, SINCERITY.
/ v \ Simplicity is Beauty! May the Force and Farce be with you!
/( _ )\ (Xubuntu 8.04.1) Linux 2.6.24-16-generic
^ ^ 19:13:02 up 24 min 3 users load average: 7.12 8.18 7.03
¤£*ɶU! ¤£¶BÄF! ¤£´©¥æ! ¤£¥´¥æ! ¤£¥´§T! ¤£¦Û±þ! ½Ð¦Ò¼{ºî´© (CSSA):
http://www.swd.gov.hk/tc/index/site_...sub_addressesa
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Reply

Bookmarks

Thread Tools

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to import data into DBASE IV? Bengt T Linux 20 03-27-2009 05:11 PM
How to import data into DBASE IV? Bengt T Linux 19 03-27-2009 05:08 PM
How to import data into DBASE IV? Bengt T Linux 30 03-27-2009 05:06 PM
How to import data into DBASE IV? Bengt T Linux 0 03-27-2009 05:05 PM
How do I import data from MS Money 99 Corenza Microsoft Office 2 07-25-2008 06:56 AM


New To Technology Questions? Do You Need Help with Your Computer or Device? Do You Need Help with this site?

All times are GMT -8. The time now is 03:02 AM.


2003 - 2009 All Rights Reserved. Technology Questions

Search Engine Friendly URLs by vBSEO 3.3.0