Hello to you all 
I am new here and I wish to learn a lot from this forum
I have a question:
I created a VB.NET Windows Forms app using VS 2008.
My application connects to an Oracle database server.
I created the database connection using the Wizard: Data -> Add new Data Source
and I connected successfully and I developed my app
At the end, I want to close the connection when I exit from the app
So, from the Server Explorer, I got the name of the connection : ofdmp.Simah
But when I tried to type: ofdmp.Simah.close() in the code Editor, I got the error: Name ofdmp is not declared !!!
Can any one tell me why is this happening? and How to solve the issue ?
Thanks
I am new here and I wish to learn a lot from this forum
I have a question:
I created a VB.NET Windows Forms app using VS 2008.
My application connects to an Oracle database server.
I created the database connection using the Wizard: Data -> Add new Data Source
and I connected successfully and I developed my app
At the end, I want to close the connection when I exit from the app
So, from the Server Explorer, I got the name of the connection : ofdmp.Simah
But when I tried to type: ofdmp.Simah.close() in the code Editor, I got the error: Name ofdmp is not declared !!!
Can any one tell me why is this happening? and How to solve the issue ?
Thanks