Jump to content

getting string instead of int - WampServer2


babyfreak

Recommended Posts

Hey all,

Here is my code, but the data I get from the db are string

$mydb = new PDO('mysql:host=localhost;dbname=mybase', 'root', '');

$mydb->setAttribute(PDO::ATTR_STRINGIFY_FETCHES, false); //DOESN'T WORK :(

 

I've read it's a question of mysql VS mysqlnd that I don't quite understand. I'm using WampServer2 with mysql 5.1.36

I upgratted to mysql5.1.41 - not working better.

 

(mysql bug identified in http://bugs.php.net/bug.php?id=44341

 

If anyone can help...

 

 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.