Hi
Could some one please suggest me a way how to connect an Excel sheet to SQL Server database
I wish to fetch the rows from Employee table into excel sheet
I need to connect to Employee table in "Pubs" database.
user id "sa"
password ""
I would like to connect using the concept of ADO.
Can I do a DSN less connection
Could some one please provide me the code
Could some one please suggest me a way how to connect an Excel sheet to SQL Server database
I wish to fetch the rows from Employee table into excel sheet
I need to connect to Employee table in "Pubs" database.
user id "sa"
password ""
I would like to connect using the concept of ADO.
Can I do a DSN less connection
Could some one please provide me the code