And yet one problem in these designers. When i'm creating command: UPDATE SomeField = @SomeField ...
then designer adds parameter @SomeField in parameters collection In my case field SomeField was of type Int64, but designer adds parameter @SomeField of type Int32. So i've caught unexpected exception when tried to update record with @SomeField > Max(Int32) ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys - and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Firebird-net-provider mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
