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

[REBOL] Re: Command 2.0 Problems With ODBC

From: greggirwin::mindspring::com at: 4-Sep-2005 12:06

I haven't seen that under those particular circumstances, but the URL parser isn't always happy with things I've fed it. Have you tried using a block for the scheme? e.g. db-conn: open [ scheme: 'odbc target: "OHSU\*******:[******--DSS42]" ] -- Gregg