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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
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...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.