Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am using one of the tips to pull data from the excell sheet into an access table (acutually multiple tables) However, I keep getting an error from by openDatabase command. Any Ideas? Here is the Code: Dim wk As Workspace Dim dbConn As Database Dim rs As Recordset Dim r As Long Dim iCID() As Integer Dim iCT() As Integer ' Can also use system dns "tfTestDB", but it does not work either Set wk = CreateWorkspace("", "admin", "") ----Problem code vvvvv Set dbConn = wk.OpenDatabase("C:\Documents and Settings\Josh Peltier\My Documents\TerraFirma\db\test\testData.mdb" Any help would be great. Josh --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
always recheck data connection library for latest connection strin | Excel Discussion (Misc queries) | |||
The underlying connection was closed - Error Message | Excel Discussion (Misc queries) | |||
Connection error | Excel Discussion (Misc queries) | |||
Connection error to network drive | Excel Discussion (Misc queries) | |||
XL - Oracle connection Error | Excel Discussion (Misc queries) |