This is an old revision of the document!
Latest News
News items will be posted here in reverse chronological order.
Sun Sept 19, 10
Lab #1 has been posted; start working on it! You can do the lab in CSEB1002 or in fact from any machine anywhere. All you need is to have the FireFox browser with the Firebug plug-in (both of which can be downloaded for free). To do the database part it is easiest to simply ssh to your cse account on red and use the username student
and password secret
. To connect to the database, issue the command ij
and then connect by typing:
<pre>
connect 'jdbc:derby://indigo.cse.yorku.ca:9999/CSE;user=student;password=secret';
</pre>
After connecting, you can issue any SQL query. You can do so in one line or on multiple lines as long as you terminate the query with a semicolon. Once done, type exit;
to quit the ij
utility.
Mon Sept 13, 10
Welcome to CSE2041 !