S
SW
I am running a query in access XP, the database is link a table in SQL server
DB, the query is simple "group by" query as following:
SELECT dbo_NF.MNFTIMC
FROM dbo_NF
GROUP BY dbo_NF.MNFTIMC;
dbo_NF is link table in SQL server database
Everytime I ran this query, I got following error message:
ODBC-call failed.
[Microsofet][ODBC SQL Server Drive]Timeout expired (#0)
I can't figure out why? Can anyone help me to solve this question? Thanks
DB, the query is simple "group by" query as following:
SELECT dbo_NF.MNFTIMC
FROM dbo_NF
GROUP BY dbo_NF.MNFTIMC;
dbo_NF is link table in SQL server database
Everytime I ran this query, I got following error message:
ODBC-call failed.
[Microsofet][ODBC SQL Server Drive]Timeout expired (#0)
I can't figure out why? Can anyone help me to solve this question? Thanks