google-code-export / fluorinefx

Automatically exported from code.google.com/p/fluorinefx
2 stars 4 forks source link

unable to pass auto generated id to child table #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. created the tables like dept and employee table. 
2. i am passing the employee information and dept information one page 
itself.
3. i need after creating the dept table i want to pass that id in the emp 
table.

What is the expected output? What do you see instead?
whit out user interaction we need to pass the dept primary key value to 
employee table in one single procedure for this i am using fluent 
nhibernate.
What version of the product are you using? On what operating system?
 FluorineFx v1.0.0.15 , vs 2008 , sqlserver2005, flex3.0 and fluent 
nhibernate.

Please provide any additional information below.

 it works fine for me in .net console and web application. when i am 
passing the same dll to flex application through flourinefx its not 
working. here reference id is not saved in the dept table.

Original issue reported on code.google.com by ksrmram...@gmail.com on 6 Oct 2009 at 12:18