odbc - Connecting to Redshift with a .Net application deployed on Elastic Beanstalk -


i need connect redshift db in .net web application. installed required odbc driver on windows machine , working fine. when deploy application elastic beanstalk instance error:

error [im002] [microsoft][odbc driver manager] data source name not found , no default driver specified

is there configuration can on elastic beanstalk fix this? maybe need use driver? connection string looks this

"driver={amazon redshift (x86)};server={0};database={1};uid={2};pwd={3};port=5439;"

i have tried both x64 , x86 drivers without success


Comments

Popular posts from this blog

php - Displaying JSON data posts for blog using just the post id -

docusignapi - Documents restrictions within a package -

javascript - angular.forEach loop with $http.get -