Re: Access DB

2003-06-17 Thread Josh Berkus
Access Databases with perl? Look up "MDB Tools" on Freshmeat.net -- -Josh Berkus Aglio Database Solutions San Francisco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SQL vs MySql?

2003-06-10 Thread Josh Berkus
of advanced or extended SQL if you knew the particular database, or experiencing horrible performance becuase of "standard" queries that hit a particular database's worst performance areas. "Database Independance" is a design strategy with specific and substantial tr

Re: SQL vs MySql?

2003-06-09 Thread Josh Berkus
n introductory book and has some other problems, but does do a good job of comparing MySQL, MSSQL, PostgreSQL, and Oracle on a command-by-commmand basis. -- Josh Berkus Aglio Database Solutions San Francisco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Perl predefined variables

2003-06-06 Thread Josh Berkus
ssible to grasp without a tutorial; I recommend the "Llama Book" othewise known as "Learning Perl", which spends 3.2 chapters on regular expression handling. (PS. Please pardon the crude regular expression and any syntax errors) -- -Josh Berkus Aglio Database Solutions San

Re: Appending to beginning of file?

2003-06-05 Thread Josh Berkus
James, > Tie::File can be retrieved off of the CPAN for earlier versions of Perl > where is wasn't standard, if you can install modules. Yeah. Sadly, it's a vendor system :-( I can't install anything. Happily, copying file content is very fast, even with 40,727 lines in

Re: Appending to beginning of file?

2003-06-05 Thread Josh Berkus
#x27;m not :-( So I'll just transfer the file from one to another. Thanks again. -- -Josh Berkus Aglio Database Solutions San Francisco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Appending to beginning of file?

2003-06-05 Thread Josh Berkus
nd an easy way to do this. Pointers to online docs are fine with me. -- -Josh Berkus Aglio Database Solutions San Francisco -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]