EasyManua.ls Logo

Teklynx Discover ActiveX - Page 65

Teklynx Discover ActiveX
165 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 2 -- 57
Reference Guide
"
""
" Database.OpenASCII
VT_BOOL or Boolean
OpenASCII( strTextFileName,
strDescriberFileName ).
Opens ASCII database.
Return value: Returns a boolean that indicates whether the
opening fails or not.
Parameters:
strTextFileName Required VT_BSTR or String
.The
database text file.
strDescriberFileName Required VT_BSTR or string
.
Describer associated with the text file.
"
""
" Database.OpenQuery
VT_BOOL or Boolean
OpenQuery( strQueryFileName ).
Opens a CSQ query file.
Return value: returns a boolean that indicates whether the
opening fails or not.
Parameters:
strQueryFileName Required VT_BSTR or String
. The file
which contains the query.
"
""
" Database.OpenODBC
VT_BOOL or Boolean
OpenODBC( strDatasourceConnex-
ion, strQueryString ).
Opens an ODBC database.
Return value: Returns a boolean that indicates whether the
opening fails or not.
Parameters:
strDatasourceConnexion Required VT_BSTR or String
.The
database string connection. For the strDatasourceConnexion
parameter, refer to Microsoft ODBC documentation.
strQueryString Required VT_BSTR or String
.SQL
query.

Table of Contents