in reply to Auto-Increment and DBD Agnosticism

You might want to look at how Class::DBI solves this problem.

My question is, do you have a specific reason for creating something new instead of using Class::DBI?

----
send money to your kernel via the boot loader.. This and more wisdom available from Markov Hardburn.

Replies are listed 'Best First'.
Re^2: Auto-Increment and DBD Agnosticism
by skyknight (Hermit) on Jun 22, 2004 at 19:23 UTC
    The simple answer would be that "I hope to create something better". I am aware of the admonition "don't reinvent the wheel, unless you plan on inventing a better wheel". I hope that ultimately I will have created a better wheel, though I'm sure there will be much work involved, and am aware that ultimately Class::DBI may retain its dominance. Despite the possibility of my "failure", though, I would argue that there is much value to the existance of competing modules, as they will each force the other to adapt.