Cannot use odbc .net data provider in Visual basic 2005 Express Beta 2

i have downloaded Visual basic 2005 Express Beta 2 and odbc .net data provider but i am not able to use odbc data provider in data source configuration wizard. i tried to change data source but there are only 2 data provider list 1. .net framework data provider for sql server and 2. .net framework data provider for ole db.

Please help me on this

[350 byte] By [RajeshPKumar] at [2008-2-7]
# 1
Visual Basic Express is now released to market. Beta version no longer supported. The question is being marked as answered to relieve the unanswered backlog.
DMan1 at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 2
I have the released version of VB 2005 Express edition and have the same question. I would like to be able to use ODBC data sources, not just Access and SQL.

Bill

wfsCA at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic Language...
# 3

In the VB Express product the IDE has been intentionally designed to allow only access to SQL Express and Access databases.

For these datasources they are the only ones that appear in the data source configuration wizard. You dont get options to change these to the SQL Server or ODBC data sources - This is intentional and by design for the express products.

You can however write code to access these sources directly - and this will work.

Or purchase a copy of VB / Visual Studio which provides additional options for supported databases.

spotty at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic Language...