Yet one problem:

1) I have table "Notes", not NOTES
2) Right click on NotesTableAdapter in data set design mode, select 
Properties
3) In property grid i see Data section with properties like 
InserCpmmand, UpdateCommand ets...
4) Choose insert command and select (new), then select command text and 
push button with ... to call insert command editor
5) I can write in insert command editor something like INSERT INTO 
"Notes" ("Id", ...
6) After closing command editor it formats my command like this: INSERT 
INTO Notes (Id, ...

After this formatting command becomes invalid because there are no any 
table with name NOTES.


PS In this mode generation commands for views works...


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