Click here to Skip to main content
15,902,904 members
Home / Discussions / Database
   

Database

 
Questiondelete all procedures from my database Pin
Zeyad Jalil23-Aug-10 23:39
professionalZeyad Jalil23-Aug-10 23:39 
AnswerRe: delete all procedures from my database Pin
R. Giskard Reventlov24-Aug-10 0:00
R. Giskard Reventlov24-Aug-10 0:00 
AnswerRe: delete all procedures from my database Pin
dravidaveera24-Aug-10 0:33
dravidaveera24-Aug-10 0:33 
AnswerRe: delete all procedures from my database Pin
Mycroft Holmes24-Aug-10 0:39
professionalMycroft Holmes24-Aug-10 0:39 
AnswerRe: delete all procedures from my database Pin
Corporal Agarn24-Aug-10 1:20
professionalCorporal Agarn24-Aug-10 1:20 
AnswerRe: delete all procedures from my database Pin
S Douglas25-Aug-10 5:24
professionalS Douglas25-Aug-10 5:24 
AnswerRe: delete all procedures from my database Pin
tarun_j20026-Aug-10 0:31
tarun_j20026-Aug-10 0:31 
QuestionOver Write Pin
T.RATHA KRISHNAN23-Aug-10 20:32
T.RATHA KRISHNAN23-Aug-10 20:32 
Hi!
I'm updating a Table. Each time I update, a new record is created. But I want only one record to be created(I've to over write the existing record). My query is:

char query[512];
   sprintf_s(query, 512, "UPDATE Current SET TeamID=(%d),Theme=(%d)", TeamSlectLst->getSelected(),ThemeSelectLst->getSelected()+1);
   SQLdb.Query(query);


I'm using SQLite. I'm calling SQLite Query from C++. What modifications has to be done in the above Query? This may be a silly question. But don't neglect this, why because I mainly working with C++.
AnswerRe: Over Write Pin
Bernhard Hiller23-Aug-10 21:41
Bernhard Hiller23-Aug-10 21:41 
GeneralRe: Over Write Pin
Mycroft Holmes24-Aug-10 0:35
professionalMycroft Holmes24-Aug-10 0:35 
GeneralStructure and Format for Skype history databases. Pin
Brady Kelly22-Aug-10 2:09
Brady Kelly22-Aug-10 2:09 
QuestionTask to SQL Server 2005 Pin
Manish_Kumar_Nayak20-Aug-10 19:53
Manish_Kumar_Nayak20-Aug-10 19:53 
AnswerRe: Task to SQL Server 2005 Pin
Mycroft Holmes21-Aug-10 0:03
professionalMycroft Holmes21-Aug-10 0:03 
AnswerRe: Task to SQL Server 2005 Pin
Corporal Agarn24-Aug-10 1:28
professionalCorporal Agarn24-Aug-10 1:28 
AnswerRe: Task to SQL Server 2005 Pin
S Douglas25-Aug-10 5:26
professionalS Douglas25-Aug-10 5:26 
QuestionStoring Time value in Access Pin
Richard Blythe20-Aug-10 7:09
Richard Blythe20-Aug-10 7:09 
AnswerRe: Storing Time value in Access Pin
David Mujica20-Aug-10 7:22
David Mujica20-Aug-10 7:22 
GeneralRe: Storing Time value in Access Pin
Richard Blythe20-Aug-10 7:48
Richard Blythe20-Aug-10 7:48 
GeneralRe: Storing Time value in Access Pin
Eddy Vluggen20-Aug-10 7:53
professionalEddy Vluggen20-Aug-10 7:53 
GeneralRe: Storing Time value in Access Pin
Richard Blythe20-Aug-10 7:58
Richard Blythe20-Aug-10 7:58 
GeneralRe: Storing Time value in Access Pin
T M Gray20-Aug-10 8:06
T M Gray20-Aug-10 8:06 
GeneralRe: Storing Time value in Access Pin
Mycroft Holmes20-Aug-10 16:32
professionalMycroft Holmes20-Aug-10 16:32 
AnswerRe: Storing Time value in Access Pin
Luc Pattyn21-Aug-10 0:13
sitebuilderLuc Pattyn21-Aug-10 0:13 
GeneralRe: Storing Time value in Access Pin
Richard Blythe21-Aug-10 5:31
Richard Blythe21-Aug-10 5:31 
AnswerRe: Storing Time value in Access Pin
Bernhard Hiller22-Aug-10 21:02
Bernhard Hiller22-Aug-10 21:02 

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.