Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] REBOL & MYSQL using DBRIDGE.

From: mike_berrisford:admin:state:ak:us at: 21-Nov-2001 11:58

Using "do %dbridge.r" in Core/2.5 returns the protocol loaded message, under Desktop/console, nothing is returned. Thanks for the suugestion to use DocKimbels mysql protocol, it works great. Using the mysql protocol, db: open mysql://username:[password--localhost]/mysql is all that is needed. Using the dbridge protocol, the documentation shows db: open dbridge://username:[password--dbridgeserver]///dbserver/database. What is the dbridgeserver and dbserver?