Hello all! =)
I'm hoping this is an easy question..
I'm working in VB 6.0 (sp5) trying to connect to a Oracle server with ADO.
The issue is that the connection must DSN-Less for I'm trying to create a totally stand-alone EXE.
the current connection I'm useing is:
Conn.Open "Provider=msdaora;Data Source=Server;User Id=User;Password=PassWord;"
it seems that the 'server' var though is figureing out where the machine is though our TNSNAMES.ora file.
(installed with an Oracle Client) and what I'm trying to do is bypass this client...
any ideas? suggestions?
Thank you all!
******
Darkness... Bleakness...
and Plastic forks...
--The PogoWolf
I'm hoping this is an easy question..
I'm working in VB 6.0 (sp5) trying to connect to a Oracle server with ADO.
The issue is that the connection must DSN-Less for I'm trying to create a totally stand-alone EXE.
the current connection I'm useing is:
Conn.Open "Provider=msdaora;Data Source=Server;User Id=User;Password=PassWord;"
it seems that the 'server' var though is figureing out where the machine is though our TNSNAMES.ora file.
(installed with an Oracle Client) and what I'm trying to do is bypass this client...
any ideas? suggestions?
Thank you all!
******
Darkness... Bleakness...
and Plastic forks...
--The PogoWolf