Click here to Skip to main content
15,898,984 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Can anyone explain about Push and pull method in vb.net
Posted
Comments
Sandeep Mewara 6-Feb-13 0:56am    
1. Did you try anything by yourself - like searching on web or talking to your senior?
2. Push & Pull in what context? Unclear-Incomplete question.
fakeer muhammed 6-Feb-13 2:13am    
i have tried in Net i didnt get any answer.... I need to push and pull datas from the database frequrntly without any timer or thread..For that i need to know about the push and pull method in vb.net

Sandeep Mewara 6-Feb-13 2:16am    
datas from the database frequrntly without any timer or thread.
Based on certain events you want to store or retrieve data, right? If now, how and when you want to do it?
fakeer muhammed 6-Feb-13 2:21am    
i need to use that in my chat application

1 solution

So you have a define event when to send data to database.

Here:
Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^]
Using ADO.NET for beginners[^]

if you are looking for something more specific, there are number of articles on chat application here at CP itself. Pick any and see the implementation if that helps.
 
Share this answer
 
Comments
fakeer muhammed 6-Feb-13 3:26am    
i need to pull the data from the database which is latest without timer or thread
Sandeep Mewara 6-Feb-13 7:04am    
You cannot do by itself without polling.

HTML5, web sockets does give that provision but depends if you are open to that. Read about it if so.
fakeer muhammed 6-Feb-13 23:45pm    
whether Push and pull method cant be used in Windows appp

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