shuchigupta
Programmer
Hi All,
I have MAS90 level 3.70 with the 3.21 ProvideX ODBC Driver.
I use the following connection string to connect to MAS90 database:
I have tested the connection both with the ODBC Admin utility and withing ASP. Thus, I am able to make the connection. However, I run into the following error:
1) When I execute a simple SELECT query, say on the IM1_InventoryMasterfile, I get:
> Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[ProvideX][ODBC Driver][FILEIO]Table is not accessible
I am not a MAS90 expert and am fairly new to ASP as well. Can someone point me in the right direction? Thanks.
shuchi
I have MAS90 level 3.70 with the 3.21 ProvideX ODBC Driver.
I use the following connection string to connect to MAS90 database:
Code:
"Provider=MSDASQL.1;Persist Security Info=False;Data Source=SOTAMAS90_ABC"
I have tested the connection both with the ODBC Admin utility and withing ASP. Thus, I am able to make the connection. However, I run into the following error:
1) When I execute a simple SELECT query, say on the IM1_InventoryMasterfile, I get:
> Error Type:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[ProvideX][ODBC Driver][FILEIO]Table is not accessible
I am not a MAS90 expert and am fairly new to ASP as well. Can someone point me in the right direction? Thanks.
shuchi