Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Inserting to a bigint data type in Sybase using prepare statements

by thanos1983 (Parson)
on Jul 07, 2017 at 12:17 UTC ( [id://1194484]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $int = '123';
    $int += 0; # convert to int not string any more
    
  2. or download this
    $int = int($int); # converted
    
  3. or download this
    $int = sprintf("%d", $int); # converted
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1194484]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (4)
As of 2024-04-16 16:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found