Gossamer Forum
Home : General : Databases and SQL :

Re: [chmod] Converting to MySQL?

Quote Reply
Re: [chmod] Converting to MySQL? In reply to
Well anything you know about flat file systems you can throw out. DBI is a completely different system... Instead of lengthy algorithms for opening, perusing through files, etc., you just call DBI functions on a database handle, use plain English (hence the name SQL), and MySQL does the dirty work. Your 100 line + plain Perl database routines can be simplified down to less than 5.

Overall, SQL is quick to pick up on. Once you've learned the basics, you ought to be able to convert your old CSV systems to SQL pretty quickly.

--Philip
Links 2.0 moderator
Subject Author Views Date
Thread Converting to MySQL? chmod 6300 Apr 25, 2002, 12:57 AM
Thread Re: [chmod] Converting to MySQL?
sponge 5917 Apr 25, 2002, 6:02 AM
Post Re: [sponge] Converting to MySQL?
Wil 5918 Apr 25, 2002, 6:31 AM