hi
I want to create a class for db connection.
I want to create such a class which
1 ) can be connected to any database ,
2)can execute basic add/delete/update etc queries on any table . Here as it can take any table fields can vary in no and type.
can any one tell me how to write 2nd part.
I want to create a class for db connection.
I want to create such a class which
1 ) can be connected to any database ,
2)can execute basic add/delete/update etc queries on any table . Here as it can take any table fields can vary in no and type.
can any one tell me how to write 2nd part.
Comment