Hi,
I am getting the error 'Connection property has not been initialized' when I create and try an execute an OracleCommand object.
I have created the OracleConnection and tested it and it connects to Oracle. What am I missing that is causing this error to occur?
Cheers,
Scott.
			
									
									
						Connection property has not been initialized error
- 
				scott.pedersen
- Posts: 21
- Joined: Tue 06 Jun 2006 03:14
- Location: Auckland, New Zealand
Set 
			
									
									
						Code: Select all
oracleCommand1.Connection=oracleConnection1- 
				scott.pedersen
- Posts: 21
- Joined: Tue 06 Jun 2006 03:14
- Location: Auckland, New Zealand