Hi !!
I'm trying to create a DTS on SQL Server 7.0, that take a table and copy it to a Access Database. and i'm have having some trouble.

I have
- a connection to my Access DB
- a connection to my SQL Server
and
- a DataDrivenQuery

but each time à ran the DTS, a error is raise that tell me "The Data Driven Query task requires at least one query (And associated columns) to be specified)


Can somebody help me with this one