ok so what is the best way to use libDatabase? Robert Mann
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Stephen Barncard Sent: Friday, December 29, 2006 11:59 AM To: How to use Revolution Subject: RE: mysql to valentina using libdatabase you might be able to do this db stuff from the message box, but I'd recommend against it. You need multiple script lines to do this and using ";" between statements gets pretty unclear fast. just create a handler in your stack script and call it from the msg box. You'll have the advantage of indenting and colorization of the script, better error reporting, and of course debugging. also don't forget to define your globals, especially of the array you're creating for opening.. sqb >I was following the getting started I see the changes now, am I correct that >to use liDatabase you input this through the message box? > >Robert Mann -- stephen barncard s a n f r a n c i s c o - - - - - - - - - - - - _______________________________________________ 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
