Click here to Skip to main content
15,883,928 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Does connector class of c#can be used to form a bridge between frontend app and database or what is the name of the app through which I could build that bridge. Does ms powerapi needed for the purpose

What I have tried:

Nothing don't know just trying
Posted
Updated 10-Feb-21 6:53am
Comments
20212a 10-Feb-21 12:01pm    
What is a connector class of c#? But yes, you can use C# to connect front end to backend.
Member 12712527 10-Feb-21 12:05pm    
Connector is a class of c#. I don't want to connect c#application with any database but want to use the bridge that could connect specific custom built database with any ms built frontend
20212a 10-Feb-21 12:08pm    
It's still not clear what you want to do exactly, but the answer is usually always yes, you can do anything with c#.
Member 12712527 10-Feb-21 12:12pm    
I want to build that bridge which would connect ms application with custom built database suppose oledb connector
Member 12712527 10-Feb-21 12:16pm    
You might say that c#and sqlserver connection is there.you use sqlconnection string for that. I say I want to build my own sqlconnection class

Please do not repeat this question. I already suggested at Regarding my previous question please see details[^] that you should edit the original. Also, that you need to provide considerably more detail; no one can guess what 'connector' you are referring to.
 
Share this answer
 
Comments
Member 12712527 10-Feb-21 12:19pm    
Sir there is connector class in c# . I want just to know that could I use this class to build an oledb connector
Richard MacCutchan 10-Feb-21 12:20pm    
What does the documentation for the class say?
Member 12712527 10-Feb-21 12:22pm    
I haven't studied it please send me the link
Richard MacCutchan 10-Feb-21 12:23pm    
So how do you know it could solve your problem?
Member 12712527 10-Feb-21 12:23pm    
I am trying my level best
There is a Connector class in the .NET Framework, but it's obsolete.

There are LOTS of other "connector" type classes, but nobody has a clue which on of those you're talking about. Commonly, there are many different implementations of the DbConnection class, like SqlConnection, OleDbConnection, MySqlConnection, ...

You have to be a lot more specific about what you're trying to do and, if it's database related, which database engine you're trying to connect to.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900