urgent!!!!!......sharing data
frens
I will be very happy if someone could help me out.
I am retrieving data from a network and i want that data to be available for other applications to access...
for eg: i want retrieved values to be available for inserting into a mysql table.
the soln sud be some interprocess commn right?
plz suggest a very simple example.
thanks a lot
Re: urgent!!!!!......sharing data
If you want all applications to "see" this data then, I guess, shared memory will be useful.
http://doc.trolltech.com/4.4/qsharedmemory.html
Re: urgent!!!!!......sharing data
frens
plz suggest some thing other than te QT tutorial at trolltech.com and the qt assistant.
Re: urgent!!!!!......sharing data
I have a few hints for you:
1. Never use the word "urgent" in thread titles or thread content - it immediately causes many people to skip your question or leave it for later.
2. Don't underestimate Assistant and Qt Reference - it's the best source of help you are going to get, so live with it.
3. Try expressing your questions in a less general and more specific manner - the more general your question is, the further from your goal answers will be.
4. Don't use trash talk and express yourself in simple full sentences if you want to be understood.
5. It's Qt, not QT - the latter is Apple's video technology.
6. If you have a basic question or you want the answer to be very simple, consider yourself a newbie and post in the newbie section (I'm moving the thread there).
Now, what is the exact problem?