Educational Software Thread, Teaching SQL - How do you do it? in Technical; Hi All - long time reader first time poster, hope someone here can lend a hand
I work as a ...
-
10th June 2009, 08:46 AM #1
- Rep Power
- 0
Teaching SQL - How do you do it?
Hi All - long time reader first time poster, hope someone here can lend a hand 
I work as a tech support in a college using RM CC3, and an IT lecturer has asked me to look into a way that students can be taught SQL, in the locked down environment that we give them.
The first problem I have is that said lecturer has written some code in Visual Basic Express, linking to a database on her network drive. SQL will not support UNC or remote accessing the database, meaning we will have to access it locally (C:\ drive) - this is no good to us unfortunately.
We have thought about installing Virtual PC and then putting an image into their user area, but we are conscious that giving students an essentially free reign over a PC may have repurcussions with what they do on the network!
What do you other schools/colleges/HE's do for teaching SQL? what environment and software do you use?
Cheers
Mark
-
-
IDG Tech News
-
10th June 2009, 08:49 AM #2 You could setup a virtual image to allow certain functions which then reverts back to a 'start' state each time they log off. I haven't really done anything with SQL so i don't know the ins and outs but that is what various course providers have done in workshop environments.
-
-
10th June 2009, 08:50 AM #3 I think virtual PC is the way to go. I believe that RM have advertised it for this use in the past. I remember reading something about students learning programming and other such things on RM using virtual PC.
Never tried it myself though.
-
-
10th June 2009, 08:51 AM #4 Don't know if this would work or not - but could you set it to save in their local profile on the workstation - and then save/export to their network drive on logoff (an xcopy or something?).
Not tried it so don't know how effective it is.
Virtual machines, as you say, is an option, but remember you have to have licences for all extra xp installs you set up.
-
-
10th June 2009, 08:52 AM #5 SQL won't use UNC?? There's no need? What about an ODBC link to a SQL Server or Oracle database that's been secured. You could even use MS Access with linked tables and write the SQL in the query designer using SQL View - Access SQL queries will give them a good starting point if it's just an intro. There's loads of ways to do it as far as I can see.
-
-
10th June 2009, 09:19 AM #6 
Originally Posted by
mbeet
an IT lecturer has asked me to look into a way that students can be taught SQL, in the locked down environment that we give them.
You could give them an SSH client and let them connect to a shared machine.
--
David Hicks
-
-
10th June 2009, 11:39 AM #7
- Rep Power
- 0
Thanks for all the responses thus far 
We are looking into the RM virtual PC package mentioned (HE Shop: MS Virtual PC 2004 for CC3/ST3 Solution Pack) - we weren't aware of it existing! its exactly what we were after.
Cheers!
-
-
10th June 2009, 11:45 AM #8 Cant you use access? MS access supports queries written in SQL and you can experiment on the local database then, no need for any other parts installed.
-
-
10th June 2009, 12:28 PM #9 I would just have a central SQL server with database creation access given to student accounts. You can easily access a SQL DB over TCP/IP with this setup and it also allows you top create and edit databases in either VB express or SQL managment Studio express. This setup would be far more secure and much more simmilar to a real world situation than single file linked databases which are not really used that often in my experience.
-
-
10th June 2009, 12:32 PM #10 SQL makes even my brain hurt! As a compromise (not sure if it's an option), but taking a look at MS Access. You can do quite a bit with it.
Edit: Sorry I just realised Jamo has already mentioned this!
-
SHARE:
Similar Threads
-
By tom_newton in forum Windows
Replies: 7
Last Post: 23rd January 2008, 06:10 PM
-
By webman in forum General Chat
Replies: 58
Last Post: 20th April 2007, 12:06 PM
-
By palmer_eldritch in forum Educational IT Jobs
Replies: 18
Last Post: 20th January 2007, 10:11 AM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules