> Can you provide some steps how to reproduce this bug? Seems i understood why you can't reproduce the bug. I think you tried reproduce it on tables, but i'm using views and seems on tables all works completely diffirent.
So: 1) open your databse and create table like this: 3) Create connection to this database in server explorer 4) Create dataset and open dataset editor if not opened 5) Drug "_Test" table and "Test" view on dataset Now you can see first problems. Look at properties of "_TestTableAdapter" and you'll see that select, insert, update and delete commands were generated successfully. Parameters types also correct. Now look at properties of "TestTableAdapter". It has only select command. Rest commands were not generated. Now try to generate update command. Select (new) in drop down list and go to SQL command editor, generate command with parameters something like this: UPDATE "Test" SET "Int64" = @Int64, "String" = @String WHERE "Id" = @Id now close editor and look at parameters collection and you'll see that parameter @Int64 is of type 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
