How does /Command go with databases?
[1/2] from: brett::codeconscious::com at: 20-Apr-2001 22:44
A friend asked me how Rebol performs with databases. I think he uses Oracle.
Any comments?
Brett.
---
http://www.codeconscious.com
[2/2] from: m:koopmans2:chello:nl at: 20-Apr-2001 14:56
Hi Brett,
Rebol uses the Oracle Call Interface for its Oracle binding. I have used it
/ am using it and it is fast (on Solaris). I have no measurements though.
My MySQL integration (www.erebol.com) is very fast as well. (I switch
between them, prototype on MySQL, production on Oracle).
Hope this helps,
Maarten