由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Database版 - error export sql table from IBM netezza database to a file (转载)
相关主题
error of importing data from txt file to IBM netezza SQL da (转载)Re: Use Access Link table to h use SQL server tables.
check time table created in IBM SQL Aginity workbench ? (转载)Question 1: refresh view of database?
copy database from one server to another in IBM netezza Agi (转载)问一下关于MS access的问题
Error of SQL query on IBM netezza SQL database from Aginity (转载)有没有可能将在Access里做好的东西导入到Oracle里去
设计数据库用什么东西最好?SQL server Express 怎么加 link table
有用phpMyadmin的吗,请教In toad,
a question of ODBC, thanksSQL server2005: Why can't I see the data?
Use Access Link table to use SQL server tables.error run SQL query from pyodbc python 3.2.5 (转载)
相关话题的讨论汇总
话题: table话题: error话题: sql话题: export话题: aginity
进入Database版参与讨论
1 (共1页)
l******9
发帖数: 579
1
【 以下文字转载自 JobHunting 讨论区 】
发信人: light009 (light009), 信区: JobHunting
标 题: error export sql table from IBM netezza database to a file
发信站: BBS 未名空间站 (Fri Nov 28 16:33:15 2014, 美东)
I would like to export a data table from IBM netezza SQL daatbase in Aginity
workbench to a txt file on win 7.
I called The sql query from C# in visual studio 2013:
CREATE EXTERNAL TABLE 'C:\path\my_name.txt'
USING
(
Y2BASE 2000
ENCODING 'internal'
REMOTESOURCE 'ODBC'
ESCAPECHAR ''
)
AS
SELECT *
FROM admin.my_table
I logged in as admin in the database. But, I got error:
Exception captured: System.Data.Odbc.OdbcException (0x80131937):
ERROR [HY000] ERROR: CREATE EXTERNAL TABLE: permission denied.
Also, I got the same error when I used "export table" wizard in Aginity
workbench.
But, I can export the table by running SQL query in Aginity workbench.
Any help would be appreciated.
1 (共1页)
进入Database版参与讨论
相关主题
error run SQL query from pyodbc python 3.2.5 (转载)设计数据库用什么东西最好?
error of access IBM Netteza database from C# in Visual Stud (转载)有用phpMyadmin的吗,请教
问个external table field definition的问题a question of ODBC, thanks
有没有人用postgres?有个drop table的问题Use Access Link table to use SQL server tables.
error of importing data from txt file to IBM netezza SQL da (转载)Re: Use Access Link table to h use SQL server tables.
check time table created in IBM SQL Aginity workbench ? (转载)Question 1: refresh view of database?
copy database from one server to another in IBM netezza Agi (转载)问一下关于MS access的问题
Error of SQL query on IBM netezza SQL database from Aginity (转载)有没有可能将在Access里做好的东西导入到Oracle里去
相关话题的讨论汇总
话题: table话题: error话题: sql话题: export话题: aginity