Is there some way to create a command type of text string with parameters
and then append those parameters to the ADO command object? I know this can
be
done with stored procs but I was wondering about straight SQL. We're
converting an app from Access to SQL Server and we want to minimize
conversion effort and not do stored procs for now.
Thanks.