mysql to valentina using libdatabase
Robert Mann
robmann at gp-racing.com
Thu Dec 28 21:52:40 EST 2006
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
More information about the use-livecode
mailing list