Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
Is there a method in the API anywhere that can return which type of database is currently in use ?
TIA,
Hendy
Hi Hendy,
Not an API method. but what you could do is determine this based on the SQLHelper Type. For example Application.SqlHelper.GetType() etc should return MySqlHelper in case of the MySql implementation.
Cheers,
Richard
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Detecting database in use (MS SQL / SQL CE / MySQL...)
Hi,
Is there a method in the API anywhere that can return which type of database is currently in use ?
TIA,
Hendy
Hi Hendy,
Not an API method. but what you could do is determine this based on the SQLHelper Type. For example Application.SqlHelper.GetType() etc should return MySqlHelper in case of the MySql implementation.
Cheers,
Richard
is working on a reply...