To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=78634
------- Additional comments from [EMAIL PROTECTED] Tue Jun 19 03:45:31 +0000 2007 ------- No schema.ini because it work better without it. Doing a "select *" type query gave me this error: The data content could not be loaded. SQL Status: HY000 Error code: -3029 [Microsoft][ODBC Text Driver] The Microsoft Jet database engine does not recognize 'Investments.csv.*' as a valid field name or expression. The SQL command leading to this error is: SELECT `Investments.csv`.*, `MonthlyStatement.csv`.* FROM `MonthlyStatement.csv`, `Investments.csv` WHERE ( `MonthlyStatement.csv`.`InvestmentID` = `Investments.csv`.`InvestmentID` ) Selecting the columns individually gave me this error: The data content could not be loaded. SQL Status: 42000 Error code: -1002 [Microsoft][ODBC Text Driver] '' is not a valid name. Make sure that it does not include invalid characters or punctuation and that it is not too long. The SQL command leading to this error is: SELECT `Investments.csv`.`InvestmentID`, `Investments.csv`.`Symbol`, `Investments.csv`.`Name`, `MonthlyStatement.csv`.`InvestmentID`, `MonthlyStatement.csv`.`Month`, `MonthlyStatement.csv`.`Units`, `MonthlyStatement.csv`.`AdjCostBase`, `MonthlyStatement.csv`.`BookValue`, `MonthlyStatement.csv`.`MktPrice`, `MonthlyStatement.csv`.`MktValue` FROM `MonthlyStatement.csv`, `Investments.csv` WHERE ( `MonthlyStatement.csv`.`InvestmentID` = `Investments.csv`.`InvestmentID` ) But pasting the SQL statement created by MS Query works: SELECT Investments.InvestmentID, Investments.Symbol, Investments.Name, MonthlyStatement.InvestmentID, MonthlyStatement.Month, MonthlyStatement.Units, MonthlyStatement.AdjCostBase, MonthlyStatement.BookValue, MonthlyStatement.MktPrice, MonthlyStatement.MktValue FROM Investments.csv Investments, MonthlyStatement.csv MonthlyStatement WHERE Investments.InvestmentID = MonthlyStatement.InvestmentID But I cannot return to the Design View with this SQL statement. Also, Copy Ctrl-C seems to take a long time (there's a delay before I can Paste the selection) and I think it's related to the MS Office clipboard - but I don't know how turn off the MS Office clipboard so I can't test. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
