dbase

SQL to dBase Query Translator?

Is anyone aware of an application that will allow me to convert some existing SQL queries into dBase? I have an application that I need to program but it prefers dBase queries to SQL queries. I've written a working SQL query, but now need to figure out what the query would look like in dBase. ...

What would this SQL query look like in dBase?

Can someone help me translate this query into a dBase equivalent expression? select top 300 * from CONTACT1 c1 left join CONTACT2 c2 ON c1.ACCOUNTNO=c2.ACCOUNTNO where KEY1='10INQA' and KEY2='2011 Fall' and c1.ACCOUNTNO NOT IN (select accountno from CONTSUPP where RECTYPE='E') ...

Is dbase obselete

Is dbase considered obsolete? There was a time when it was more prominent that SQL, but now it seems largely dying... ...

How can the DBase driver version in the BDE Administrator be 5.0?

One of my programs stopped working on a customer site. I tracked it down to a BDE problem. Over the phone I went through the BDE configuration in BDE Administrator and the only thing that does not look correctly is the entry "Version" under \Configuration\Drivers\Native\DBASE It should say "4.0" but on that box it says "5.0". As far a...

How to create dBASE .mdx index file from java

I have a project where the result files are dBASE formatted database files. I need to generate them from java. Although there are quite some solutions to write the .dbf files, I also need a way to write the associated .mdx index files. What's the best way to do this? (I've tried xBaseJ but it looks like it has some issues generating...