I'm trying to walk through the examples, but have encountered an error of a missing data dictionary for odbtp.
Database driver '/usr/local/lib/php/adodb/datadict/datadict-odbtp.inc.php' not available
Looking in the datadict directory, I see that indeed it is missing.
Am I supposed to be connecting differently for odbtp? Here's my connection:
$conn = &ADONewConnection("odbtp");
TIA
We'd love to help, but what you have is an adodb datadict issue. You need to post your problem on the adodb list at http://phplens.com/lens/lensforum/topics.php?id=4
Rich
Thanks for the redirect.
Log in to post a comment.
I'm trying to walk through the examples, but have encountered an error of a missing data dictionary for odbtp.
Database driver '/usr/local/lib/php/adodb/datadict/datadict-odbtp.inc.php' not available
Looking in the datadict directory, I see that indeed it is missing.
Am I supposed to be connecting differently for odbtp? Here's my connection:
$conn = &ADONewConnection("odbtp");
TIA
We'd love to help, but what you have is an adodb datadict issue. You need to post your problem on the adodb list at http://phplens.com/lens/lensforum/topics.php?id=4
Rich
Thanks for the redirect.