Y
yoram.ayalon
I am using OracleConnection to connect to Oracle 9i Database from a
VB.NET project the connection string has the parameters "User ID",
"password", and "Data Source". my project import
System.Data.OracleClient
I tried to add connection pooling parameters like "Connection Timeout",
"Incr Pool Size" and "Min Pool Size" to the connection string string
but for each one I get the error that this parameters is not supported,
when I try to open the connection
any clue ?
VB.NET project the connection string has the parameters "User ID",
"password", and "Data Source". my project import
System.Data.OracleClient
I tried to add connection pooling parameters like "Connection Timeout",
"Incr Pool Size" and "Min Pool Size" to the connection string string
but for each one I get the error that this parameters is not supported,
when I try to open the connection
any clue ?