CallableStatement - setString method

Sean sruff at syneractive.com
Wed Jul 18 09:32:47 EDT 2001


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.



More information about the FreeTDS mailing list