Database with .NET

Which Database System you are using with .NET Applications ?

  • Microsoft SQL Server

    Votes: 157 64.1%
  • Oracle

    Votes: 16 6.5%
  • MySQL

    Votes: 44 18.0%
  • Postgre SQL

    Votes: 2 0.8%
  • Sybase

    Votes: 4 1.6%
  • Borland Interbase

    Votes: 3 1.2%
  • Other

    Votes: 14 5.7%
  • MS Access

    Votes: 130 53.1%

  • Total voters
    245

Madz

Well-known member
Joined
Jan 22, 2003
Messages
155
I use MSSQL Server ,and still not touched orcle. with cross platform development i like MYSQL the best.
 
I use MSAccess and MSSQL now, been playing with Acces more lately. Never tried MySQL with .NET.
 
Im using MSDE 2000 to get some practice with how MS SQL Server 2000 works. You should of listed Access as well thats quite popular (I imagine most if not all of the "other" are using Access)
 
Im using MySQL . Its free and i dont need to sell it with my Applications which is good, "bad" thing is that MySQL dont support triggers and stored procedures YET.Also im using Access , and from my point of view it have more disadvantages than advantages , so Im using Access for temporary DB!
 
Im using Access but like the idea of moving to MSDE eventually
 
Here at work Im using MSSQL and MSDE for enterprise and desktop apps I develop (respectively). Ill dip into Access if someone wrote a crappy VBA/VB6 app with it, but I like to avoid it if possible.

Cross-platform Im using Oracle for business/enterprise systems and MySQL for mucking around with and any system that cant afford Oracle (money-wise or resource-wise :) ). I think MySQL is beautiful. Once it becomes full-featured, hopefully it will become as ubiquitous as the overprised DB solutions we have right now.

PS: I guess, technically, I havent done any dev work w/ MySQL and .NET together. But considering how light and poweful it has been in the past for my PHP and client/server apps, I figured it deserved a vote. ;)
 
I wish MSDE was more portable.
You have to be a business to be willing to have a SQL server running even if its free...
As a private user, I wouldnt like the idea of a 200 mg download as a prerequisite to this 300k program setup.
I wish Access had stored procedures...
 
As a private user, I wouldnt like the idea of a 200 mg download as a prerequisite to this 300k program setup.
As a private user, I wouldnt like the idea of a program using Access. MSDE is a 68.4 MB download, something I, as a dial-up user, would gladly suck up for a decent program.
 
Robby, you just opened me a new perspective.
Stored procedures in access....!
I going to have a look at that article...
 
Im using "other", which is Matisse object database http://www.matisse.com
Native ADO.NET provider provided. No O/R mapping needed. SQL is faster than SQL Server. The database is easily accessible from Java, C++, PHP, Perl. Windows/Linux.

I like it better than SQL Server or MySQL.
 
I use MSSQL at work so i tend to stick with the same outside of work. I have written a few MySQL databases as well, but i prefer to use alot of stored procedures and functions in my database coding, i havent ventured outside MSSQL, cept for MySQL.
 
Microsoft SQL Desktop Edition.

Its not even a developer edition, its more of a portable database you can distribute. Its a very scalled down version of SQL. Its cool, its free, just no tools come with it.
 

Similar threads

Back
Top