Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Need Suggestion for Replacement DB

Need Suggestion for Replacement DB

Scheduled Pinned Locked Moved Database
csharpdatabasesql-serverwpfsysadmin
13 Posts 7 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Mycroft Holmes

    How about CE[^], some limitations and no stored procs but...

    Never underestimate the power of human stupidity RAH

    K Offline
    K Offline
    Kevin Marois
    wrote on last edited by
    #4

    Know of any tutorials to get me up & running quickly? Thanks!

    If it's not broken, fix it until it is

    M L 2 Replies Last reply
    0
    • M Mycroft Holmes

      How about CE[^], some limitations and no stored procs but...

      Never underestimate the power of human stupidity RAH

      P Offline
      P Offline
      PIEBALDconsult
      wrote on last edited by
      #5

      I second that.

      1 Reply Last reply
      0
      • K Kevin Marois

        Know of any tutorials to get me up & running quickly? Thanks!

        If it's not broken, fix it until it is

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #6

        Sorry, I started using it for a training app and chucked it because I am so reliant on stored procs it irritated the hell out of me. Coding up all the queries in c# as strings was excruciating. I would seriously look at EF if I had to use it, and I hate EF!

        Never underestimate the power of human stupidity RAH

        K J 2 Replies Last reply
        0
        • M Mycroft Holmes

          Sorry, I started using it for a training app and chucked it because I am so reliant on stored procs it irritated the hell out of me. Coding up all the queries in c# as strings was excruciating. I would seriously look at EF if I had to use it, and I hate EF!

          Never underestimate the power of human stupidity RAH

          K Offline
          K Offline
          Kevin Marois
          wrote on last edited by
          #7

          Query strings??? Use Linq to SQL.... no query strings. No sprocs.

          If it's not broken, fix it until it is

          M 1 Reply Last reply
          0
          • K Kevin Marois

            Query strings??? Use Linq to SQL.... no query strings. No sprocs.

            If it's not broken, fix it until it is

            M Offline
            M Offline
            Mycroft Holmes
            wrote on last edited by
            #8

            Never used Linq to SQL so I have no opinion, but does that not emit a Tsql query. I don't have a problem with CRUD coming from the DAL but I end up doing a lot of processing in procs, the industry I am in I guess.

            Never underestimate the power of human stupidity RAH

            1 Reply Last reply
            0
            • M Mycroft Holmes

              Sorry, I started using it for a training app and chucked it because I am so reliant on stored procs it irritated the hell out of me. Coding up all the queries in c# as strings was excruciating. I would seriously look at EF if I had to use it, and I hate EF!

              Never underestimate the power of human stupidity RAH

              J Offline
              J Offline
              Jorgen Andersson
              wrote on last edited by
              #9

              Have a look at SmartPaster[^]. It allows you to build the query in your favourite tool and paste it as a stringbuilder in VS. If you ever get the idea to try again that is. :-\

              Wrong is evil and must be defeated. - Jeff Ello[^]

              1 Reply Last reply
              0
              • K Kevin Marois

                Know of any tutorials to get me up & running quickly? Thanks!

                If it's not broken, fix it until it is

                L Offline
                L Offline
                Lost User
                wrote on last edited by
                #10

                SQL CE is pretty close to SQL server in terms of the actual queries you write. If you know one you should easily get to grips with the other.

                1 Reply Last reply
                0
                • K Kevin Marois

                  I'm going to be developing a WPF/C# app that will run on single PC's/Laptops. I have extensive experience with SQL Server, but now I need a replacement DB that I can install and use on the target environment. Again, something similar to SQL would be nice so I keep the learning curve to a minimum. Thanks

                  If it's not broken, fix it until it is

                  G Offline
                  G Offline
                  GuyThiebaut
                  wrote on last edited by
                  #11

                  Have you considered SQLite[^]? I have used it a small amount and it seems fairly good as a database engine. As an afterthought, if you write your code in a layered manner you should be ably to create something that is database agnostic. You could then experiment with different databases to see which one suits your needs.

                  “That which can be asserted without evidence, can be dismissed without evidence.”

                  ― Christopher Hitchens

                  1 Reply Last reply
                  0
                  • K Kevin Marois

                    I'm going to be developing a WPF/C# app that will run on single PC's/Laptops. I have extensive experience with SQL Server, but now I need a replacement DB that I can install and use on the target environment. Again, something similar to SQL would be nice so I keep the learning curve to a minimum. Thanks

                    If it's not broken, fix it until it is

                    L Offline
                    L Offline
                    Lost User
                    wrote on last edited by
                    #12

                    A local version of Sql Server, that looks/act a lot like Sql Server? LocalDB[^]

                    Bastard Programmer from Hell :suss: If you can't read my code, try converting it here[^]

                    1 Reply Last reply
                    0
                    • K Kevin Marois

                      I'm going to be developing a WPF/C# app that will run on single PC's/Laptops. I have extensive experience with SQL Server, but now I need a replacement DB that I can install and use on the target environment. Again, something similar to SQL would be nice so I keep the learning curve to a minimum. Thanks

                      If it's not broken, fix it until it is

                      J Offline
                      J Offline
                      jschell
                      wrote on last edited by
                      #13

                      At least at one time Microsoft allowed SQL Server to be used for free for smaller businesses. Figuring that out can be difficult but might be worth it. The normal goto for free alternatives is MySQL but you should look at the license for that, but an alternative which might be even better now is one that started as a fork of MySQL which is MariaDB. Those however are 'servers' and an embedded database might serve your application better. But you might want to make sure that your application will never have a need to have multiple clients and one server.

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups