Radicore Forum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » RADICORE development » Bug Reports » dbms engine selection when mysql server is on the remote host
dbms engine selection when mysql server is on the remote host [message #510] Thu, 28 December 2006 11:10 Go to next message
mitjok is currently offline  mitjok
Messages: 6
Registered: June 2006
Junior Member
in function &_getDBMSengine function_exists('mysqli_connect') may detect mysqli_connect on local host but mysqli_connect may connect to remote MySQL Server with version lower then 4.1.3, which cause error;

[Updated on: Thu, 28 December 2006 11:15]

Report message to a moderator

Re: dbms engine selection when mysql server is on the remote host [message #511 is a reply to message #510] Thu, 28 December 2006 14:59 Go to previous message
AJM is currently offline  AJM
Messages: 2347
Registered: April 2006
Location: Surrey, UK
Senior Member
The solution is not to use different versions of MySQL on the local and remote hosts.

The current mechanism is there so that the database version can be detected automatically without having to be hard coded. Very few people access their database via a remote host, and even fewer have different versions locally, so the chances of the Radicore framework being altered to accomodate such a rare set of circumstances is extremely ..... remote.


Previous Topic: BUG+FIX: Problems with backslashes before qoutes in getdata($where)
Next Topic: Changing from a popup to a dropdown control
Goto Forum:
  


Current Time: Fri Mar 29 04:15:07 EDT 2024

Total time taken to generate the page: 0.07386 seconds