_대문 | 방명록 | 최근글 | 홈피소개 | 주인놈
FrontPage › MySQLLinkedServer버그

Contents

[-]
1 현상
2 해결


1 현상 #

select * 
from openquery(mysql, '
select * from test
limit 10
')

결과
Msg 7357, Level 16, State 2, Line 1
Cannot process the object "	select * from test". The OLE DB provider "MSDASQL" for linked server "mysql" indicates that either the object has no columns or the current user does not have permissions on that object.

2 해결 #

개행(CR)이 있으면 안된다. 이 문서(https://bugs.mysql.com/bug.php?id=80320)에서는 tab도 안 된다고 했는데, mysql-connector-odbc-8.0.12 버전에서는 tab은 된다.
select * 
from openquery(mysql, 'select * from test
limit 10
')

댓글 남기기..
이름: : 오른쪽의 새로고침을 클릭해 주세요. 새로고침
EditText : Print : Mobile : FindPage : DeletePage : LikePages : Powered by MoniWiki : Last modified 2018-09-19 13:46:02

어떤 말을 만번 이상 되풀이 하면 반드시 미래에 그 일이 이루어진다. (아메리카 인디언 금언)