ADO - Error querying linked database tables in ACCESS 2000 
Author Message
 ADO - Error querying linked database tables in ACCESS 2000

hi all

problem has arisen while upgrading a dao sytem to adodb i.e. linked access
table queries & querydef creation was working

first noticed the problem attempting to update the command text of a view
within a catalog
the sql property of the view / stored query included a reference to a table
in another access 2000 database
the setting of the command text fails on all views which included joins to
linked access tables (in other database) but works perfectly on local
database views

(have dropped the linked tables in access & recreated - sql of views runs
perfectly in access, in a for next loop the views are identified & located
in vb6)

also attempted to retrieve an ordinary adodb recordset with the sql
including a join to a linked table & this failed as well
e.g  "SELECT TOP 1 end_date From VMFullDates GROUP BY end_date ORDER BY
Count(end_date) DESC"

"VMFullDates" - stored query / view in access

SELECT VMListWithDates.Variable, IIf(IsNull(StartDate),Earliest,StartDate)
AS Start, IIf(IsNull(EndDate),Latest,EndDate) AS [end_date]
FROM VMListWithDates INNER JOIN VarInfo ON VMListWithDates.Variable =
VarInfo.Variable;

error msg in both cases :

Automation error
Unspecified error

vb6 , SP3
reference:  ADO 2.1 Library (also ADOX 2.1, JRO, DAO 3.6)
conn string: Provider=Microsoft.Jet.OLEDB.4.0;User ID=admin;Jet
OLEDB:Database Password=;Data Source=C:\IMapUser.mdb;Persist Security
Info=False

any input would be appreciated

thank you
anthony



Sat, 08 Mar 2003 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Link FoxPro Table in Access 2000 using ADO

2. Linking a dBase III table to an Access 2000 database - won't open

3. Importing an Access 2000 table into another Access 2000 database with VB Code

4. Linking Access 2000 Table to Outlook 2000 Tasks

5. HELP!!..accessing access 2000 with linked SQL Server tables

6. error messages reported by OLE DB /ADO with Access 2000 database at an internet server

7. Access to SQL/Oracle database using ADO and linked table

8. Access 2000 append query run from Outlook 2000 fails - no error message - REPOST

9. Access 2000 converted to Access 97 report query data type errors

10. Problem importing a text file to a linked table in Access 2000

11. Access 2000 Link Table

12. DNS less Access Linked tables to SQL Server 2000

 

 
Powered by phpBB® Forum Software