Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Two Dimesional stored proc

Author  Topic 

Ravikumar
Starting Member

1 Post

Posted - 2005-09-26 : 04:36:14
Hi,

I got a problem that I have to write a stored procedure where for a single cust_id different charges to be attached and every time charges table should be updated. and the input values to the stored proc is coming from a java file where cust_id s are separated by ~ and charges are separated by ~. the values to be inserted to the charges table.

Pls send me the solution as early as possible. Bye Thank u

Ravi

madhivanan
Premature Yak Congratulator

22864 Posts

Posted - 2005-09-26 : 04:39:28
Can you post table structures, some sample data and the result you want?

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -