Click here to Skip to main content
15,890,185 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am developing a software application/tool using C# where i want it to act as a datasource

ex : ZoomData <-->SQL server/oracle instead of this

zoomdata<-->My tool<-->SQlserver/Oracle

Does any one has information or videos its highly helpful
Posted
Comments
[no name] 28-Dec-15 16:26pm    
do you want to write data access library here?
Member 12232786 28-Dec-15 16:36pm    
my tool/application reformats the data that is fetched from database. In the above example sql server.. I want to facilitate other tools/applications which can access my reformated data as their input.. This is my goal. How i can achieve this

1 solution

using System.Net.Sockets;

Then create a TcpListener and start it with a port number.

Your calls to the TcpListener need to be made from a TcpClient object

More at...

TcpListener Class (System.Net.Sockets)[^]
 
Share this answer
 
Comments
Member 12232786 29-Dec-15 11:49am    
Awesome.. Thank you so much.. looks like this is promissing approach which i am looking for..
Homero Rivera 29-Dec-15 17:47pm    
Welcme!

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