Hi,
Is there any way of accessing Lawson tables via MS Access? Either via DME calls or ODBC/OLE-DB?
Petter
You can also connect via OLE DB which is slower but does enforce some security.
I am unable to connect our test (LSF & 9.0) database. I can connect to test with Crystal Reports but not Excel (addins is not an issue) or Access. When you log in using either Microsoft product it just hangs and never connects nor throws an error. We ran a trace and we are not seeing any errors - msqry32 3b8-898 ENTER SQLAllocEnv HENV * 0C0F7F28
msqry32 3b8-898 EXIT SQLAllocEnv with return code 0 (SQL_SUCCESS) HENV * 0x0C0F7F28 ( 0x008a1788)
msqry32 3b8-898 ENTER SQLDataSourcesW HENV 008A1788 UWORD 31 WCHAR * 0x008A1830 SWORD 34 SWORD * 0x0012F1CC WCHAR * 0x00000000 SWORD 0 SWORD * 0x0012F192
msqry32 3b8-898 EXIT SQLDataSourcesW with return code 0 (SQL_SUCCESS) HENV 008A1788 UWORD 31 WCHAR * 0x008A1830 [ 18] "MS Access" SWORD 34 SWORD * 0x0012F1CC (18) WCHAR * 0x00000000 SWORD 0 SWORD * 0x0012F192 (31)
msqry32 3b8-898 ENTER SQLDataSourcesW HENV 008A1788 UWORD 1 WCHAR * 0x008A1830 SWORD 34 SWORD * 0x0012F1CC WCHAR * 0x00000000 SWORD 0 SWORD * 0x0012F192
msqry32 3b8-898 EXIT SQLDataSourcesW with return code 0 (SQL_SUCCESS) Any words of wisdom to resolve our issue would be appreciated. Thanks Sheila
Does anyone know how to connect Access to Lawson using OLEDB connection? How and what driver do you use?