On Tue, 2008-11-04 at 17:41 -0500, Eric Wood wrote: > I used dba-open (http://us2.php.net/manual/en/function.dba-open.php) to > create a simple database file. The linux file command tells me that the > file is just "data": > > # file test.db > test.db: data > > I assume this is refered to a "Constant Database" or a DB2 file. > > I'm able to insert, fetch, and delete entries. However I'm trying to > find out exactly what kind of file this is since the documentation > doesn't tell me what "default" handler it used when creating the file. > > thanks, > -eric > Have you tried opening the file on a Linux system to see what it thinks it is? Linux is good for this sort of thing, because it doesn't rely on just the file extension to identify files. Ash www.ashleysheridan.co.uk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php