Page 1 of 1

Probably a stupid question - .dbf?

Posted: Thu May 18, 2006 5:37 pm
by Luke
.dbf extension may or may not be a mysql database, right?

Posted: Thu May 18, 2006 5:39 pm
by onion2k
I don't think I've ever seen that in MySQL .. Isn't it dBase format?

Posted: Fri May 19, 2006 1:38 am
by timvw
in a linux environment, there are no 'extensions' that indicate the type of a file... It's just a name...

I'm pretty sure there are a couple of websites that return the most common mime-types that are related a certain extension... http://filext.com/detaillist.php?extdetail=dbf

Posted: Fri May 19, 2006 10:22 am
by Luke
from what I read on php.net, dbase is basically useless as far as php goes... am I correct in this statement?