Click here to Skip to main content
15,905,912 members
Home / Discussions / Database
   

Database

 
AnswerRe: I need Websit that compare SQL server - Oracle - Access Pin
riced22-Feb-09 2:19
riced22-Feb-09 2:19 
GeneralRe: I need Websit that compare SQL server - Oracle - Access Pin
Wendelius22-Feb-09 2:26
mentorWendelius22-Feb-09 2:26 
AnswerRe: I need Websit that compare SQL server - Oracle - Access Pin
Wendelius22-Feb-09 2:24
mentorWendelius22-Feb-09 2:24 
GeneralRe: I need Websit that compare SQL server - Oracle - Access Pin
E_Gold22-Feb-09 4:45
E_Gold22-Feb-09 4:45 
GeneralRe: I need Websit that compare SQL server - Oracle - Access Pin
Wendelius22-Feb-09 7:27
mentorWendelius22-Feb-09 7:27 
QuestionSQL Server Inventory and Database Documentation Pin
DrMaltz20-Feb-09 18:27
DrMaltz20-Feb-09 18:27 
AnswerRe: SQL Server Inventory and Database Documentation Pin
Wendelius20-Feb-09 20:45
mentorWendelius20-Feb-09 20:45 
Questionsqlite problem Pin
mirko8620-Feb-09 5:47
mirko8620-Feb-09 5:47 
hi everyone , im using sqlite and i have a problem where, well i use a lot of delegates to make updates or inserts in the database and sometimes they collide and the database locks itself when writing is being done

i managed to "fix" this by using a lot of labels so everytime i get the exception "database is locked" i thread.currentThread.sleep, for 3 seconds and then my label sends it to the beginning of the try statement, kinda like this

retry:
try
{

}
catch
{
System.thread.currentThread.sleep(3000);
goto retry;
}


so with this i got it to work "kind of " simultanoulsy but i went here http://www.sqlite.org/faq.html[^]
and i see this sqlite3_busy_handler and SQLITE_BUSY stuff, i have read it like 100 times and still i dont have a clue how to use it or how to get it or anything about it, anyone of you can point me in the right direction?? appreciate the help

Im using c sharp application by the way
AnswerRe: sqlite problem Pin
Wendelius20-Feb-09 5:56
mentorWendelius20-Feb-09 5:56 
GeneralRe: sqlite problem Pin
mirko8620-Feb-09 6:17
mirko8620-Feb-09 6:17 
GeneralRe: sqlite problem Pin
Wendelius20-Feb-09 20:48
mentorWendelius20-Feb-09 20:48 
AnswerRe: sqlite problem Pin
Ennis Ray Lynch, Jr.20-Feb-09 6:50
Ennis Ray Lynch, Jr.20-Feb-09 6:50 
QuestionHow to Retrive XMLdata into database Table Pin
chinni119-Feb-09 20:36
chinni119-Feb-09 20:36 
AnswerRe: How to Retrive XMLdata into database Table Pin
Vimalsoft(Pty) Ltd19-Feb-09 21:02
professionalVimalsoft(Pty) Ltd19-Feb-09 21:02 
AnswerRe: How to Retrive XMLdata into database Table Pin
Wendelius19-Feb-09 21:27
mentorWendelius19-Feb-09 21:27 
Questionquery for between dates Pin
icanmakeiteasy19-Feb-09 19:27
icanmakeiteasy19-Feb-09 19:27 
AnswerRe: query for between dates Pin
Wendelius19-Feb-09 19:51
mentorWendelius19-Feb-09 19:51 
GeneralRe: query for between dates Pin
icanmakeiteasy19-Feb-09 19:57
icanmakeiteasy19-Feb-09 19:57 
GeneralRe: query for between dates Pin
Wendelius19-Feb-09 21:28
mentorWendelius19-Feb-09 21:28 
QuestionRestore database Pin
aratireddy19-Feb-09 17:45
aratireddy19-Feb-09 17:45 
AnswerRe: Restore database Pin
Wendelius19-Feb-09 18:21
mentorWendelius19-Feb-09 18:21 
GeneralRe: Restore database Pin
aratireddy19-Feb-09 18:46
aratireddy19-Feb-09 18:46 
GeneralRe: Restore database Pin
Wendelius19-Feb-09 18:54
mentorWendelius19-Feb-09 18:54 
GeneralRe: Restore database Pin
venu65619-Feb-09 20:15
venu65619-Feb-09 20:15 
QuestionSearch Stored Procedure Pin
Paul McGann19-Feb-09 3:07
professionalPaul McGann19-Feb-09 3:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.