Keeps throwing an error in MS SQL Server that this column type is not
capable of being made a key ... is it possible to make this a unique field
in SQL Server?  My code is simple:

class myClass(SQLObject):
    fld_name = StringCol(alternateID=True, unique=True)

Please help.

- Luis
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to