> Is > there a (non-database-specific) way to determine the "PK > column" of a view, which is in fact the PK column of the > table the view is selecting from (assuming the view is > selecting from just one table)? I am fairly sure this can be > done in a database-specific way, but I don't really want to > mess with MS SQL Server's deep and ugly internals. Any ideas?
You can change the auto generated dbforms-config.xml file by hand and fill in the key fields for your view. This is the only database independent way! Regards, Henner ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ DbForms Mailing List http://www.wap-force.net/dbforms
