473,386 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

error of database locked

HI! everybody
I am giong in all directions of ASP being a beginner. I am getting right with connecting asp page. I am getting right with extracting the data from database using "request.form" but when i try to update the data.....the browser gives an error message the ur database is locked..and hence can't be updated....
Please help me with this error.....
Thank u...
Oct 7 '06 #1
6 1468
Make sure ur IIS is properly installed.Many times this error occours if IIS is corrupt
another best Soluton is use SQL querry Strings


else if u r using ASP syntax make sure u r using
Including adovbs.inc
and after opening the recordset write adopendynamic ,adlockPessimistic .
try this.Make sure the above commands are case sensitive as they are keywords
Oct 7 '06 #2
Make sure ur IIS is properly installed.Many times this error occours if IIS is corrupt
another best Soluton is use SQL querry Strings


else if u r using ASP syntax make sure u r using
Including adovbs.inc
and after opening the recordset write adopendynamic ,adlockPessimistic .
try this.Make sure the above commands are case sensitive as they are keywords
HI!
i have tried every possible option known to me....but it is not working...please suggest something different...
Oct 7 '06 #3
HI!
i have tried every possible option known to me....but it is not working...please suggest something different...

Are you sure that you are not using a join query????
Oct 9 '06 #4
Are you sure that you are not using a join query????


Yes i am not using join query....
Oct 12 '06 #5
just a guess. But you are trying to update a locked table. OR attempting to place an update on a foreign entity. My point is - the message does not sound so much like an error message and an informative message.
You mentioned - extracting database info using request.form...???
Just want to verify with you - that's not database info.

We would probably need to see that query string and the exact error to truly tell you whats. But first have you tried googling the server error code???
How about trimming down your sql query to just a simple Select statement?
Who built this database?
Oct 17 '06 #6
Bug
4
Make sure the UserName you use to connect to this database has permissions to update the table.
Oct 23 '06 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: Tommy B | last post by:
I'm currently working on a casino script for an IRC bot. I was going to make a flat file database, but I decided to make it sqlite after some suggestions. I'm using pysqlite. ...
1
by: amindi | last post by:
Hi, I wrote a VB6 program to read some data records from a Ms Access database and to write them into a SQL server database.(I use Ms Access 2000 and SQL server 2000).After reading each record in...
8
by: Andrew Teece | last post by:
Hope someone can help. We are trying to deploy an ASP.Net 2.0 application to a 3-node webfarm. The application uses the ReportViewer control in local mode, hence we need session state. Because we...
5
by: prakashwadhwani | last post by:
The Delete Event/Proc & "Save_Fields_In_Form_Header" Event/Proc in my form were working perfectly. However, after I added a call to the "Save_Fields_In_Form_Header" Event/Proc in the...
11
by: fniles | last post by:
One of our application uses VB6 and Access97 database. Another application uses VB.NET 2005. This morning for about 15 seconds when the application tries to read either a query or a table from the...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.