Click here to Skip to main content
16,020,701 members

Comments by Member 13766988 (Top 1 by date)

Member 13766988 7-Apr-18 3:45am View    
I'm not able to get schema for tally database

string source = "PORT=9000;DRIVER=Tally ODBC Driver;SERVER={(local)}";
OdbcConnection con = new OdbcConnection(source);
con.Open();

After exceuting these line of code.I'm getting an exception as mentioned below,
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified

Can someone please help me out to try this solution