Weirdness comes again, Open via ADO
-
hi, i have a access database with serveral tables, one of the table was named "Language" While opening via ADO like: pRecordset->Open ((IDispatch *) pCommand, vtMissing, adOpenForwardOnly, adLockReadOnly, adCmdUnknown); which generates a unknown error (" (1)") -> try catch after almost two hours of debugging i couldn't figured out why it didn't work but then i renamed the table in "LangTexts" and everything works fine! i wonder what another names shouldn't be used........... DanielO :confused:
-
hi, i have a access database with serveral tables, one of the table was named "Language" While opening via ADO like: pRecordset->Open ((IDispatch *) pCommand, vtMissing, adOpenForwardOnly, adLockReadOnly, adCmdUnknown); which generates a unknown error (" (1)") -> try catch after almost two hours of debugging i couldn't figured out why it didn't work but then i renamed the table in "LangTexts" and everything works fine! i wonder what another names shouldn't be used........... DanielO :confused:
Language could be a keyword, try it as a [Language], might help. Martin -------------------------------------------- C'mon we all know computers are experimental devices and should only be used for playing games. Using them for alternative stuff like business, is clearly not using them for what they are intended. Colin Davies
-
Language could be a keyword, try it as a [Language], might help. Martin -------------------------------------------- C'mon we all know computers are experimental devices and should only be used for playing games. Using them for alternative stuff like business, is clearly not using them for what they are intended. Colin Davies