ODBCConnection.SaveAsODC(String, Object, Object) Method

Definition

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.

Applies to