Ok i've ben trying to get past this problem for a few days now, I went and bought CR10 and still cant get it the way i want it. Using an MSSQL 2000 DB
I have 4 complex SQL statements i need to run - each needs 4 parameters. (the same four for each). I've tried a stored proecdure, but i couldnt figure out howto pass the parameters to it with VB.NET(Can you even?) And add command works, but i have to use four different sets of the same four parameters, it cant 'reuse' the parameters?? Maybe i'm on the wrong track with this but any help would be greatly appreciated. Thanks.
I have 4 complex SQL statements i need to run - each needs 4 parameters. (the same four for each). I've tried a stored proecdure, but i couldnt figure out howto pass the parameters to it with VB.NET(Can you even?) And add command works, but i have to use four different sets of the same four parameters, it cant 'reuse' the parameters?? Maybe i'm on the wrong track with this but any help would be greatly appreciated. Thanks.