Somewhat Technical

Let me know what you think
Installing MSDE with your .NET application Part deux
I was pleasantly surprised to find how many people actually read my posting Installing MSDE with your .NET application, in that posting I talked about how to install MSDE with your Setup and Deployment created MSI. How to edit it with Ocra so it will actually work. In this posting I will talk about how to configure an initial database for your MSDE app. I wrote this code in VB.NET and used Carlosag.net to translate the code from VB.net to C#, this tool does a great job but I can not guarantee the...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Wednesday, July 13, 2005 7:52 AM | Feedback (5)

Installing MSDE Database with your .NET applications
I love using MSDE as my backend engine for my windows application as a developer i have 3 windows forms applications that use MSDE as their local database engine. Honestly I had a very hard time installing MSDE with them, so I decided to documents my findings for others. First thing you want to do is make sure you have the latest version of MSDE installed on your development machine, you can download it from here http://www.microsoft.com/do...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Posted On Friday, April 15, 2005 11:59 AM | Feedback (5)