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

Reply via email to