在Windows Server 2003 英文标准版 使用OpenRowSet、OpenDataSource时会报以下错误:
OpenRowSet
OLE DB provider "MICROSOFT.JET.OLEDB.4.0" for linked server "(null)" returned message "Selected collating sequence not supported by the operating system.".
Msg 7320, Level 16, State 2, Line 1
Cannot execute the query "SELECT `Tbl1002`.`CellID` AS `Col1004`,`Tbl1002`.`Longitude` AS `Col1005`,`Tbl1002`.`Latitude` AS `Col1006`,`Tbl1002`.`RNCID` AS `Col1007` FROM `sheet1$` `Tbl1002`" against OLE DB provider "MICROSOFT.JET.OLEDB.4.0" for linked server "(null)".
OpenDataSource:
OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)" returned message "Selected collating sequence not supported by the operating system.".
Msg 7320, Level 16, State 2, Line 1
Cannot execute the query "SELECT `Tbl1002`.`CellID` AS `Col1004`,`Tbl1002`.`Longitude` AS `Col1005`,`Tbl1002`.`Latitude` AS `Col1006`,`Tbl1002`.`RNCID` AS `Col1007` FROM `Sheet1$` `Tbl1002`" against OLE DB provider "Microsoft.Jet.OLEDB.4.0" for linked server "(null)".
http://blog.youkuaiyun.com/apassion1/article/details/5409815
本文介绍在WindowsServer2003上使用OpenRowSet和OpenDataSource时遇到“Selectedcollatingsequencenotsupportedbytheoperatingsystem”错误的情况,并提供了具体的错误信息。
1万+

被折叠的 条评论
为什么被折叠?



