如何在 ODBC 驱动程序中定义默认数据集
我有一个将 bigquery 与 MS Access 连接的连接。 我可以链接 bigquery 对象并在 MS Access 中查看它们。但是,当我尝试通过连接两个表来创建查询时,它显示错误:
ODBC-Call Failed
[simba][Bigquery][70] invalid query : Tablename 'tablename' missing dataset while no default dataset is specified in the request.[#70]
以下是用例;-
我有 2 个链接表:
- Table1
- Table2
当我通过 QueryDesign 创建查询时table1 在执行查询时,我可以看到数据是从 bigquery 获取的,并显示在 MS Access 中。 同样,当我在 table2 上创建其他查询时,我可以看到结果。
抛出以下错误:
ODBC-Call Failed
[simba][Bigquery][70] invalid query : Tablename 'tablename' missing dataset while no default dataset is specified in the request.[#70]
但是,当我通过 QueryDesing
连接 table1 和 table2 创建查询时,在执行连接查询期间,MS access会 有人帮忙配置 ODBC 中的默认数据集吗?
I have a connection that connects bigquery with MS Access.
I could link bigquery object's and view them in MS Access. But when I try to create a query by joining two tables, it shows an error:
ODBC-Call Failed
[simba][Bigquery][70] invalid query : Tablename 'tablename' missing dataset while no default dataset is specified in the request.[#70]
Below is the use-case ;-
I have got 2 linked table:
- Table1
- Table2
When I create a query via QueryDesign
on table1 and on execution of the query I can see that data is fetched from bigquery and shown up in MS access.
Similarly when I create an other query on table2, I could see the results.
But when I create a query via QueryDesing
by joining table1 and table2, during execution of the join query, MS access throws the error below:
ODBC-Call Failed
[simba][Bigquery][70] invalid query : Tablename 'tablename' missing dataset while no default dataset is specified in the request.[#70]
Can someone help to configure the default dataset in ODBC?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
分析问题,您将有 2 个选项:
默认数据集
名称,编辑用户 DSN:odbc simba
连接器存在问题。Analyzing the issue, You will have 2 options:
default dataset
name on this step, editing the user DSN:odbc simba
connector.