我从远端,通过数据源连接mysql数据库
表名是 "20080317n_connectons"
数据源连接成功,可总找不到该表
如果是sqlserver,用[]把表名括起来可以解决
不知mysql怎么解决??急

解决方案 »

  1.   

    是否使用的正确的数据库?
    use databasename
    == 思想重于技巧 ==
      

  2.   

    SHOW TABLES看一下有没有这个表
    == 思想重于技巧 ==
      

  3.   

    表肯定有啊,把这表导入到sqlserver只要在表名外面加个中括号就行,导入到foxpro直接用就行
    在mysql中 就是不行
      

  4.   


    SHOW TABLES 的结果是什么?
    == 思想重于技巧 ==
      

  5.   

    对了,我是通过vpn连接,有20080317n_connectons这个表有9张表,都是类似命名规则:
    20080309n_connections~~~~20080317n_connections
      

  6.   

    SHOW TABLES 的结果是什么?
    == 思想重于技巧 ==
      

  7.   

    用show tables命令时:实时错误401 当打开有模式窗体时不能打开没模式窗体
      

  8.   

    [code=BatchFile]mysql> show tables;
    +--------------------+
    | Tables_in_asterisk |
    +--------------------+
    | Backup             |[/code]
    == 思想重于技巧 ==
      

  9.   

    加了中括号后,提示错误:odbc驱动程序不支持所需的属性
      

  10.   

    show tables 结果:table_in_allot
    ---------------------
    20080309n_connections
    20080310n_connections
    20080311n_connections
    20080312n_connections
    20080313n_connections
    20080314n_connections
    20080315n_connections
    20080316n_connections
    20080317n_connections