I only need to get my current mysql database converted to valentina so I can continue to test if all goes well I will then change over to valentina, but it would be nice to learn how to do this just in case I need to do this in the future
Robert Mann -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Ruslan Zasukhin Sent: Friday, December 29, 2006 2:57 AM To: use-revolution Subject: Re: mysql to valentina using libdatabase On 06/29/12 4:52 AM, "Robert Mann" <[EMAIL PROTECTED]> wrote: > 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, I did forget to ask: you need convert only one existed database, or you need that your application is able do this at any time with any mySQL db ? -- Best regards, Ruslan Zasukhin VP Engineering and New Technology Paradigma Software, Inc Valentina - Joining Worlds of Information http://www.paradigmasoft.com [I feel the need: the need for speed] _______________________________________________ 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 _______________________________________________ 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
