Hi,
This may sound weird, or not important but
I would like to recommend the classnames to
be CamelCased because this is done
by almost all classes in the .NET framework and it
insures consistency.
So what I mean is
MySQLConnection --> MySqlConnection
MySQLCommand --> MySqlCommand
etc...
As this is still a pre 1.0 product,
implementing such changes is acceptable,
once 1.0 is reached it will be to late.
Thnx
Timothy.
Logged In: NO
Tim
I think this is a good idea. I will likely make this change
before releasing 1.0
Thanks
Reggie
Logged In: YES
user_id=523261
this has been implemented and committed.
Thanks