Question Can VS.Net 2008 Express Support connectivity with Sql server 2000

tabish8612

Member
Joined
Jan 15, 2009
Messages
6
Programming Experience
Beginner
i have trying to insert the record in the sql server 2000 table but it can't insert record and no exception error is showing. I confirmed with my coding, I read some post about VS.NET2008 Express can't support ADO.net object But I confused the finding my record is ok and works Correctly

Pls Confirmed me!
 
VB Express cannot create typed DataSets from SQL Server 2000 but you can connect to any database you like in code. There are no restrictions on the language or the Framework in VB Express, only on the IDE. A VB application can access any database supported by ADO.NET which means any database for which an ODBC driver exists, which basically means any and every database.
 
Back
Top