[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-25 Thread sunilpatel_10
that we need to fix... Jeff From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sunilpatel_10 Sent: Tuesday, January 23, 2007 7:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FDS createItem - how to find ID

[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-23 Thread sunilpatel_10
Of sunilpatel_10 Sent: Saturday, January 20, 2007 2:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS createItem - how to find ID of inserted record? Hi, I have a page where I capture DEPT and EMP data. On click of a button I want to save DEPT record and all the EMP records with ID

[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-23 Thread sunilpatel_10
Of sunilpatel_10 Sent: Saturday, January 20, 2007 2:25 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] FDS createItem - how to find ID of inserted record? Hi, I have a page where I capture DEPT and EMP data. On click of a button I want to save DEPT record and all the EMP records with ID

[flexcoders] Re: FDS createItem - how to find ID of inserted record?

2007-01-23 Thread sunilpatel_10
YES emp.id as well as dept.id --- In flexcoders@yahoogroups.com, Mikey [EMAIL PROTECTED] wrote: is your emp id set as an auto increment?

[flexcoders] FDS createItem - how to find ID of inserted record?

2007-01-20 Thread sunilpatel_10
Hi, I have a page where I capture DEPT and EMP data. On click of a button I want to save DEPT record and all the EMP records with ID of newly created DEPT as a parent. I use FDS, hibernate and db generated IDs. The problem I am facing is how do I get the ID of DEPT record created by createitem()

[flexcoders] Re: datagrid dataprovider Flex 2.0

2006-11-28 Thread sunilpatel_10
level property of the item object. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of sunilpatel_10 Sent: Monday, November 27, 2006 2:19 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] datagrid dataprovider

[flexcoders] datagrid dataprovider Flex 2.0

2006-11-27 Thread sunilpatel_10
- I have two tables - Categoris and a child table called Items as follows Categories - Code, Description Items - Code, Description, Categories_id - I hava a hibernate named query all.items that gets me all the ITEM table records and corresponding categories in myRecArray