Will any application developed against SQL Server 2000 DeveloperEdition work on an identical platform with only MSDE 2000 installed? Iunderstand there's a concurrency limit with MSDE 2000 of around 25 (and there's no GUI) but apartfrom that, are there any aspects of SQL Server 2000 functionality (from the .NET applicaiton code's point of view) thatare "disabled" in MSDE 2000?
See theChoosing an Edition of SQL Server 2000 whitepaper for explanations of each of the SQL Server versions. Also check out Features Supported by the Editions of SQL Server 2000.
The Developer Edition has essentially the same features as theEnterprise Edition. As far as I understand it, MSDE basically hasthe same features as the Standard Edition (with exceptions). Theabove links go into more depth.
I believe that for most normal .NET applications you will not have a problem with missing functionality.
sql
Showing posts with label developed. Show all posts
Showing posts with label developed. Show all posts
Wednesday, March 21, 2012
Friday, March 9, 2012
How can my c#.net app open a rs report?
Ok,
I have just developed the c# app and the rs report...how does my c# app
open the report (and how does it pass parameters)?
Thanks,
TrintTwo ways to integrate. Either with URL integration (embed the IE control and
give it the appropriate URL) or web services. URL integration is easier.
With Widbey and Yukon their will be available a winform and webform controls
but for now you need to use one of these other integration methods.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"trint" <trinity.smith@.gmail.com> wrote in message
news:1104503150.525220.298270@.c13g2000cwb.googlegroups.com...
> Ok,
> I have just developed the c# app and the rs report...how does my c# app
> open the report (and how does it pass parameters)?
> Thanks,
> Trint
>|||Look at the ReportViewer control that is part of the Sample
Applications that are installed with RS. It is designed to view the
report in a web page, but might be helpfull.
I have just developed the c# app and the rs report...how does my c# app
open the report (and how does it pass parameters)?
Thanks,
TrintTwo ways to integrate. Either with URL integration (embed the IE control and
give it the appropriate URL) or web services. URL integration is easier.
With Widbey and Yukon their will be available a winform and webform controls
but for now you need to use one of these other integration methods.
Bruce Loehle-Conger
MVP SQL Server Reporting Services
"trint" <trinity.smith@.gmail.com> wrote in message
news:1104503150.525220.298270@.c13g2000cwb.googlegroups.com...
> Ok,
> I have just developed the c# app and the rs report...how does my c# app
> open the report (and how does it pass parameters)?
> Thanks,
> Trint
>|||Look at the ReportViewer control that is part of the Sample
Applications that are installed with RS. It is designed to view the
report in a web page, but might be helpfull.
Subscribe to:
Posts (Atom)