hello
I have written:
conn.connection string= "data source=VTECHS;d atabase=abc;uid =hkjhkj;passwor d=***;"
conn.open
But this line creating error .
Error is "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
".
Please tell me how to remove the error.
I have written:
conn.connection string= "data source=VTECHS;d atabase=abc;uid =hkjhkj;passwor d=***;"
conn.open
But this line creating error .
Error is "[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
".
Please tell me how to remove the error.
Comment