Error

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Dave S. (davidstedman_at_colliergov.net)
Date: 11/01/04


Date: Mon, 1 Nov 2004 09:28:18 -0500

What is the best way to capture errors in a table involving alpha numerics?

Example. The column is a string, but it should never have anything but
numbers in it. Is there a way to check to make sure only number are there? I
mean other than do a convert and wait for an error? Althoug even that might
work if it kept going after the error.

ds



Relevant Pages

  • Re: ascii length??
    ... > I am wondering how I can get the ascii lengh of a string in VB.NET? ... > Especially that the string consists of alpha numerics as well as chinese ... The "proper" way to obtain a string variable's current length is with ... Dim myString as String ...
    (microsoft.public.dotnet.languages.vb)
  • Re: ascii length??
    ... > I am wondering how I can get the ascii lengh of a string in VB.NET? ... > Especially that the string consists of alpha numerics as well as chinese ...
    (microsoft.public.dotnet.languages.vb)
  • ascii length??
    ... I am wondering how I can get the ascii lengh of a string in VB.NET? ... Especially that the string consists of alpha numerics as well as chinese ... characters being double-byte, using Lenon that string would return me 5. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: ascii length??
    ... >> I am wondering how I can get the ascii lengh of a string in VB.NET? ... >> Especially that the string consists of alpha numerics as well as chinese ...
    (microsoft.public.dotnet.languages.vb)