0
votes
votes
1 answers
Late Binding in C#
I'm trying to convert the following VB.Net code to C# Dim DB As DAO.Database = New DAO.DBEngine().OpenDatabase("C:\Northwind.mdb") Dim td As DAO.TableDef = DB.TableDefs("Customers") For Each idx As ...
blah blah blah is here! blah blah » Close
I'm trying to convert the following VB.Net code to C# Dim DB As DAO.Database = New DAO.DBEngine().OpenDatabase("C:\Northwind.mdb") Dim td As DAO.TableDef = DB.TableDefs("Customers") For Each idx As ...
Got feedack? Found a bug? report it here.