Problems with my first CF Stored Procedure.

2002-03-23 Thread Ian Skinner
CF Talk List I am writing my first cold fusion stored procedure call. I am getting an error I do not understand and do not know how to correct. I am unable to find any information on the error, and I am hoping somebody out there can give me a lead. Here is the cold fusion code I am using to ca

Problems with my first CF Stored Procedure.

2002-03-23 Thread Ian Skinner
CF Talk List I am writing my first cold fusion stored procedure call. I am getting an error I do not understand and do not know how to correct. I am unable to find any information on the error, and I am hoping somebody out there can give me a lead. Here is the cold fusion code I am using to ca

Re: Problems with my first CF Stored Procedure.

2002-03-23 Thread Paul Hastings
> PROVIDER="OLEDB" if i recall, sp called via OLEDB might need to be wrapped within a SET NOCOUNT ON/OFF block. --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.325 / Virus Database: 182 - Release Date: 2/19/2002 _

RE: Problems with my first CF Stored Procedure.

2002-03-23 Thread Jeff Beer
, March 23, 2002 1:43 PM To: CF-Talk Subject: Problems with my first CF Stored Procedure. CF Talk List I am writing my first cold fusion stored procedure call. I am getting an error I do not understand and do not know how to correct. I am unable to find any information on the error, and I

RE: Problems with my first CF Stored Procedure.

2002-03-25 Thread Rich Wild
instead of provide="OLEDB" use: provider="SQLOLEDB" > -Original Message- > From: Ian Skinner [mailto:[EMAIL PROTECTED]] > Sent: 23 March 2002 18:43 > To: CF-Talk > Subject: Problems with my first CF Stored Procedure. > > > CF Talk List &