|
|
Browse by Tags
All Tags » ADO.NET Entity Framework (RSS)
-
I'm looking into either an ADO or LINQ method that I can use to access some data contained in a VB6 - written program from withing a C# program that I am developing in the ORCAS beta 2 VS. The data is not in a SQL database, not MDB or Access format nor Jet database, and may well a home-grown db. There is an exposed DLL for accessing the ...
-
In the RTM of Visual Studio 2008 and .NET 3.5, LINQ to SQL will support only Microsoft SQL Server and Microsoft SQL Server CE. There are no plans to support other databases. LINQ to Entities (the LINQ interface to ADO.NET Entity Framework) will support any database supported by ADO.NET Entity Framework. In this case there is a documentation ...
|
|
|