recursing Folders adding to mysql

2006-12-12 Thread Brian E Boothe
Im needing to Rescurse thru a directory listing and ONLY add Directory Names / Path / and Filename, NOT the actual file itself, how can I do this in MySQL, -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.1.409 / Virus Database: 268.15.16/582 - Release

Re: recursing Folders adding to mysql

2006-12-12 Thread Peter Brawley
Brian E Boothe wrote: Im needing to Rescurse thru a directory listing and ONLY add Directory Names / Path / and Filename, NOT the actual file itself, how can I do this in MySQL, With a treewalking stored procedure, examples at http://www.artfulsoftware.com/mysqlbook/sampler/mysqled1ch20.html.