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
Show all records when variable is null
How do I get back into my user profile?
Mouseover on div.a changes layout of div.b (pure CSS)
I am looking forward to learn about JSF with ICEfaces
Browsing Internet and Torrent
Microsoft SqlServer Management SqlStudio Explorer Error
access to css 11503 using GUI
Gigabit motherboard but only running 100 Mbps on LAN
Finding file owner - getting an error: identity references could not be translated
I need to stop, then re-start, a thread in a web service using IIS