ODBCConnection.SaveAsODC(String, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Saves the ODBC connection as a Microsoft Office Data Connection file.
public void SaveAsODC (string ODCFileName, object Description, object Keywords);
Public Sub SaveAsODC (ODCFileName As String, Optional Description As Object, Optional Keywords As Object)
Parameters
- ODCFileName
- String
Location to save the file.
- Description
- Object
Description that will be saved in the file.
- Keywords
- Object
Space-separated keywords that can be used to search for this file.