Hi,

First Steps
I have a code to generate A
I have another line of code that will generate another code from A (called B)


2nd Step
I want in a table two columns, one for A one for B

I want the data A and B to be inserted in the database after the First Steps is done.
Ex. line #1 of the table, B shud be the generated code for A.

I'm able to do the first step, but i don't know how i shud insert the data to the database?
Can you please help me.
my db is SQL2005
thx