Viewing 4 posts - 1 through 4 (of 4 total)
jesper (not addict :rolleyes... as my 'label' implies, i'm really a newbie here... first time posting
ok. lets...
March 9, 2006 at 11:36 pm
hi addict, sorry for the late reply.
i'm thinking also to add a routing table to store the possible routing from origin to dest.
so i hv to search this routing table...
March 8, 2006 at 10:35 pm
enthusiast,
u r right.
The stored proc would be something like:
CREATE PROCEDURE GetFreight
@origin char(5),
@destination char(5),
@cntr_type char(4)
AS
...
Result returns based on the parameters, example
EXEC GetFreight...
March 6, 2006 at 9:33 pm
anybody can help?
March 6, 2006 at 3:43 am
Viewing 4 posts - 1 through 4 (of 4 total)