[ASP] RE: [ASP] AW: [ASP] Nicht löschbare Verzeich nisse erstellen

Claudius Ceteras activeserverpages at glengamoi.com
Mon, 29 Nov 2004 10:21:56 +0100


> mit Access...

Dann so:

Delete from files where folderID in (select id from folder where pfad like
"/test/*" and userID=123) AND userID=123;
delete from folder where pfad like "/test/*" and userID=123

Oder je nach provider doch % statt *



Claudius