insert into db1017731_nyhetsbrev.Prenumeranter (Pren_Namn, Pren_Epost) values ('TestNamn','TestEpost');
set @PrenId := LAST_INSERT_ID();
UPDATE db1017731_nyhetsbrev.Prenumeranter SET Pren_kod=encrypt(@PrenId) WHERE Pren_id=@PrenId;
| Subject | Views | Written By | Posted |
|---|---|---|---|
| stored variable works in phpmyadmin but not in asp page | 874 | Johan Arvidsson | 07/15/2011 06:05AM |
| Re: stored variable works in phpmyadmin but not in asp page | 398 | Peter Brawley | 07/15/2011 06:46AM |
| Re: stored variable works in phpmyadmin but not in asp page | 387 | Johan Arvidsson | 07/15/2011 07:09AM |
Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.