[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

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

2007-01-24 Thread Jeff Vroom
Of sunilpatel_10 Sent: Tuesday, January 23, 2007 7:18 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: FDS createItem - how to find ID of inserted record? Thans Olivier for the reply. However, I am using Hibernate, FDS and Flex 2.0 with MySQL - Much like the CRM sample application

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

2007-01-23 Thread sunilpatel_10
Thans Olivier for the reply. However, I am using Hibernate, FDS and Flex 2.0 with MySQL - Much like the CRM sample application with Hibernate. I didn't write my own DAO. The canvas has dept code, dept name, emp first name, emp last name. On click of save, I want to save dept info in DEPT table

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

2007-01-23 Thread sunilpatel_10
Thanks Olivier for the reply. However, I am using Hibernate, FDS and Flex 2.0 with MySQL - Much like the CRM sample application with Hibernate. I didn't write my own DAO. The canvas has dept code, dept name, emp first name, emp last name. On click of save, I want to save dept info in DEPT table

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

2007-01-23 Thread Mikey
is your emp id set as an auto increment?

[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?