Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Hendy Racher 861 posts 3844 karma points MVP 2x admin c-trib
    Jul 10, 2012 @ 12:33
    Hendy Racher
    0

    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

  • Richard Soeteman 3875 posts 12037 karma points MVP
    Jul 10, 2012 @ 16:37
    Richard Soeteman
    2

    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

  • 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.

Please Sign in or register to post replies