nagromme
08-08-2004, 01:09 PM
I'm new to DB stuff... all I've done is very simple PERL reading/writing with comma-delimited text files. No SQL stuff.
Now's my chance to learn! I'm doing a web form that has to put the data into a database, for some folks who are already running MS SQL 2000 on their web server. (They're not married to that product--the database does not exist yet, I'm making it--but why not stick with what they've got installed?) Sounds like an FAQ, but I must not know what to search for :)
I know some very basic PERL, so PERL is my preferred method. (I know how to make PERL notify them by email when a submission is added to the DB--which we need.) And I can find documentation of SQL commands online: "Insert" should be all I need I guess.
But I'm not sure where to begin now, so any beginner advice/links/examples would be much appreciated :)
The questions I know I have:
1. Do I need any PERL modules?
2. What access/tech info do I need to request from them in order to connect?
3. To begin this, how do I create the empty table to work with? (SSH to their server and use the SQL "create" command from the terminal?)
4. What kind of tools will MS SQL 2000 give them on their end for viewing/editing the data? Will they have an easy GUI way to do so? (Not really my problem, I'm more curious--in case the way I do this might make things harder for them later.)
Then come the questions I don't know I have :)
Thanks in advance!
Now's my chance to learn! I'm doing a web form that has to put the data into a database, for some folks who are already running MS SQL 2000 on their web server. (They're not married to that product--the database does not exist yet, I'm making it--but why not stick with what they've got installed?) Sounds like an FAQ, but I must not know what to search for :)
I know some very basic PERL, so PERL is my preferred method. (I know how to make PERL notify them by email when a submission is added to the DB--which we need.) And I can find documentation of SQL commands online: "Insert" should be all I need I guess.
But I'm not sure where to begin now, so any beginner advice/links/examples would be much appreciated :)
The questions I know I have:
1. Do I need any PERL modules?
2. What access/tech info do I need to request from them in order to connect?
3. To begin this, how do I create the empty table to work with? (SSH to their server and use the SQL "create" command from the terminal?)
4. What kind of tools will MS SQL 2000 give them on their end for viewing/editing the data? Will they have an easy GUI way to do so? (Not really my problem, I'm more curious--in case the way I do this might make things harder for them later.)
Then come the questions I don't know I have :)
Thanks in advance!
