Viewing 4 posts - 1 through 4 (of 4 total)
Furthermore...
This seems to be occuring on only one machine?
I don't know if this makes a difference, however, I connect to the Server through an IP address, whilst others...
February 27, 2003 at 3:49 am
Initially when trying to link a table through Machine Data Source, which uses the DSN created through ODBC. An error message is displayed -
Connection Failed
SQL State 'S1000'
SQL Server...
February 27, 2003 at 3:39 am
Try initializing your variable before calling it.
Eg.
declare @comp_failed as int
@comp_failed = SUM(FAILED) from TIME_VW
set @strSQL = 'SELECT @comp_failed
where' + @STR
Emma Smyth
October 25, 2002 at 6:52 am
I've just been reading about error handling and, therefore, looked up your query.
"The RAISERROR and PRINT statements are not valid within a UDF. To detect any errors, you must...
October 15, 2002 at 7:28 am
Viewing 4 posts - 1 through 4 (of 4 total)