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

[REBOL] ODBC Connection

From: etcha:gsat:au at: 4-Aug-2000 14:46

I am using win95 ver of rebol/command for the first time, and thought id open a data source connection to the radius. can somebody tell me what im doing wrong: dbase: open odbc://name:[pass--datasourcehere] db-port: make dbase [scheme: 'odbc] insert db-port "select * from tablenamehere" and it returned Error: Port none not opened Where: insert db-port "select * from tablenamehere" I thought this _was_ a port.? aden