Click here to Skip to main content
15,898,538 members

Comments by Member 12240779 (Top 3 by date)

Member 12240779 3-Jan-16 23:18pm View    
Dim TallyCon As New OdbcConnection("DSN=TallyODBC_9000;DRIVER=Tally ODBC Driver;SERVER={(local)}")

this connection is also not working out. I just need to show tally data on ASP.NET Data Grid
Member 12240779 3-Jan-16 23:17pm View    
Dim TallyCon As New OdbcConnection("DSN=TallyODBC_9000;DRIVER=Tally ODBC Driver;SERVER={(local)}")

Member 12240779 3-Jan-16 23:17pm View    
Deleted
Thank you for your reply. I was trying to connect using DSN below

Dim TallyCon As New OdbcConnection("DSN=TallyODBC_9000;DRIVER=Tally ODBC Driver;SERVER={(local)}")

this connection is also not working out. I just need to show tally data on ASP.NET Data Grid