Re: What kind of handler used for a dba file?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux