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 863 posts 3849 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 4047 posts 12900 karma points MVP 2x
    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

Please Sign in or register to post replies

Write your reply to:

Draft