connect to oracle database using visual c# express edition
-
Hi is it possible to connect to an oracle database using visual c# express edition? In the database explorer I click on the Add connection.. and there are only two choices: Microsoft Access Database File and Microsoft SQL Server Database File. Can anyone help me with this?
cellardoor
-
Hi is it possible to connect to an oracle database using visual c# express edition? In the database explorer I click on the Add connection.. and there are only two choices: Microsoft Access Database File and Microsoft SQL Server Database File. Can anyone help me with this?
cellardoor
cellardoor0716 wrote:
Hi is it possible to connect to an oracle database using visual c# express edition?
Yes.
cellardoor0716 wrote:
In the database explorer I click on the Add connection.. and there are only two choices: Microsoft Access Database File and Microsoft SQL Server Database File.
Never use this piece of crap. It only serves to reinforce bad habits.
cellardoor0716 wrote:
Can anyone help me with this?
Look at the classes in the System.Data.OracleClient namespace[^] specifically OracleConnection[^] and OracleCommand[^]
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website
-
cellardoor0716 wrote:
Hi is it possible to connect to an oracle database using visual c# express edition?
Yes.
cellardoor0716 wrote:
In the database explorer I click on the Add connection.. and there are only two choices: Microsoft Access Database File and Microsoft SQL Server Database File.
Never use this piece of crap. It only serves to reinforce bad habits.
cellardoor0716 wrote:
Can anyone help me with this?
Look at the classes in the System.Data.OracleClient namespace[^] specifically OracleConnection[^] and OracleCommand[^]
Upcoming events: * Glasgow: Mock Objects, SQL Server CLR Integration, Reporting Services, db4o, Dependency Injection with Spring ... "I wouldn't say boo to a goose. I'm not a coward, I just realise that it would be largely pointless." My website
Colin Angus Mackay wrote:
Never use this piece of crap. It only serves to reinforce bad habits.
Well said, Colin :)
"Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon