Click or drag to resize
DBServiceGetOdbcConnection Method
创建一个 Odbc 链接并打开

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public static OdbcConnection GetOdbcConnection(
	string dbDriver,
	string dbServer,
	string dbUid,
	string dbPwd
)

Parameters

dbDriver
Type: SystemString
dbServer
Type: SystemString
dbUid
Type: SystemString
dbPwd
Type: SystemString

Return Value

Type: OdbcConnection
See Also