db server not allowing to insert or update. [message #289002] |
Wed, 19 December 2007 04:43 |
mrkcse
Messages: 62 Registered: November 2007 Location: Mumbai,India
|
Member |
|
|
Iam using database server system installed with oracle 10g.Iam accessing the server through vb6.0 application, for some months it has worked fine all insertions,updations presently from last last week it is not working.
Recently server accidently got shutdown and services were not automatically restarted so we have restarted it manually from then all insertions,updations are not working from front end with same application.
what might be the reason can i resume my previous server settings? how to fix this problem.
|
|
|
|
|
|
Re: db server not allowing to insert or update. [message #289186 is a reply to message #289002] |
Thu, 20 December 2007 00:46 |
mrkcse
Messages: 62 Registered: November 2007 Location: Mumbai,India
|
Member |
|
|
in one partucular table one date column it is not getting updated.Same application working using local database perfectly.
we have to approve the todays date. Using local database it is approved. Whenever we are accessing the application with database present in server it is showing the message " already approved"
|
|
|
|
|
Re: db server not allowing to insert or update. [message #289271 is a reply to message #289200] |
Thu, 20 December 2007 08:37 |
mrkcse
Messages: 62 Registered: November 2007 Location: Mumbai,India
|
Member |
|
|
actually one particular table it is not getting updated depending on this data in this particular table other tables are not updating.so thats why i mentioned like that.
actuall problem is iam not able to update one particular table from my vb6.0 application to server sytem.The same application when i try to update using local database to my sytem it is working.From coding side everything is fine.
what could be the problem and please tell some suggestions.
|
|
|
Re: db server not allowing to insert or update. [message #289282 is a reply to message #289271] |
Thu, 20 December 2007 09:31 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
Quote: | From coding side everything is fine
|
I don't think so. If the coding would be fine, you would get some sort of error message when a database transactions fails.
And you already have suggestions, follow up on them. Without seeing the actual code that is failing I'm out of suggestions.
|
|
|
|
|