Skip to Content.
Sympa Menu

freetds - RE: [freetds] ODBC: { ? = CALL myproc() }

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: Garrett Goebel <garrett AT scriptpro.com>
  • To: 'FreeTDS Development Group' <freetds AT lists.ibiblio.org>
  • Subject: RE: [freetds] ODBC: { ? = CALL myproc() }
  • Date: Wed, 23 Apr 2003 11:22:42 -0500

From: Garrett Goebel [mailto:garrett AT scriptpro.com]
>
> DBD::ODBC has a test case of odbc call syntax which calls a
> procedure taking 1 integer input param and returning
> output. If that test case is modified not to take an input
> var... it produces the same error as I show below.

Arghh... I missed another tiny? detail ;)

There is a success scenario for odbc call syntax against a parameter-less
stored procedure in the Perl/DBI/DBD::ODBC/WinNT/MDAC environment

For: CREATE procedure odbc_call as return 1

{?=call odbc_call()} fails on WinNT w/ MDAC and DBD::ODBC

{?=call odbc_call} succeeds on WinNT w/ MDAC and DBD::ODBC

Both cases result in the segfault on Linux/unixODBC/FreeTDS

--
Garrett Goebel
IS Development Specialist

ScriptPro Direct: 913.403.5261
5828 Reeds Road Main: 913.384.1008
Mission, KS 66202 Fax: 913.384.2180
www.scriptpro.com garrett at scriptpro dot com




Archive powered by MHonArc 2.6.24.

Top of Page