Microsoft
Software
Hardware
Network
Question : Access, SQL Server
I'm trying to execute a store procedure (just simple like 'TRUNCATE TABLE tablename') through a pass through in Access, but it give me a run-time error '3325' saying 'Pass-through query with ReturnsRecords property set to True did not return any records', please let me know why
Answer : Access, SQL Server
Because an action such as 'TRUNCATE TABLE' doesn't return any records.
You should set your Returns Records property as False in the query properties sheet (assuming it's a persisted querydef and not just created on the fly).
Random Solutions
Getting group membership from LDAP
PL/SQL Performance
VS 2003 with .NET Framework 3.5
store comma separated multiple numbers in a mysql database field database and query them efficiently
Sync Access database contacts with Exchange Contacts list
Clever Navigation
phpbb forum
NULLS FIRST, NULLS LAST on order by
Macro that will create 52 otherwise identical named ranges, each with a different number in the middle.
Does anyone know how to make a disk image from the iphone memory?