Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/vba/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/84.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
无法通过Excel VBA将数据加载到Aurora_Vba_Amazon Web Services_Amazon Rds_Aurora - Fatal编程技术网

无法通过Excel VBA将数据加载到Aurora

无法通过Excel VBA将数据加载到Aurora,vba,amazon-web-services,amazon-rds,aurora,Vba,Amazon Web Services,Amazon Rds,Aurora,我正在使用RDS with Aurora从S3'S3-us-east-1://products sync/products/201908.csv'加载数据,当通过MySQL Workbench执行加载数据时,查询工作正常,但是当我尝试通过excel(VBA)中的宏使用它时,返回以下错误错误[1815]内部错误:无法初始化S3Stream。我的RDS已经配置了IAM,并添加了带有arn的功能 对于我的VBA,我尝试使用ODBC MySQL ANSII驱动程序5.3和5.7,但错误仍然存在

我正在使用RDS with Aurora从S3'S3-us-east-1://products sync/products/201908.csv'加载数据,当通过MySQL Workbench执行加载数据时,查询工作正常,但是当我尝试通过excel(VBA)中的宏使用它时,返回以下错误
错误[1815]内部错误:无法初始化S3Stream
。我的RDS已经配置了IAM,并添加了带有arn的功能

对于我的VBA,我尝试使用ODBC MySQL ANSII驱动程序5.3和5.7,但错误仍然存在