How to transfer database from VB(MSaccess) to tally?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PriyankaK
    New Member
    • Jul 2007
    • 1

    How to transfer database from VB(MSaccess) to tally?

    Is it possible to transfer the database of VB to tally?If yes then pls let me know how to do that?explain briefly...
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by PriyankaK
    Is it possible to transfer the database of VB to tally?If yes then pls let me know how to do that?explain briefly...
    What do you mean? Are you referring to some product called "tally"?

    And what version of VB are you using?

    Comment

    • shwetarajkot
      New Member
      • Jun 2007
      • 4

      #3
      Use RTSlink DLL to integrate VB with Tally Software. For more details, visit www.rtslink.com

      Comment

      • stcindia
        New Member
        • Oct 2007
        • 2

        #4
        Step 1
        Generate XML compliant to tally data, (You can see the structure by exporting entries from tally in XML file format)

        Step 2
        You can import XML file from tally menu or Use XMLHTTP to post directly to tally (As tally uses standard SOA)

        Comment

        Working...