Use MSDE in application

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Use MSDE in application

    Dear all

    I want to know that can i use MSDE as database server for deploying application. Is it necessary to buy any licence if I use MSDE as database server in Windows 2000 server. Moreover, is MSDE designed for multiple users access like SQL Server?

    Million Thanks

    Eric
    Grey Guest

  2. Similar Questions and Discussions

    1. Connecting to MSDE
      I have just upgrade to CF MX 7 on my development laptop where I have MSDE installed. When I am in Cold Fusion Administrator it cannot verify the...
    2. Dreamweaver MX and MSDE
      I currently have MSDE running on my computer and I have tried to get dreamweaver to connect to it but for the life of me I cannot seem to nail it....
    3. DBs and SPs in MSDE installation
      MSDE is a equevelant of the more powerfull SQL Server. Therefore looking for tables and storedprocedures in Access (=oledb) is not wath you aspect...
    4. MSDE and SQL Server
      Hello, I am going to be getting my feet wet with SQL Server soon and trying to prepare to convert the clients dbs. In looking for info, I...
    5. MSDE/SP3 MemoryLeakage
      I very much doubt it is a memory leak. Search this group for many similar queries, essentially SQL server will take almost all available memory and...
  3. #2

    Default Re: Use MSDE in application

    [url]http://www.microsoft.com/msde[/url]

    --
    Mark Schupp
    Head of Development
    Integrity eLearning
    [url]www.ielearning.com[/url]


    "Grey" <ericyum@i-cable.com> wrote in message
    news:OZhDI5SyDHA.3208@tk2msftngp13.phx.gbl...
    Dear all

    I want to know that can i use MSDE as database server for deploying
    application. Is it necessary to buy any licence if I use MSDE as database
    server in Windows 2000 server. Moreover, is MSDE designed for multiple users
    access like SQL Server?

    Million Thanks

    Eric


    Mark Schupp Guest

  4. #3

    Default Re: Use MSDE in application

    "Mark Schupp" <mschupp@ielearning.com> wrote in message
    news:#7oAvnWyDHA.384@TK2MSFTNGP12.phx.gbl...
    > [url]http://www.microsoft.com/msde[/url]

    Don't you mean: [url]http://www.microsoft.com/sql/msde/[/url] ?


    McKirahan Guest

  5. #4

    Default Re: Use MSDE in application

    You can download and use for free. The license may require owning a
    developer tool. I know of no license for MSDE, but you should check the EULA
    before deploying.

    MSDE is not designed for mutiple users in the same manner as SQL Server. It
    is limited to five simulataneous connections. This does not mean only 5
    people can use the app, however, if you instantiate connection objects JIT
    (Just-in-Time, ie right before you do work) and close them ASAP (As soon as
    possible, or right after you finish the work). If the app is being hit by
    thousands of users in an hour, you will end up running out of connections at
    some point.

    --
    Gregory A. Beamer
    MVP; MCP: +I, SE, SD, DBA

    ************************************************** ********************
    Think Outside the Box!
    ************************************************** ********************
    "Grey" <ericyum@i-cable.com> wrote in message
    news:OZhDI5SyDHA.3208@tk2msftngp13.phx.gbl...
    Dear all

    I want to know that can i use MSDE as database server for deploying
    application. Is it necessary to buy any licence if I use MSDE as database
    server in Windows 2000 server. Moreover, is MSDE designed for multiple users
    access like SQL Server?

    Million Thanks

    Eric


    Cowboy \(Gregory A. Beamer\) Guest

  6. #5

    Default Re: Use MSDE in application

    > Don't you mean: [url]http://www.microsoft.com/sql/msde/[/url] ?

    yep, but the first link has that link on it.

    --
    Mark Schupp
    Head of Development
    Integrity eLearning
    [url]www.ielearning.com[/url]


    "McKirahan" <News@McKirahan.com> wrote in message
    news:KJZFb.118453$8y1.370542@attbi_s52...
    > "Mark Schupp" <mschupp@ielearning.com> wrote in message
    > news:#7oAvnWyDHA.384@TK2MSFTNGP12.phx.gbl...
    > > [url]http://www.microsoft.com/msde[/url]
    >
    >
    > Don't you mean: [url]http://www.microsoft.com/sql/msde/[/url] ?
    >
    >

    Mark Schupp Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139