I understand you can do a command like
create table "table name" ("colname" "coltype","colname2" "coltype2"
;
simple SQL command. Now how do you make usch a command from your perl script? I get the drift that one uses perl to put the power into simple sql statements. If you could just show me how to do this I'd appreciate it. It's probably something ludicrously simple, but it still baffles me. Favorite quote Narf
Age: 17
School: Alberta Distance Learning Center
Location: British Columbia, Canada
If at first you can't succeed, try, try again. - programmer's motto.
create table "table name" ("colname" "coltype","colname2" "coltype2"
simple SQL command. Now how do you make usch a command from your perl script? I get the drift that one uses perl to put the power into simple sql statements. If you could just show me how to do this I'd appreciate it. It's probably something ludicrously simple, but it still baffles me. Favorite quote Narf
Age: 17
School: Alberta Distance Learning Center
Location: British Columbia, Canada
If at first you can't succeed, try, try again. - programmer's motto.