Skip to Content.
Sympa Menu

freetds - Re: CallableStatement - setString method

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Sean" <sruff AT syneractive.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: Re: CallableStatement - setString method
  • Date: Wed, 18 Jul 2001 09:32:47 -0400


I've tried the following to not avail:

1) Switching to JDK1.3.1
2) Running from the command line
3) Modifying sp_ValidateUser to the following:
CREATE PROC sp_ValidateUser
@arg VARCHAR(32)
AS
SELECT 'Foo ' + @arg + ' Bar'

Yet the problem persists, not sure about the patch level of the SQL
Server. Could I ask what level you are running? In fact not quite sure
where I check the patch level at?


BTW - Thanks for your help.




Archive powered by MHonArc 2.6.24.

Top of Page