This is a Technology portal site for all the developer, It's a community, here you can post your question when you are learning, working, and soso...we'll make it better than yesterday Everyday...
Sir, If i derive a class From CDatabase as CDatabase:Cstudent {... } And if i create instances like Cstudent s1,s2,s3; all of them will create 3 Handles.How can i use single handle to use many access to the Database. Thanks in advance.