
Geoff Stacey - 2012-01-03 10:58:21 -
In reply to message 1 from Geoff Stacey
I found the problem, and it was simple. I was assuming that the username, password and database could be passed as parameters (e.g. $username, $password & $database) which had been set up previously. I should have tested this properly, Sorry.
The actual details have to be input into
$as_dbengine->Connect('localhost','','','dbase');
It is working fine and thank you for this useful class