Ask a Question related to ASP Database, Design and Development.
-
Grey #1
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
-
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... -
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.... -
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... -
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... -
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... -
Mark Schupp #2
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
-
McKirahan #3
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
-
Cowboy \(Gregory A. Beamer\) #4
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
-
Mark Schupp #5
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



Reply With Quote

