sql azure - Publishing a web role with node.js and msnodesql gives sql error IM002 -


i publishing node app using publish-azureserviceproject. not related sql server working ok. upon running query though, error im002 ("data source name not found , no default driver specified")

it looks proper drivers not installed in production environment? after had same problem when running service locally, sorted out after installed driver here

so question is, need install driver on production well, , if so, how?

that indeed problem. logged in remote desktop role , installed sql native client.


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -