Connection String Not Known

Discussion in 'Tally Integration' started by Taufeeq Shaikh, Feb 23, 2013.

    
  1. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Hello to All Members,

    Can any one help me for how should i integrate Tally data through OLEDB in vb.net ??? I just need the connection string to connect & fetch data in our ERP application from Tally. It is showing error for Provider not found

    Am using the following code in vb.net for connection

    cnn = New OleDbConnection("DRIVER={Tally ODBC Driver};SERVER=(local);PORT=9000;")

    Please help...
     
    kamalpatel and Mercy Grace like this.


  2. Mansur Kalyankar

    Mansur Kalyankar New Member


    Did you try it while Tally was running?
     


  3. Taufeeq Shaikh

    Taufeeq Shaikh Active Member


    Yes but it is connecting when am connecting through ADO & ODBC. But not through OLEDB. ??? It shows error as " Provider not Found "
     


  4. admin

    admin Administrator Staff Member


    It might be issue with VB.net connection strings.

    Tally connected as ODBC DSN, so form a connection string with this

    for conenction strings check. http://connectionstrings.com/
     


Share This Page