Both are server side scripts !

The Bitmask fields are BigInt datatype in SQL Server, if I use parseInt()
in javascript, integer variables overflow and do not give the required
results.
How do we parse BigInt datatypes in javascript?
There are some 3rd party BigInt javascript libraries available on internet,
but not sure if bitwise operations are possible using them.


On Wed, Dec 16, 2009 at 1:23 PM, Cerebrus <[email protected]> wrote:

> parseInt would be the right way...
>
> But I do not understand; you seem to be calling a JS function from VB
> script. Is both the section client side script ? Is this IE specific ?
>
> On Dec 15, 12:21 pm, Raghupathi Kamuni <[email protected]> wrote:
> > Hi All,
> >
> > I am working on some legacy code.
> >
> > Earlier code had the bitmask fields as integers in SQL Server 2005 , but
> now
> > they are changed to BigInt
> >
> > How do we parse BigInt datatypes in javascript?
> >
> > Please find relevant functions herehttp://
> dotnetdevelopment.pastebin.com/m44132f9c
> >
> > Regards,
> > Raghu
>

Reply via email to