Database Solutions for Logging Sample Information (Windows)

AI Thread Summary
For creating a database to log sample information on Windows, several software options are available. Microsoft Access and FoxPro are recommended for users seeking a Windows-friendly solution, especially for those without extensive SQL experience. PostgreSQL and MySQL, while powerful, are primarily tailored for UNIX systems, with PostgreSQL lacking a robust Windows port and MySQL requiring a corporate license for certain uses. However, MySQL is generally open source and free for non-corporate applications. Alternatives like Firebird and FileMaker are also viable options. Users interested in Java can explore HSQLDB. Overall, Access is highlighted as the most user-friendly choice for those new to database management.
FulhamFan3
Messages
134
Reaction score
0
I need to make a database of a bunch of samples and log several bits of info about each sample. Any software suggestions on how to do this? A spreadsheet really doesn't work and I want to keep this within Windows.
 
Computer science news on Phys.org
PostgreSQL or MySQL
 
You mean making your own database using a programming language, or using something like mdb or Microsoft Database?
 
PostgreSQL and MySQL are both tailored towards UNIX, which the poster desires something more tailored towards Windows. Last time I checked, PostgreSQL did not have a Windows port, and MySQL charged for a Win32 version (client was free). I could be out of date here, but I think Foxpro or Access would be the better route to go. Also, experience with SQL is very useful to have with PostgreSQL or MySQL. If the poster doesn't have this experience then, again, Access is the best in this situation.
 
graphic7 said:
PostgreSQL and MySQL are both tailored towards UNIX, which the poster desires something more tailored towards Windows. Last time I checked, PostgreSQL did not have a Windows port, and MySQL charged for a Win32 version (client was free). I could be out of date here, but I think Foxpro or Access would be the better route to go. Also, experience with SQL is very useful to have with PostgreSQL or MySQL. If the poster doesn't have this experience then, again, Access is the best in this situation.

No, MySQL only charges for corporate licenses(I think the lowest level is $200 at least that's what it used to be). MySQL is open source and free to use on all platforms for non-corporate uses. In fact MySQL has better support of MS and Apple than it does for Linux. Actually, MySQL may be used by corporations as long as the use does not violate the GPL. If a corporation wants to develope a piece of software based on MySQL and keep the code secret then a MySQL license is required. http://www.mysql.com/company/legal/licensing/

[edit]PostGRE can be built under Windows as well: http://www.weberdev.com/Manuals/Postgre7.4.2/install-win32.html
 
Last edited by a moderator:
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
This week, I saw a documentary done by the French called Les sacrifiés de l'IA, which was presented by a Canadian show Enquête. If you understand French I recommend it. Very eye-opening. I found a similar documentary in English called The Human Cost of AI: Data workers in the Global South. There is also an interview with Milagros Miceli (appearing in both documentaries) on Youtube: I also found a powerpoint presentation by the economist Uma Rani (appearing in the French documentary), AI...
Back
Top