Lia Nungaray
asked on
How to connect MS Access to a Snowflake DB
Hello Experts. I use the following connection to connect my MS Access DB to Oracle:
strConnect = "ODBC;DSN=oracle;DBQ=myDB;DBA=W;APA=T;UID=myLogin;PWD=myPsswd;=EXC=F;FEN=T;QTO=F;FRC=10;FDL=10;LOB=T;RST=T;BTD=F;BAM=IfAllSuccessful;NUM=NLS;DPM=F;MTS=T;MDI=F;CSR=F;FWC=F;FBS=64000;TLO=O;".
I would like to connect the Access DB to Snowflake. Is this possible? Thank you
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
My Access DB currently connects to Oracle, downloads data and creates an Excel worksheet.