如何在 ODBC 驱动程序中定义默认数据集

发布于 2025-01-09 06:56:56 字数 843 浏览 0 评论 0原文

我有一个将 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 个链接表:

  1. Table1
  2. 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 连接 table1table2 创建查询时,在执行连接查询期间,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:

  1. Table1
  2. 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

生寂 2025-01-16 06:56:56

分析问题,您将有 2 个选项:

  1. 在 odbc 驱动程序配置上设置数据集:
  • 按照 此链接查找 ODBC 驱动程序配置。
  • 在此步骤中设置默认数据集名称,编辑用户 DSN:
    strong text
  1. 如果问题仍然存在,则表明 odbc simba 连接器存在问题。
  • 问题跟踪器上打开问题案例,以便他们可以检查您的日志详细信息并提供更适当的支持。

Analyzing the issue, You will have 2 options:

  1. Set the dataset on the odbc driver configuration:
  • Follow the tutorial on this link to find the ODBC driver configurations.
  • Set the default dataset name on this step, editing the user DSN:
    strong text
  1. If the probelm persists, then it will indicate an issue on the odbc simba connector.
  • Open a issue case on issue tracker, so they can check you log details and provide a more appropriated support.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文