Teen Programmers Unite  
 

 

Return to forum top

MySQL etc

Posted by have_dinner [send private reply] at November 06, 2001, 09:29:39 PM

Hey guys, I've been pretty quiet lately, stupid work... anyway, where can i learn about SQL stuff... Like, "SQL for the total idiot newbie who has no idea what it is" kind of book... because at work heaps goes on with SQL and i want in!!!!! hehe, but like, i'm not really meant to know that, but i want to learn myself up on it... any books that would help out?
and what's ODBC or whatever??

well, please don't send replies teasing me :)~

sam
have_dinner@hotmail.com

Posted by gian [send private reply] at November 06, 2001, 10:36:52 PM

ODBC is "Open DataBase Connectivity", and although Psion and I disagree on this, it is a way of making all database transactions generic, reguardless of what database software you are using. This means that you could easily change from Access (*shudder*) to MySQL, without altering your code, because you are pointing to an ODBC "Datasource" instead of interfacing directly with the database, using a DB specific API.

As for tutorials, this is my bible, and has taught me well:
http://w3.one.net/~jhoffman/sqltut.htm

Enjoy it!

You must be logged in to post messages and see which you have already read.

Log on
Username:
Password:
Save for later automatic logon

Register as a new user
 
Copyright TPU 2002. See the Credits and About TPU for more information.