Viewing 11 posts - 16 through 26 (of 26 total)
Hi,
I fixed the data and ensured it wouldn't happen again by setting a default on the field (0).
December 7, 2003 at 2:03 pm
How embarrasing!
The Outpatient column containd some NULL's.
Of Course 1+1+NULL is NULL.
Thanks,
December 4, 2003 at 5:37 pm
Hi,
Yep, This works :
SET ROWCOUNT 5
SELECT * from PATIENT
However this :
SELECT top 5 * from PATIENT
returns the following error
Server Message: Number 102, Severity 15
Server 'hhie', Line 1:
Incorrect...
November 26, 2003 at 2:07 pm
Hi,
On the logging tab, the option at the bottom, "Error Handling" has a file location and name specified,
but there is no file at all in the location when...
November 9, 2003 at 7:00 pm
Hi,
Reposted in the DTS forum, where it is more appropriate.
Please look there for more info.
November 9, 2003 at 2:44 pm
Solved.
I was't careful enough about where I placed SET @INTERRORCODE = @@ERROR, the error code was being overwritten (perhaps the dealloation of the cursor)
August 14, 2003 at 9:41 pm
Hi,
Rather then Views, you probabally should use Stored Procedures. ColdFusion can utilise these quite well.
eg
<CFSTOREDPROC PROCEDURE="dbo.NEWS_ITEM_EDIT" DATASOURCE="NET_NEWS">
<CFPROCPARAM TYPE="IN" DBVARNAME="@NEWSS_REFNO" VALUE="#URL.NEWSS_REFNO#" CFSQLTYPE="CF_SQL_NUMERIC">
<CFPROCRESULT NAME="NEWS_ITEM">
</CFSTOREDPROC>
June 11, 2003 at 5:30 pm
Hi,
Although Domain Accounts do not seem able to work, it WILL work with SQL accounts. It doesn't have to be SA.
Thanks,
April 9, 2003 at 4:00 pm
Hi,
I now have it working.
I performed a Windows Update, rebooted, and then installed Service Pack Two for SQL Server Client tools. I am not sure exactly what step it was...
December 16, 2002 at 2:21 pm
Viewing 11 posts - 16 through 26 (of 26 total)