A provider is a connection to a specific database, for example Sql Server, Oracle, but we import namespaces such as using system.data.msdaora , using system.data.sqlclient .
After writing the connection class, it takes a string string connection takes 4 operators uid, pwd, database, server.
After an open connection using the cn.Open method.
After executing the statements.
After closing the connection.
ganesh a
source share