Skip to Content.
Sympa Menu

freetds - RE: [freetds] two questions about executing stored procedures

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "ZIGLIO, Frediano, VF-IT" <Frediano.Ziglio AT vodafone.com>
  • To: "Kall, Bruce A." <kall AT mayo.edu>, "FreeTDS Development Group" <freetds AT lists.ibiblio.org>
  • Cc:
  • Subject: RE: [freetds] two questions about executing stored procedures
  • Date: Wed, 5 Jan 2005 17:21:06 +0100

>
> Jim,
>
> I'd be glad to try this. Not coming from any type of Sybase
> background,
> I have a couple of configuration questions.
>
> I have compiled the download from freetds-0.64.dev.20050103 and
> installed it on my Linux machine. In the freetds/src/dblib/unittests
> dir, I do a
>
> make check-TESTS (as there is not test.sh as is described in
> the README)
> and it gets this far:
>
> make check-TESTS
> found JDBC.tempdb for guest in "../../../PWD"
> Start
> About to logon
> About to open "JDBC"
> make: *** [check-TESTS] Interrupt
>
> running rpc does about the same thing:
>
> ./rpc
> found JDBC.tempdb for guest in "../../../PWD"
> Start
> About to logon
> About to open JDBC.tempdb
>
> Being new to sybase stuff, it seems like JDBC is some Sybase machine
> > # This is a Sybase hosted database server, if you are
> directly on the
> > # net you can use it to test.
> > [JDBC]
> > host = 192.138.151.39
> > port = 4444
> > tds version = 5.0
>
> I can't even ping 192.138.151.39
>
> Is there something else I need to set up to get this test to run?
>
> Bruce
>

Yes, you need to fill information in PWD file to access to your db. Some
tests require permission to create store procedure in db (refer to your
administration docs on how to create a db/user and enable store
procedure creations, I usually use sa account and tempdb).

freddy77




Archive powered by MHonArc 2.6.24.

Top of Page