Communicating between apps

  • Thread starter Thread starter John
  • Start date Start date
J

John

Hi

I need to send a string from a dotnet app to an MS Access app from time to
time. As it is a light weight use I am wondering if there is a light weight
way such as using windows messaging to send this string. I would appreciate
any ideas on how to carry this out. A code example would be great.

Many Thanks

Regards
 
most people keep their data in a real database.. and then you can
communicate 'through' the database

but this doesn't work with Jet because Jet isn't a real multi-user
database
 
John said:
I need to send a string from a dotnet app to an MS Access app from time to
time. As it is a light weight use I am wondering if there is a light weight
way such as using windows messaging to send this string. I would appreciate
any ideas on how to carry this out. A code example would be great.

I would poke about on a Visual Basic 6 site to see. Well you got me
curious so see
http://vbnet.mvps.org/index.html?code/network/mailslotbroadcast.htm

That page talks about mailslots and such however it only mentions how
to write the messages. But maybe that's enough that some searching
will find you more answers.

Please ignore Aaron Kempf's posting as Aaron's answer to just about
every question is SQL Server and ADPs. No matter how appropriate his
response.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top