Tagged Questions

2
votes
7answers
328 views

What is the best way today to maintain clipper 5.3 code?

Are there any successor products on DOS, Windows or Linux?
0
votes
1answer
45 views

Greenleaf Database Library in C#

I am creating a WPF application that will integrate with an existing system using a Clipper database. I have been working through some issues trying to access char fields with len …
0
votes
2answers
111 views

Record locking problem between linux and Windows

I need to run a bunch of old DOS FoxPro / Clipper applications in linux under DOSEMU. The programs access their "databases" located on a network server (could be a Windows or Linux …
0
votes
2answers
78 views

What is the most active clipper-like community?

I work for a company that is using Microsoft Visual Foxpro 9. Since Microsoft has abandoned us, we no longer get fresh driver updates (the last was for ODBC was built for VFP versi …
0
votes
2answers
129 views

How do I read data from an xBase/Clipper file in VB6?

DBF file is in C:\dbase\clip53\PRG\stkmenu\WPACK3\ DBF file is called WPACKS.CFG (deliberately not .DBF) The VB6 code in an ActiveX EXE for opening the database and recordset: …
1
vote
4answers
243 views

DBF Large Char Field…

I have a database file that I beleive was created with Clipper but can't say for sure (I have .ntx files for indexes which I understand is what Clipper uses). I am trying to creat …