Problems while accessing Synchronized method.
Hi, everyone..
Right now i am doing one application in which i am calling one method
which is synchronized.
( method signature is like public void synchronize(){}
in that method body i am calling two stored procedures
in First Strored procedure i am inserting data into database ,,--table1
in Second Strored procedure also i am inserting data into database
,--table2,
table1 has primary key called auctionid
where as auctionid is the foreing key of table2
when i am calling this method this method says that foreing key
conflicts..
i don't know why this is happening..
my database is MsSql
please give me solution
Thanks and Regards,
pathik gandhi
.
Relevant Pages
- RE: function doesnt return value - SOMETIMES!
... It seems the calling stack has some issues. ... If not, I suggest that you create a new database, and import the ... |> thing I can see is that you are declaring 3 of your numerical values as ... |> when it does work correctly that would be because this data type is ... (microsoft.public.access.modulesdaovba) - Re: Access DB grows too fast.
... the problem seems to be in the strategy of calling C and using ... SQLPrepare and SQLExecute to insert the rows. ... causing a huge database that can then be compacted down to the same size ... >> statement which I then use to load data from the flat file. ... (microsoft.public.data.ado) - Problem calling Fill() method
... daAddress dataset, the update works fine and even enters a new row inside ... conflict occurred in database 'OFS', table 'Address', column 'address_id'. ... discovered this error message: ... Now, the zip column is indeed populated upon calling the Updatemethod, ... (microsoft.public.sqlserver.programming) - Problem calling Fill() method
... daAddress dataset, the update works fine and even enters a new row inside ... conflict occurred in database 'OFS', table 'Address', column 'address_id'. ... discovered this error message: ... Now, the zip column is indeed populated upon calling the Updatemethod, ... (microsoft.public.dotnet.framework.aspnet) - Problem calling Fill() method
... daAddress dataset, the update works fine and even enters a new row inside ... conflict occurred in database 'OFS', table 'Address', column 'address_id'. ... discovered this error message: ... Now, the zip column is indeed populated upon calling the Updatemethod, ... (microsoft.public.dotnet.framework.adonet) |
|