<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>'About MSDE.' Thread RSS Feed</title>
    <link>http://www.programmersheaven.com/</link>
    <description>Contains the latest posts from the thread 'About MSDE.' posted on the '.NET General' forum at Programmer's Heaven.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Sat, 18 May 2013 19:08:31 -0700</pubDate>
    <lastBuildDate>Sat, 18 May 2013 19:08:31 -0700</lastBuildDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <image>
      <url>http://www.programmersheaven.com/images/ph.gif</url>
      <title>Programmers Heaven</title>
      <link>http://www.programmersheaven.com/</link>
      <width>88</width>
      <height>31</height>
    </image>
    <item>
      <title>About MSDE.</title>
      <link>http://www.programmersheaven.com/mb/dotnet/165622/165622/about-msde/</link>
      <description>I have a client-server winform app written in c# with data access to SQL&lt;br /&gt;
server 2000 via stored procedures.  I need to move the app to another&lt;br /&gt;
company which don't have SQL server.  I will therefore make use of the free MSDE(MS Desktop Engine).  I have the following questions:&lt;br /&gt;
&lt;br /&gt;
1. Since MSDE don't have any user interface, what is the simpliest method to manage the database?  Please don't ask me to use the pre-defined stored procedures.&lt;br /&gt;
2. To make the app more portable in the future, I want to use c# to&lt;br /&gt;
establish all tables and stored procedures in MSDE(instead of transfering from SQL server everytime), what is the proper method?  Does MSDE have the default databases(like Master and Northwind) and stored procedures so that I can make use of them?  However, if I use the default stored-procedure, how if later, I need to use Oracle as the database?  The best method is, of course, do everything in c#, is it possible?&lt;br /&gt;
3. I am planning to make the client app capable to connect to other kinds of database.  I therefore should use connection string instead of using stored procedure(Right?).  How can I perform function of T-SQL like @@IDENTITY ?&lt;br /&gt;
&lt;br /&gt;</description>
      <guid isPermaLink="true">http://www.programmersheaven.com/mb/dotnet/165622/165622/about-msde/</guid>
      <pubDate>Thu, 16 Jan 2003 20:52:30 -0700</pubDate>
      <category>.NET General</category>
    </item>
  </channel>
</rss>