Click here to Skip to main content
15,886,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi, i'm using oracle sql dveloper 11g. how may i set setInactiveConnectionTimeout in my connection string
My connection string format is
C#
ConnectionString = "SERVER=" & Server & ";" & _
              "Connection Lifetime=" & connectionLifetime & ";" & _
              "Max Pool Size=" & maxPoolSize & ";" & _
              "Pooling=" & pooling.ToString() & ";" & _
              "UID=" & UserName & ";" & _
              "PWD=" & Password & ";" 


What I have tried:

i tried to set maxidle size like maxIdle = 50 and setInactiveConnectionTimeout =5 but its not working ..im getting error like keyword not valid
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900