Farek Beginner
Joined: 13 Oct 2004 Posts: 29
|
Posted: Sat Jan 02, 2016 9:41 am
connecting to oracle db from cmudpro |
Hi
Just got cmudpro to be able to connect to a oracle db to fiddle with.
Ive setup the db but when i try to connect to it from cmud it says it can't find the oci.dll file.
I went into my XE db and found the oci.dll file and copied it to the root folder of cmud (same as cmud.exe is on).
Still i get that the dynamic libraries cant be found.
alias dbtest2:
First try:
;#SQLDB cmud XE oracle htpc-win10 1521 dbuser dbuserpw
Second try:
;#SQLDB "cmud", "XE", "oracle", "htpc-win10", "1521", "dbuser", "dbuserpw"
Third try:
db = %sqldb("cmud", "XE", "oracle", "htpc-win10", "1521")
db.LoginPrompt = 1
#CALL @db.Open
row = %sql(cmud, "SELECT * FROM expcounter") |
|