in reply to Re^2: convert bigint to int
in thread convert bigint to int

What does your $dbh->connect look like. We need to know what sort of driver you are using

What error do you get back from what you are trying.

Are you 64bit perl on a 64bit machine?

Replies are listed 'Best First'.
Re^4: convert bigint to int
by Anonymous Monk on Apr 05, 2017 at 08:45 UTC
    im not getting any errors, i get the correct value which is bigint in the sql column. i need to convert the value from bigint to int. that has nothing to do with the sql connection.

      The connect tells us what driver you are using. is it dbi:ODBC?

      if you are getting the correct value of a bigint from your select then what is your problem?

      do you mean you want to make a new table with a int column rather than a bigint column? That is not a perl problem