On Tuesday 22 January 2013 06:37:25 Ivanko B wrote: > Can MSEgui datsets & widgets handle ftUUID filed type > (16*(2*ASCII_ALPHA_NUM)) ? > Do you mean ftGuid?
> CREATE EXTENSION IF NOT EXISTS "uuid-ossp" WITH SCHEMA public; // PG 9.1+ > > CREATE TABLE t1 ( > id UUID NOT NULL DEFAULT uuid_generate _v1(), > [ ...] > ); > Does "as char(nn)" not work? Martin ------------------------------------------------------------------------------ Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS, MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft MVPs and experts. ON SALE this month only -- learn more at: http://p.sf.net/sfu/learnnow-d2d _______________________________________________ mseide-msegui-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

