Re: Oracle conexion problem
Thread moved to 'Database Development' forum (the 'VB6' forum is only meant for questions which don't fit in more specific forums)
Re: Oracle conexion problem
Quote:
Originally Posted by
mutley
See my connectstring
Code:
Provider=MSDAORA.1;Password="mypass";User ID=user1;Data Source=islq;Persist Security Info=True
work fine , but when use
Code:
Provider=MSDAORA.1;Password="mypass";User ID=user1;Data Source=lbpiq;Persist Security Info=True
Not work
Ummm.. what's the difference between those two connection strings? I don't see any difference. :confused:
Re: Oracle conexion problem
okk.. So data source is changed. So have you checked that those two data sources are correct?
Re: Oracle conexion problem
Re: Oracle conexion problem
Thank you I put in my Datasource
Code:
Source="(DESCRIPTION=(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST =IPSERVER)(PORT = 1545)))(CONNECT_DATA=(SID = lbpiq)(SERVER = DEDICATED)))"
AND work , but is there other way ?, Because the DataSoruce is in INI file, and size max section in inifile is 20, then I musto change de code VB
I want to connect in same SERVER , but in different PORT