Does anybody know how to use ADO to pass parameters to a stored procedure connecting to Sybase?

I have a strored procedure that takes about 70 parameters and I don't want make it in to one long string on the command line.
Thanks!