Super!

Und wie lege ich eine Datenbank an?

-----Urspr�ngliche Nachricht-----
Von: Frank Matthiesen [mailto:[EMAIL PROTECTED] 
Gesendet: Freitag, 18. Juli 2003 10:28
An: [EMAIL PROTECTED]

Ganz einfach

ALTER TABLE [dbo].[tblObjects] WITH NOCHECK ADD
 CONSTRAINT [DF_tblObjects_Description] DEFAULT ('defaultwert') FOR
[Description]


gruss

frank
www.xax.de

_______________________________________________
Database.asp mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/database.asp
_______________________________________________
Database.asp mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/database.asp

Antwort per Email an