Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
hi i have c# project with sql CE database(sdf)
database have 2 table
i show table1 information in form1 with datagridview
and show table2 information in form2 with bindnavigator
i want when i enter data in table 1 then click to "button1" in form 1
in form 2 ,bindnavigator update automatically and also table2's cell update automatic
this is project file
http://up3.iranblog.com/images/msc1jxfs4n0f967jn63.rar[^]
sorry for bad english
please help me
Posted

i am not understanding your last line.just clear it.
 
Share this answer
 
ALTER TABLE Orders
ADD CONSTRAINT FK_Customer_Order
FOREIGN KEY (CustomerId) REFERENCES Customers(CustomerId)
 
Share this answer
 
thank you for response
but where i enter this command's??? in visual studio?
i give my project
i say is use visual studio
i have not management studio
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900