Re: Converting text to double

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



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



.



Relevant Pages

  • Re: Converting text to double
    ... It's not the double.parse that is failing, its the convert in sql! ... Obviously double.parse is failing. ... Catch the exception, and debug the ... instead of issuing the sql ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: SQL Server 2000 via Dienst abfragen
    ... Wobei dabei hier das Dienstkonto zur Gruppe der ... You receive a "Cannot debug stored procedures" error message ... und die SQL Server Dokumentation enthält einen Abschnitt: ... Generell ist aber keine gute Idee, in einem Dienst direkt zu debuggen, ...
    (microsoft.public.de.sqlserver)
  • Re: PL/SQL: What is wrong with the INSERT in this PL/SQL program?
    ... view them by issuing: ... -- SQL> show errors ... SET TERMOUT OFF ... The compilation fails, show errors yields: ...
    (comp.databases.oracle.tools)
  • Re: SqlClientPermission when connect to SQL Database
    ... What it means in a nutshell is that the ability to debug into SQL ... Box's intro topic "The Security Infrastructure of the CLR Provides ... "Request for the permission of type ...
    (microsoft.public.sqlserver.security)
  • Re: How to get the content of a variable an a select statment
    ... The easiest way to debug a SQL query is to enter it in the SQL view of ... the query builder. ... break (Debug -> Toggle Break Point) to the line after you assign the ... fieldtxt = fieldtxt + Mid ...
    (microsoft.public.access.formscoding)