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

[REBOL] Re: Connecting to the database

From: ammon:rcslv at: 17-Jul-2002 6:44

Hi, To connect to an ODBC source you first must go to the ODBC control panel (not a part of REBOL) and make an alias for the database you want to have available. Then it is as simple as:
>> myDB: open odbc://myDB >>
Then if you need a username and password:
>> myDB: open odbc://username:[password--myDB] >>
HTH Ammon A short time ago, Abdel Belkasri, sent an email stating: