• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Retrieve/create recordset from SQL SERVER data in excel vba

curious K

New Member
0down vote
favorite

I want to access/Retrieve/create recordset from SQL SERVER data in excel vba.
I tried following methods but it gives an error.
__________________________________________________________________

Mod edit : thread moved to appropriate forum !
 
What methods? I'd recommend creating view or query in SQL side and using data connection to bring the data into Excel.

Make sure you have the appropriate credentials and database is set to accept external connections.
 
Back
Top