N
Nita
Hi,
Im a sort of newbie when it comes to VB.NET, so forgive me if this is
a simple question. I have a dataset i wish to clear, ive used a
parameterised stored procedure from MS Access. Currently im using:
DtsCustomerIdParam1.Clear()
to clear it, and it does, according to a data grid i put in to test
it, but when i go and try and run the stored procedure again, it
comes up with the same result as the first time.
Im selecting two things from cbo boxes, and wanting the result to be
put into another cbo box, it works the first time, but each time
there after it gives the same result as the first time.
I was wondering if there is a difference in the clear statment, as it
works for stored procedures that dont have parameters.
Any help is greatly appreciated.
Nita
Im a sort of newbie when it comes to VB.NET, so forgive me if this is
a simple question. I have a dataset i wish to clear, ive used a
parameterised stored procedure from MS Access. Currently im using:
DtsCustomerIdParam1.Clear()
to clear it, and it does, according to a data grid i put in to test
it, but when i go and try and run the stored procedure again, it
comes up with the same result as the first time.
Im selecting two things from cbo boxes, and wanting the result to be
put into another cbo box, it works the first time, but each time
there after it gives the same result as the first time.
I was wondering if there is a difference in the clear statment, as it
works for stored procedures that dont have parameters.
Any help is greatly appreciated.
Nita