Registriert seit: 3. Mär 2006
Ort: Schopfloch
163 Beiträge
Delphi 2006 Professional
|
Re: Select nach Insert
12. Aug 2007, 22:22
Hallo,
also kann mein SQL-Statement so aussehen?
SQL-Code:
insert into Docs (CreateUserID,CreateTimeStamp,OwnerID,Name,File,Path,KindID,private)
Values(:User,now(),:User,:Name,:File,:Path,:KindID,1);
insert into DocsTags (DocID,TagID) Values(last_insert_id(),Tag);
Gruß und Danke Andreas
|
|
Zitat
|