Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old November 1st, 2004, 11:00 AM
Authorized User
 
Join Date: Apr 2004
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
Default ODBC driver for Teradata

Hi,

I am trying to connect to Teradata from Access using this:


adoConn.Open "Provider=Teradata;" & _
                "DBCName=xx.xxx.xxx.xxx;" & _
                "Database=xxxxxx;" & _
                "Uid=xxxxx;" & _
                "Pwd=xxxx"

I get Run-time error '3706' Provider cannot be found. It may not be properly installed.

Can someone help me through this error?

Thanks!
Mays






Similar Threads
Thread Thread Starter Forum Replies Last Post
ODBC to text driver mnolting Word VBA 0 October 6th, 2008 06:52 PM
"ODBC driver does not support the requested..." KaraK SQL Server ASP 1 December 28th, 2007 02:08 AM
ODBC driver creation densam ADO.NET 0 January 4th, 2006 06:00 AM
SQL ODBC Driver Pragnesh1205 SQL Server 2000 6 October 31st, 2005 01:15 PM
Rdb ODBC Driver Eron Oracle 0 March 9th, 2005 04:32 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.