[Pxlib-devel] Help with Paradox timestamp conversion
Brought to you by:
steinm
From: Jill E. <jil...@gm...> - 2009-07-05 16:02:53
|
Hello, I installed XAMPP 1.7.1 on Windows XP (ugh, but not my choice), and it works. I am very thankful it comes with pxlib.dll and also php_paradox.dll (version 5.2.4.4). ------------------- PHPINFO PHP Version 5.2.9 paradox Paradox support enabled pxlib Version 0.6.3 support for recoding record data iconv pxlib was build on no value Revision $Revision: 1.37 $ -------------------- I must read and convert paradox timestamps. I read this: http://pxlib.sourceforge.net/documentation.php?manpage=PX_timestamp2string but am unable to make it work correctly. I followed the examples included with XAMPP for the Paradox module. The examples which use "$pxdoc = px_new();" (not Object oriented) work well. But examples "$pxdoc = new paradox_db();" do not. Error: "Fatal error: Call to undefined method paradox_db::retrieve_record()" I also tried px_retrieve_record(): "Fatal error: Call to undefined function px_retrieve_record()" I read the PHP manual here: http://us2.php.net/manual/en/book.paradox.php and also the manual on pxlib on sourceforge. I see that there is a newer version of pxlib 0.6.4 which mentions it fixes a problem with px_timestamp2string? If I had pxlib.dll version 0.6.4 would that fix my problem? I very much appreciate your help! |