After installing the "dbmysql.so" file, make sure that your code uses
the same letter cases as the filename..
dbmySQL.so
put revOpenDatabase("mySQL",myURL,myBase,myName,myPassword,0) into
databaseID
dbMYsql.so
put revOpenDatabase("MYsql",myURL,myBase,myName,myPassword,0) into
databaseID
The best thing to do is to store the file with all lowercase letters
and use:
put revOpenDatabase("mysql",myURL,myBase,myName,myPassword,0) into
databaseID
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution