Ask a Question related to Coldfusion Database Access, Design and Development.
-
Ebeneezer #1
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 CFQUERY,
it works fine. Why would this be the case since I'm still calling the same
Sybase DB?
Ebeneezer 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... -
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.... -
Converting cfquery to TSQL stored procedure
Does anyone know how to convert this cfquery to TSQL code. The goal is to have MS SQL 2000 run this query in a stored procedure for the sake of... -
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...



Reply With Quote

