How to Connect to Oracle in VCS?

Hi,
In Visual Web Developer when you use the database explorer tool you can connect to an Oracle database. However in Visual C# Express there are only two options for the data providers - SQL Server and MS Access.
How can I connect to an Oracle database in Visual C# Express?
Thanks,
Richard
[312 byte] By [rmmcgr] at [2008-3-6]
# 1
Is the database local, becuase the VCE system can only connect to a local database, Maybe if the oracle system is local the DB Provider will show.

VS 2005 Product Overview.

Mykre at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 2
Thank you for that link - it explained allot. Odd though that they allow local and remote connections from visual web developer and only local connections with VCS.
Thanks,
Richard
rmmcgr at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 3
It does seem a little odd, but there is a good reason for it. For web applications, the web hoster often does not allow the database to be stored on the same machine as the web server. This would make local data a very limiting option for web applications. On the other hand, the hosting scenario doesn't come into play for windows client applications, so the local data model allows us to streamline the tool more in this area.

Thanks,
Luke Hoban
Visual C# IDE Program Manager

LukeHoban at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 4

It does not matter if the Oracle db is local; connecting to an Oracle db is still not an option.

AudiRS6 at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...
# 5
I am testing VC++ Express Beta2 and I am facing the same problem with Oracle. I cannot add even ODBC data source. I hope that it will be changed. Without ODBC it seems to be unusable for me.
jarin at 2007-8-21 > top of Msdn Tech,Visual Studio Express Editions,Installing and Registering Visual Studio 2005 Express Editions...