Re: connect to external DB ( sqlserver ) via JDBC

From: Mladen Gogala <gogala.mladen_at_gmail.com>
Date: Wed, 23 Jun 2010 14:02:45 +0000 (UTC)
Message-ID: <hvt465$oo2$1_at_news.eternal-september.org>



On Wed, 23 Jun 2010 06:38:45 -0700, mhoys wrote:

> What do you mean with "you can not push data from Oracle"?
>
> The following works fine in my test setup (executed from Oracle
> sqlplus):
> SQL> insert into test001_at_mssql01 values(1,'test'); SQL> commit;

What doesn't work is this:

insert into test001_at_mssql01 select * from test;

-- 
http://mgogala.byethost5.com
Received on Wed Jun 23 2010 - 09:02:45 CDT

Original text of this message