Dear /nerd/! Does anyone please know of some simple COBOL and SQL compilers? I'm going to install them on a laptop running on XP. I'd prefer to have the install packages on an usb and install in offline mode.
>>409 for cobol: www.opencobol.org as for SQL: SQL isn't a compiled language, it's a language that performs operations on a database. you'll have to have a database running in order to work with it. http://www.mysql.com/ MySQL is a popular database management system that you could use. http://www.sqlite.org/ SQLite is another option.