Exception: DBD, [Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM clause.State: 42000
Dear friends,
I am having this issue since long time now and banging my head on the wall…
firstly while creating the universe when i do a join with a table called TIME with another table ResponseTime. The DETECT in join properties gives “unknown cardinality DSG0003” I am doing a join on its primary key called EID to EID in both tables.
The database is a .mdb imported from an excel sheet.
Secondly if I leave the join with that error and make reports with it using all columns from both the tables, it gives me this error query 1 Universe1 a database error occured. The database error text is Microsoft ODBC Microsoft access driver syntax error in FROM clause WIS 10901
I think the main issue is with the join though.
please help! and please let me know if you want further information.
Yes I id the integrety check by it gives an error in PARSE OBJECTS “parse failed: Invalid definition(UNV0023)”
And so does the parse gives the same error as "Exception: DBD, [Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM clause.State: 42000 "
I should have added it in the first post.
the parse error makes me wonder wether if its an issue with some kind of driver of ms access. Also to add I have tried to design the universe in Win 7 and also in Win 2003 server with ms access 2005 db and also with ms access 2007.
I think what you are looking for is this, but please let me know if you meant something else.
Time.EID=ResponseTime.EID
this is where I parse and getting error here Time is one table with EID as primary key and ResponseTime is another with EID.
This is a join? Yet you’ve said it’s an object that does not parse. Have you tried actually setting the cardinality for this join and seeing if it parses?