| DBServiceGetOdbcConnection Method |
创建一个 Odbc 链接并打开
Namespace: Appkit.DataAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic 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