D
darrel
I'm getting this error:
Arithmetic overflow error converting numeric to data type numeric.
Triggered on this line of my code:
objOleDbAdapter.Fill(DS, "rss")
Everything works when this is pointed at one DB server (our staging server)
but when we point it at another DB server (our production server) I get the
error.
What would be causing this?
What's odd is that this was working previously. Could something on the DB
server itself becausing this?
-Darrel
Arithmetic overflow error converting numeric to data type numeric.
Triggered on this line of my code:
objOleDbAdapter.Fill(DS, "rss")
Everything works when this is pointed at one DB server (our staging server)
but when we point it at another DB server (our production server) I get the
error.
What would be causing this?
What's odd is that this was working previously. Could something on the DB
server itself becausing this?
-Darrel