Linux Forum
Welcome, Guest. Please login or register.
Did you miss your activation email?
September 06, 2008, 03:19:30 am

Login with username, password and session length
Search:     Advanced search
634020 Posts in 147275 Topics by 72194 Members
Latest Member: kkhagani
* Home Help Search Calendar Login Register
+  Linux Forum
|-+  General Linux Issues
| |-+  Linux Programming (Moderator: x86processor)
| | |-+  Visual Foxpro Tables ( Vfp Dbf ) Access From Linux
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: [1] Print
Author Topic: Visual Foxpro Tables ( Vfp Dbf ) Access From Linux  (Read 761 times)
berenguer
n00b
*

Karma: 0
Offline Offline

Posts: 1


« on: March 31, 2005, 05:28:11 pm »

I don't know if it is new, but today, alfer a large week of intensive research, finally i had discover a way to access visual foxpro databases directly from linux. What do you need? download, compile and install CLIP from [a href=\'http://www.itk.ru/english/download.shtml\' target=\'_blank\']http://www.itk.ru/english/download.shtml[/a] then put the vfp table into the same directory of the next script:

file: testdbf.prg

use dbftable
list columnname


Next you need to compile with: 'clip testdbf.prg' and link for execution with: 'clip -e testdbf.o'

And Enjoy!

I have not time to port it dbf support to gnu c++ libraries, but i'm sure that somebody in opensource comunity will found it interesting.

Sorry for the english, i'm spanish native speaker

---------------------
God Bless You All!
Logged
Pages: [1] Print 
« previous next »
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC Valid XHTML 1.0! Valid CSS!