Hello, since few years now using only mysql-transactional connection since Carol in the old webinars was mentioning that we should use transactional… (why no more webinars anymore? where is Carlos? where is Marcia?)
okay, now when i was trying to figure out an error i was facing, i changed the connection type to PDO for testing… it works normal, but when returing back to mysql-transactional it says:
[SIZE=12px]8192 = mysql_pconnect(): The mysql extension is deprecated and will be removed in the future: use mysqli or PDO instead[/SIZE]
[SIZE=12px]X:—\wwwroot\scriptcase\prod hird\adodb\drivers\adodb-mysql.inc.php 406[/SIZE]
[SIZE=12px]does that mean that we should use PDO from now on? what is the the difference anyway, is it safe to switch to PDO and what is the impact? can anybody explain this?
i read on stackoverflow and many other sites, it is the same applies to sc? and what you guys recommend?[/SIZE]