Skip to Content.
Sympa Menu

freetds - RE: Trouble with stored procedures calling

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Rick Gigger" <rick AT alpinenetworking.com>
  • To: "TDS Development Group" <freetds AT franklin.oit.unc.edu>
  • Subject: RE: Trouble with stored procedures calling
  • Date: Tue, 3 Apr 2001 10:09:42 -0700


After much, much trouble and agony trying to get freetds working on the
latest red hat. (probably due to my own ignorance more than anything) one of
my coworkers have gotten it down perfectly and has made a script for it. If
anyone is interested in it let me know.

-----Original Message-----
From: bounce-freetds-128533 AT franklin.oit.unc.edu
[mailto:bounce-freetds-128533 AT franklin.oit.unc.edu]On Behalf Of Vladimir
Maximenko
Sent: Tuesday, April 03, 2001 4:46 AM
To: TDS Development Group
Subject: [freetds] Trouble with stored procedures calling


Hello! I working with freetds-0.51 at FreeBSD workstation and have connect
to SyBase 11.09
When I send next calling:
1>declare @ID NUMERIC(10)
2> select @ID = 1015
3> execute sp_save_sprusl @ID output, "Строка1" , "Строка2" , 0 , 1 , 1 ,
9999 , 21
4> select @ID
5> go

I get just:
Unknown marker: 0!!
Unknown marker: 2!!
Unknown marker: 0!!
Unknown marker: 1!!
Unknown marker: 0!!
Unknown marker: 0!!
Unknown marker: 0!!

Please help me! What does it mean???

--========== The best regards ============--

Vladimir U. Maximenko

mailto: mvu AT wplus.net


---
You are currently subscribed to freetds as: [rick AT alpinenetworking.com]
To unsubscribe, forward this message to
$subst('Email.Unsub')





Archive powered by MHonArc 2.6.24.

Top of Page