Thank you very much for your help.
-Original Message-
From: Anderson, Rob (Global Trade) [mailto:[EMAIL PROTECTED]
Sent: Wednesday, March 19, 2008 12:30 PM
To: Ant Users List
Subject: RE: ant sql call stored procedure
It looks like the sql you are trying to execute is vendor specific
specific statements that may work fine in the vendor supplied client.
-Rob Anderson
-Original Message-
From: Chaohua Wang [mailto:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 9:23 AM
To: Ant Users List; [EMAIL PROTECTED]
Subject: RE: ant sql call stored procedure
Hi,
Thank you for your
:[EMAIL PROTECTED]
Sent: Monday, March 17, 2008 9:23 AM
To: Ant Users List; [EMAIL PROTECTED]
Subject: RE: ant sql call stored procedure
Hi,
Thank you for your suggestion. But I used UTF-8,
It changed a little bit, still can not get through.
[sql] Executing file: C:\workspace\Canoo\billPay
sql
statements, you can use the exec task to use the run the vendor supplied client.
-Rob Anderson
-Original Message-
From: Chaohua Wang [mailto:[EMAIL PROTECTED]
Sent: Thursday, March 13, 2008 10:15 AM
To: Ant Users List
Subject: ant sql call stored procedure
Hi folks,
I am using
essage-
From: Olivier Gies [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 16, 2008 8:02 PM
To: Ant Users List
Subject: Re: ant sql call stored procedure
Hi,
It looks like the SQL file is encoded in some version of Unicode (UTF-8
or Unicode/UTF-16 ?), with each character using 2 bytes, and your
NTIFIER ON
GO
CREATE PROCEDURE [dbo].[uspSelectCount]
AS
BEGIN
SET NOCOUNT ON;
Select count(*)
from dbo.Payments_Staging;
End
-Original Message-
From: Olivier Gies [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 16, 2008 8:02 PM
To: Ant Users List
Subject: Re: ant sql call stored proc
ng tool in Windows, e.g. UltraEdit32) and set the
task's "encoding" attribute accordingly (see
http://ant.apache.org/manual/CoreTasks/sql.html)
BR,
Olivier
Original Message ----
Subject: ant sql call stored procedure
From: Chaohua Wang <[EMAIL PROTECTED]>
To:
Can you please attach sql file with the mail
- Original Message
From: Steve Loughran <[EMAIL PROTECTED]>
To: Ant Users List
Sent: Friday, March 14, 2008 3:47:20 PM
Subject: Re: ant sql call stored procedure
Chaohua Wang wrote:
> Hi folks,
>
>
> I am using ant sq
Chaohua Wang wrote:
Hi folks,
I am using ant sql to call a stored procedure of Ms Sql server
I can execute stored procedure in Ms Sql server. My stored procedure name is uspSelectCount. But when I am using ant sql to call the file uspSelectCount.sql that is located with the build fil
Hi folks,
I am using ant sql to call a stored procedure of Ms Sql server
I can execute stored procedure in Ms Sql server. My stored procedure name is
uspSelectCount. But when I am using ant sql to call the file
uspSelectCount.sql that is located with the build file.
I alway
Hi folks,
I am using ant sql to call a stored procedure of Ms Sql server
I can execute stored procedure in Ms Sql server. My stored procedure name is
uspSelectCount. Then I use Execute--> File to generate a file called
selectCount.sql. But when I am using ant sql to call the fi
11 matches
Mail list logo