Oracle and Visual Basic

SystemCoder

New member
Joined
Sep 29, 2009
Messages
4
Programming Experience
Beginner
I have a copy Oracle 11g which is now fully installed. Will it work with Visual Basic Express 2008 or just Visual Studio 2008 Professional?
I have both Visual Basic Express 2008 and Visual Studio 2008 Professional.

I really would like to know if it works with Visual Basic Express 2008
Thanks in advance,
SystemCoder
 
it doesnt work automatically with express (you cannot use the dataset designer) but you can sure go right ahead and hack out your code the long way (in code, typing every command: Dim ocmd as OracleCommand..)
 
Back
Top