Welcome Guest, Not a member yet? Register   Sign In
Need php equivalant for the JAVA snippet
#1

[eluser]halwaraj[/eluser]
I have this JAVA code snippet:

Code:
PreparedStatement ps = conn.prepareStatement("insert query for auto key table", Statement.RETURN_GENERATED_KEYS);

Is there something similar in CI. Its there in ZEND i know.

The above code snippet returns the auto generated keys like PK, to be used later as FK.


Messages In This Thread
Need php equivalant for the JAVA snippet - by El Forum - 03-14-2009, 11:58 AM
Need php equivalant for the JAVA snippet - by El Forum - 03-14-2009, 12:11 PM
Need php equivalant for the JAVA snippet - by El Forum - 03-14-2009, 10:00 PM
Need php equivalant for the JAVA snippet - by El Forum - 03-15-2009, 04:36 AM



Theme © iAndrew 2016 - Forum software by © MyBB