L
LarryF
I need to figure out which version of Access was used to create a .mdb
file from within .Net, and possibly update it to a more recent version.
In other words, I need to figure out if the file is from Access 97,
Access 2000, etc. I'm using OleDb.
The OleDbConnection.ServerVersion seems to return the OLEDB version,
not the file version. With ADODB, you could use
connection.Properties("Jet OLEDB:Engine Type").Value to find the
version.
Is there any way to find the file version with .Net, and is there any
way to tell Access to update a file to a newer version? Maybe something
in ADOX?
Thanks for any help you can give me.
file from within .Net, and possibly update it to a more recent version.
In other words, I need to figure out if the file is from Access 97,
Access 2000, etc. I'm using OleDb.
The OleDbConnection.ServerVersion seems to return the OLEDB version,
not the file version. With ADODB, you could use
connection.Properties("Jet OLEDB:Engine Type").Value to find the
version.
Is there any way to find the file version with .Net, and is there any
way to tell Access to update a file to a newer version? Maybe something
in ADOX?
Thanks for any help you can give me.