uniqueidentifier

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: SMG (SMG_at_nodmain.com)
Date: 08/18/04


Date: Wed, 18 Aug 2004 18:03:10 +0530

Hi all,
   I created one table with following structure, and bound the same with a
DataGird.

 But I am not able to see any column which is having 'uniqueidentifier' as
datatype.

Name DataType
ID uniqueidentifier
UID uniqueidentifier
CatID uniqueidentifier
CustName Varchar
CustAdd Varchar

A help will be appreciated.

Shailesh



Relevant Pages

  • Re: uniqueidentifier datatype
    ... (including compound keys). ... This GUID ... foreign table columns as a uniqueidentifier datatype too. ...
    (microsoft.public.sqlserver.programming)
  • Re: Use GUID instead of AutoInc
    ... I can use the datatype "uniqueidentifier" just fine in my SQL script. ... Arthur Hoornweg ...
    (borland.public.delphi.database.ado)