using commands for Oracle Connections

mike2cu2

New member
Joined
Feb 2, 2010
Messages
1
Programming Experience
10+
Hi All,
I am new to WPF. I'm trying to use a connection that is defined in the app.config file. The problem is that I am unable to set the link as you would in VB.net web apps:
imports system.data.oracleclient ?
In using the code behind file for an aspx page you must go to the resources tabs and find and select the oracle drivers to use in the above imports section, but I can't find out how to select this resource in a WPF application to use the connection and commands object. Help!!!!
 
Back
Top