数据库连接字符串大全
来源:Linuxdby.com
作者:Webmaster
时间:2007-06-03
点击:
[ 收藏] [ 投稿]
Standard
DSN
Firebird
- ODBC - IBPhoenix Open Source
- .NET - Firebird .Net Data Provider
Excel
- ODBC
- OLE DB
- Standard:
"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\MyExcel.xls;Extended Properties=""Excel 8.0;HDR=Yes;IMEX=1"""
"HDR=Yes;" indicates that the first row contains columnnames, not data
"IMEX=1;" tells the driver to always read "intermixed" data columns as text
TIP! SQL syntax: "SELECT * FROM [sheet1$]" - i.e. worksheet name followed by a "$" and wrapped in "[" "]" brackets.
Text
更多相关文章
|
|