blah blah blah is here! blah blah » Close

0
votes
1 answers

Late Binding in C#

jal
0

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 ...

Feedback