ODBC Connection
[1/3] 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
[2/3] from: jimg:rebol at: 3-Aug-2000 22:11
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:
[3/3] from: petr::krenzelok::trz::cz at: 4-Aug-2000 9:17
[jimg--rebol--com] wrote:
> The way to open a command port has been changed from:
>
> db-port: make dbase [ scheme: 'odbc ]
>
> to:
>
> db-port: first dbase
>
OK, any other usefull info about changes? What about changes to /View described
in a few words?
Thanks,
-pekr-