|
|
Choosing A Webhost: |
problem saving and retrieving an AUTO_INCREMENT value using MySQL variable : msg#00015db.mysql.c++
Hi, This is more of a mySQL question but I hope someone can help me out. I'm trying to save the most recent AUTO_INCREMENT value from a parent table to use, later, in multiple records of a child table that also has an AUTO_INCREMENT field. My relevant code: // In the parent class queryParent << "SET @sim_id = LAST_INSERT_ID()"; queryParent.execute(); // In the child class get the value of the last auto_inc field from the parent and insert into child queryChild << "INSERT INTO child (simid) values (@simid)"; queryChild.execute(); Yet looking at the child table each record has a NULL value for simid, where I would expect the value from the parent table to be. So either I'm not setting or retrieving the MySQL variable properly. Any ideas? Thanks in advance! This e-mail and any attachments are provided through AEgis Technologies' e-mail services and may contain company sensitive and/or privileged information. If you are not the intended recipient, please notify the sender immediately by return e-mail, delete this e-mail and destroy any copies. Any dissemination or use of this information by a person other than the intended recipient is unauthorized and may be illegal. -- MySQL++ Mailing List For list archives: http://lists.mysql.com/plusplus To unsubscribe: http://lists.mysql.com/plusplus?unsub=gcdmc-plusplus@xxxxxxxxxxx
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: makefile hacking, Warren Young |
|---|---|
| Next by Date: | RE: problem saving and retrieving an AUTO_INCREMENT value using MySQL variable and LAST_INSERT_ID(), Steve Povilaitis |
| Previous by Thread: | makefile hacking, Thomas Werth |
| Next by Thread: | RE: problem saving and retrieving an AUTO_INCREMENT value using MySQL variable and LAST_INSERT_ID(), Steve Povilaitis |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
Free MagazinesCisco NewsReceive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business. subscribe Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field. subscribe The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business. subscribe Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company. subscribe Total Telecom Total Telecom is "The Economist of the communications industry". subscribe |