A
aneurin
hi a complete mac newbie here
on a daily basis i have to connect to an oracle database
using the below connection
Dim cnn As New ADODB.Connection
Dim rst As New ADODB.Recordset
Dim col As Integer
cnn.Open "Driver={microsoft odbc for oracle};" & _
"Server=" & servername & ";" & _
"Uid=easy;" & _
"Pwd=easy;"
which works great on a pc
but iam trying to make the connection work on a mac
and i havent got a clue which driver to use
can someone please advise
aneurin
on a daily basis i have to connect to an oracle database
using the below connection
Dim cnn As New ADODB.Connection
Dim rst As New ADODB.Recordset
Dim col As Integer
cnn.Open "Driver={microsoft odbc for oracle};" & _
"Server=" & servername & ";" & _
"Uid=easy;" & _
"Pwd=easy;"
which works great on a pc
but iam trying to make the connection work on a mac
and i havent got a clue which driver to use
can someone please advise
aneurin