peachtree with c#???

  • Thread starter Thread starter C# newbie with big problems
  • Start date Start date
C

C# newbie with big problems

I have an application that requires accessing peachtree information. is
there any way to use C# to interact with peachtree??

--Roman
 
Roman,

Are you using the web service or are you using a local data store?

If you are using a web service, then you should be able to access it by
adding a reference to the web service in VS.NET. It will create a proxy
class for you which you can call the methods on.

If you are using it locally, then you would have to look for a mechanism
most likely to access the data through the application.

Hope this helps.
 

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