$con = Propel::getConnection();
$rs = $con->getResource();
echo mysql_get_server_info($rs);

FYI, with $rs you can use any of the native php mysql functions (like 
mysql_get_client_info() 
<http://jp.php.net/manual/en/function.mysql-get-client-info.php>, 
mysql_get_host_info() 
<http://jp.php.net/manual/en/function.mysql-get-host-info.php>, etc)

Regards,
Kupo

Greg Freeman wrote:
> Does propel/creole have a method for returning the sql version string?
>
>
> >
>
>   


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to