Ask a Question related to Coldfusion Database Access, Design and Development.
-
DaveF67 #1
CF5 to MX7 Problem: Sybase Stored Proc's dont work right
Has anyone else had this problem?
Stored procedures that worked with CF5 work differently in MX7.
Some work part of the time, others not at all.
We are using Solaris.
DaveF67 Guest
-
Sybase Stored Procedure issue
I am using DBI to connect to Sybase and run a stored procedure. The perl script fails in the end with error: DBD::Sybase::st fetchrow_array... -
Sybase stored procedure vs. CFQUERY
I have a stored procedure in Sybase using a UNION that gives me errors when trying to add an 'Order By' clause. However, if I run the same SQL in... -
Dont work! Please help!
Hello! First of all I wanna say thanks for all who will answer my dumm question! PS: Sorry about my English :) Im a begginer in Flash Media... -
Moving from Sybase to PostgreSQL - Stored Procedures
Hi, I'm moving from Sybase to pgsql but have problems with stored procedures. The typical procedure uses a) named parameters, b) local... -
Moving from Sybase to Postgres - Stored Procedures
Hi, I am moving from Sybase to pgsql but have problems with stored procedures. The typical procedure uses a) named parameters, b) local... -
sdupre #2
Re: CF5 to MX7 Problem: Sybase Stored Proc's dont workright
Get the 3.4 drivers from /support/coldfusion and see if those solve your
problem. If not, email me an example. This is the only one I know of that's
blatant. None that are intermittent as you describe.
Sybase
* 57539 - Qualifying stored proc name with DB name throws error
Stephen Dupre
Macromedia QA
sdupre Guest
-
DaveF67 #3
Re: CF5 to MX7 Problem: Sybase Stored Proc's dont workright
Thanks.
Here is the quick link to the 3.4 Drivers [url]http://www.macromedia.com/go/1a3c2ad0[/url]
DaveF67 Guest
-
DaveF67 #4
Re: CF5 to MX7 Problem: Sybase Stored Proc's dont workright
DAMIT... I spoke too soon.....
Still Get an Error....
Both CF5 and MX7 point to the same database...
On the CF5 Server, this works great:
awards_list (Records=60, Time=416ms)
SQL =
exec awards_search 'ACTIVE', 'Chemistry', null, null, null, null
on the MX7 Server, when we would run the query above (WITH THE ORIG DRIVERS)
we would get ALL THE RECORDS BACK.
Now with the 3.4 drivers the stored proc throws an error... (BTW. the error
now being thrown is identical to the error with the original drivers if the
user entered two search terms i.e. 'ACTIVE' 'Chemistry Division',
null,null,null
Error Executing Database Query.
[Macromedia][Sybase JDBC Driver][Sybase]Invalid column name '%CHEMISTRY%'.
exec awards_search 'ACTIVE', 'chemistry', null, null, null, null
BTW...
This stored Procedure DOES WORK as follows:
exec awards_search 'ACTIVE', null, null, null, 91, null
It just will not take a search term as the second parameter :(
DAMIT!
DaveF67 Guest



Reply With Quote

