Re: Converting text to double
- From: "Jeff Dillon" <jeffdillon@xxxxxxxxxxx>
- Date: Thu, 20 Apr 2006 16:42:55 -0700
then don't do that (?)
Obviously double.parse is failing. Catch the exception, and debug the
results.
Response.write, instead of issuing the sql (duh)
txtdocbedrag.text contains text you don't expect. Find out why
I find it amazing, and almost sad, the programmers these days can't figure
out reproducible problems.
I'm 50. I had issues like this 25 years ago, but before newgroups, granted.
Just my opinion
"Frederik Vanderhaeghe" <frederikvanderhaeghe@xxxxxxxxx> wrote in message
news:%23wKhEnEZGHA.3936@xxxxxxxxxxxxxxxxxxxxxxx
whereSQL += "cast(bedrag as numeric(10,2)) > '" &
Double.Parse(txtdocbedrag.Text) & "' and "
Bedrag = varchar with a
"Jeff Dillon" <jeffdillon@xxxxxxxxxxx> wrote in message
news:OWTH0b8YGHA.3752@xxxxxxxxxxxxxxxxxxxxxxx
Post the exact line, and the value of all variables, that is generating
the error. You can use CDbl too
.
- Follow-Ups:
- Re: Converting text to double
- From: Frederik Vanderhaeghe
- Re: Converting text to double
- References:
- Converting text to double
- From: Frederik Vanderhaeghe
- Re: Converting text to double
- From: Pipo
- Re: Converting text to double
- From: Frederik Vanderhaeghe
- Re: Converting text to double
- From: Jeff Dillon
- Re: Converting text to double
- From: Frederik Vanderhaeghe
- Re: Converting text to double
- From: Pipo
- Re: Converting text to double
- From: Frederik Vanderhaeghe
- Re: Converting text to double
- From: Jeff Dillon
- Re: Converting text to double
- From: Frederik Vanderhaeghe
- Converting text to double
- Prev by Date: Re: Caching button data
- Next by Date: Re: Caching button data
- Previous by thread: Re: Converting text to double
- Next by thread: Re: Converting text to double
- Index(es):
Relevant Pages
|