Floating Point error
From: Sreenath (anonymous_at_discussions.microsoft.com)
Date: 05/17/04
- Next message: John Miceli: "RE: scheduled database transfer"
- Previous message: K: "RE: Bypass step when source file empty"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 17 May 2004 09:26:07 -0700
Hi,
I am executing a activex script to update the data to -999 incase the data in the source is any thing other than numeric in Activex Script of DTS
If IsNumeric(DTSSource("Col1") ) <> True Then
DTSDestination("Col1") = -999
Else
DTSDestination("Col1") = DTSSource("Col1")
End If
The transformation executes successfully, but after when I try to retrieve the data, I am always getting the following error. I am not sure whether it is because of DTS or any other reasons
A floating point exception occurred in the user process. Current transaction is canceled.
Any kind of help is appreciated.
Thanks,
Sreenath
- Next message: John Miceli: "RE: scheduled database transfer"
- Previous message: K: "RE: Bypass step when source file empty"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|