The way to open a command port has been changed from:
db-port: make dbase [ scheme: 'odbc ]
to:
db-port: first dbase
Think of the dbase port as a factory that makes command ports.
- jim
At 02:46 PM 8/4/2000 +1000, you wrote:
>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