Can I issue an alter statement to change the definition of a CSV table using DBD::CSV?
For example, ALTER TABLE Collection ADD c varchar (20) I have tried it, and get a parser error. Any ideas out there on this. Some one has recommended using a package by the name of Sprite, but I wonder if I can do it some how with DBD::CSV. Thanks
