trying to convert a mysql database to a valentina database searching the
list I ran across libDatabase and looks like it will do the conversion, I am
just having a hard time figuring out how to use it tried to go through the
getting started, to run this do you put the following in the message box?

put "mysql" into tDbA["Type"]
put "localhost" into tDbA["Host"]
put "recipes" into tDbA["Name"]
put "root" into tDbA["Username"]
put "" into tDbA["Password"]

libDatabase_RegisterDatabase "myrecipesdb", tDbA

libDatabase_Connect "myrecipesdb"

libDatabase_GetDBConnectionID("myrecipesdb")


Robert Mann

_______________________________________________
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

Reply via email to