sasha wrote:
> 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.

It's because it's view. Neither provider for MS SQL generates update for view.

> 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.

Yes, there's a problem. I'll try to look at it.

-- 
Jiri {x2} Cincura
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
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

Reply via email to