Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
GeneralRe: Multiple combos on one DataAdapter Pin
Heath Stewart25-Mar-04 9:55
protectorHeath Stewart25-Mar-04 9:55 
GeneralUser who started the app Pin
nilhz23-Mar-04 0:36
nilhz23-Mar-04 0:36 
GeneralRe: User who started the app Pin
Mazdak23-Mar-04 1:20
Mazdak23-Mar-04 1:20 
GeneralRe: User who started the app Pin
nilhz23-Mar-04 3:03
nilhz23-Mar-04 3:03 
GeneralRequest for DB selection Pin
Utku KAYA22-Mar-04 22:35
Utku KAYA22-Mar-04 22:35 
GeneralRe: Request for DB selection Pin
Mazdak22-Mar-04 23:59
Mazdak22-Mar-04 23:59 
GeneralRe: Request for DB selection Pin
Heath Stewart23-Mar-04 3:51
protectorHeath Stewart23-Mar-04 3:51 
GeneralRe: Request for DB selection Pin
Heath Stewart23-Mar-04 3:56
protectorHeath Stewart23-Mar-04 3:56 
SQL Server has specialized support in the .NET Framework and has since 1.0. Oracle does not as well starting with 1.1 (there was a separate install before, but it wasn't officially supported).

Price is definitely a concern with both. Like Mazdak said, though - Access is not optimized for multi-user environments. It's also file-based, and any file-based database solution has major cons.

One nice thing about SQL Server, though, is that they have a freely downloadable and distributable desktop engine called MSDE. For all intents and purposes, it is SQL Server. It doesn't support near as many connections (only 10) but supports everything else from transations to backups.

You can find more information about it at http://www.microsoft.com/sql/msde[^]. If you installed the defaults for VS.NET, you'll also have the setup on your machine already in the Setup\MSDE directory of your VS.NET installation root. Having applications like VS.NET, FoxPro (last I checked many years ago), Access, Office, and few others gives you redistributable rights to MSDE. Check it out.

The really nice thing is that if you ever need to upgrade to the full SQL Server solution, just re-use the same MDF and LDF files from MSDE. Like I said, for all intents and purposes MSDE and SQL Server are the same.

 

Microsoft MVP, Visual C#
My Articles
Generaldelete temp files Pin
hazzem elrefai22-Mar-04 21:12
hazzem elrefai22-Mar-04 21:12 
GeneralRe: delete temp files Pin
Corinna John22-Mar-04 23:47
Corinna John22-Mar-04 23:47 
GeneralRe: delete temp files Pin
hazzem elrefai23-Mar-04 0:25
hazzem elrefai23-Mar-04 0:25 
GeneralRe: delete temp files Pin
Dave Kreskowiak23-Mar-04 1:50
mveDave Kreskowiak23-Mar-04 1:50 
GeneralRe: delete temp files Pin
Heath Stewart23-Mar-04 3:57
protectorHeath Stewart23-Mar-04 3:57 
GeneralRe: delete temp files Pin
Dave Kreskowiak23-Mar-04 4:29
mveDave Kreskowiak23-Mar-04 4:29 
GeneralRe: delete temp files Pin
Heath Stewart23-Mar-04 4:50
protectorHeath Stewart23-Mar-04 4:50 
GeneralRe: delete temp files Pin
Dave Kreskowiak23-Mar-04 5:20
mveDave Kreskowiak23-Mar-04 5:20 
GeneralRe: delete temp files Pin
Heath Stewart23-Mar-04 5:22
protectorHeath Stewart23-Mar-04 5:22 
GeneralRe: delete temp files Pin
Dave Kreskowiak23-Mar-04 5:29
mveDave Kreskowiak23-Mar-04 5:29 
GeneralC# Excel Sheet Reading Problems Pin
MeMyselfAndDotNet22-Mar-04 20:42
MeMyselfAndDotNet22-Mar-04 20:42 
GeneralRe: C# Excel Sheet Reading Problems Pin
Heath Stewart23-Mar-04 4:04
protectorHeath Stewart23-Mar-04 4:04 
GeneralGetting the exe path Pin
SatyaDY22-Mar-04 20:08
SatyaDY22-Mar-04 20:08 
GeneralRe: Getting the exe path Pin
partyganger22-Mar-04 20:24
partyganger22-Mar-04 20:24 
GeneralRe: Getting the exe path Pin
SatyaDY22-Mar-04 21:03
SatyaDY22-Mar-04 21:03 
GeneralRe: Getting the exe path Pin
hazzem elrefai22-Mar-04 21:09
hazzem elrefai22-Mar-04 21:09 
GeneralRe: Getting the exe path Pin
SatyaDY22-Mar-04 21:41
SatyaDY22-Mar-04 21:41 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.