Which ones are free databases?
-
Hi all, I am making an application comprising both C/C++ and .Net environments (for different modules). Both C++ and .Net modules create logs in some XML files. But I am now facing many problems in maintaining all the log files (mostly because of their sizes). I am planning to create my logs in some database. But I am not familiar with using any database with C++ or with .Net code. Here are my requirements: 1 The very first requirement is that database should be free to use. 2 database should be able to connect with both C++ module and .Net (C# module) Can anybody suggest me any such database that can be used freely. Also help me in knowing some tutorial by which I can connect my application with that free database. Thanks in Advance Aseem
-
Hi all, I am making an application comprising both C/C++ and .Net environments (for different modules). Both C++ and .Net modules create logs in some XML files. But I am now facing many problems in maintaining all the log files (mostly because of their sizes). I am planning to create my logs in some database. But I am not familiar with using any database with C++ or with .Net code. Here are my requirements: 1 The very first requirement is that database should be free to use. 2 database should be able to connect with both C++ module and .Net (C# module) Can anybody suggest me any such database that can be used freely. Also help me in knowing some tutorial by which I can connect my application with that free database. Thanks in Advance Aseem
-
Microsoft SQL server 2008 express[^] is the obvious answer. It integrates well with all other Microsoft products and is free.
MVP 2010 - are they mad?
-
Instead of asking in different forums in Code Project you could have performed a google search...
-
Hi all, I am making an application comprising both C/C++ and .Net environments (for different modules). Both C++ and .Net modules create logs in some XML files. But I am now facing many problems in maintaining all the log files (mostly because of their sizes). I am planning to create my logs in some database. But I am not familiar with using any database with C++ or with .Net code. Here are my requirements: 1 The very first requirement is that database should be free to use. 2 database should be able to connect with both C++ module and .Net (C# module) Can anybody suggest me any such database that can be used freely. Also help me in knowing some tutorial by which I can connect my application with that free database. Thanks in Advance Aseem
As Richard MacCutchan pointed out, SQL Server Express 2008 is free and work well in C++ and .Net environments. If you don't want to use that, there are other options. For example, Firebird and SQLite are both small and free. They work well in C/C++ and .Net. Try to do a search and check them out.
-
Instead of keep replying, please do perform that fu#?@n' Google search! :mad: :laugh:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Instead of keep replying, please do perform that fu#?@n' Google search! :mad: :laugh:
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles] -
Thank you man! I don't mind when someone downvotes my (supposed to be...) humorous posts, but, of course, I'm very glad you balanced it, thank you again, Richard. :rose: :)
If the Lord God Almighty had consulted me before embarking upon the Creation, I would have recommended something simpler. -- Alfonso the Wise, 13th Century King of Castile.
This is going on my arrogant assumptions. You may have a superb reason why I'm completely wrong. -- Iain Clarke
[My articles]