A
Amil
I have to CREATE an Access database via C#. ado.net doesn't allow CREATING.
So, I used ADOX (ActiveX Data Objects (ADO)) from C#. Fine. In anycase,
once I am done have have an active connection to the Access database.
Does anyone know how to close this via ado.net? I've tried telling Interop
to ReleaseComObject, but that doesn't close it. It doesn't appear I can
create an OleDbConnection from an ADOX.ActiveConnection property?
Ahhhhh! Help.
Amil
So, I used ADOX (ActiveX Data Objects (ADO)) from C#. Fine. In anycase,
once I am done have have an active connection to the Access database.
Does anyone know how to close this via ado.net? I've tried telling Interop
to ReleaseComObject, but that doesn't close it. It doesn't appear I can
create an OleDbConnection from an ADOX.ActiveConnection property?
Ahhhhh! Help.
Amil