import oracle data to Tally

Discussion in 'Tally Integration' started by G Vijay, Aug 25, 2013.

    
  1. G Vijay

    G Vijay Member


    Dear All,

    Can you please provide me a code for importing oracle data into Tally.erp 9

    Thanks in Advance
     


  2. admin

    admin Administrator Staff Member


    You need to write a connection string to connect Oracle and do the integration. It is just like MS-Access integration.
     


  3. G Vijay

    G Vijay Member


    Dear Admin,

    Till now, i haven't done any coding for MS-Access or Oracle, can you please give me some sample code.
    Thanks & Regards,
     


  4. Sha Siddiqe

    Sha Siddiqe New Member


    Dear Sir,

    Can you please provide me a code for importing SQL data into Tally.erp 9

    Thanks in advance
     


  5. sivam

    sivam Active Member


    Connection String
    MS SQL --> "Driver=SQL Server;Server=Hp-Lap;Database=dbtest;Trusted_Connection=True;"

    MS Access -->"Driver={Microsoft Access Driver (*.mdb)};Dbq=D:\Masters.mdb;Uid=;Pwd=;"

    Write Collection like this.
    [Collection: Led Coll From Access]
    ODBC : "Driver={Microsoft Access Driver (*.mdb)};Dbq=D:\Masters.mdb;Uid=;Pwd=;"
    SQL : Select * From LedgerMaster
     


  6. Mahesh Sethi

    Mahesh Sethi Member



    Dear G. Vijay,

    I have Done Many Projects Data Migration from MS Access, DBF, Excell thru VB.

    If you have requirement then mail me on tally_indore@yahoo.com
     


  7. Mishil Patel

    Mishil Patel New Member


    Can anyone help me in connecting mysql database with tally using tdl. can anyone give me hello world sample.
    i am new to tally development.
     


  8. kapil shelke

    kapil shelke New Member


    @knsivam89
    MS Access String Not Work In DB Connectivity

    MS SQL --> "Driver=SQL Server;Server=Hp-Lap;Database=dbtest;Trusted_Connection=True;"

    MS Access -->"Driver={Microsoft Access Driver (*.mdb)};Dbq=D:\Masters.mdb;Uid=;Pwd=;"
     


  9. sivam

    sivam Active Member



    Read Developer Reference Manual
     


  10. kapil shelke

    kapil shelke New Member



    Reference Manual Return

    MS Access -->"Driver={Microsoft Access Driver (*.mdb)};Dbq=D:\Masters.mdb;Uid=;Pwd=;" string But It's Not Working
     



  11. Have tried with the suggested code ?
     


Share This Page