Subject Re: [IBO] StoreProc not refresh data in grid
Author Helen Borrie
At 09:58 AM 6/11/2004 +0000, you wrote:


>I have a Stored Proc that changes data in a GRid,
>
>After doing this:
>
>spStartTask.ParamByName('TASK_ID').Value :=
> qryTasks.FieldByname('ID').Value;
>
>spStartTask.Execute;
>
>the Data in the Grid is not updated;

You'll need to refresh the grid's dataset.


>Question 2
>
>I am trying to Connect to the Yahoo news server
>to get to this group via, a normal news reader.
>
>What is the Address of the News Server
>(port 119)

The newsgroup mirror is at news://news.atkin.com, look for the group
egroups.ibobjects

Helen