Click here to Skip to main content
15,887,746 members
Home / Discussions / Database
   

Database

 
QuestionRun dynamic query Pin
mehrdadc486-Jan-10 4:19
mehrdadc486-Jan-10 4:19 
AnswerRe: Run dynamic query Pin
David Mujica6-Jan-10 4:39
David Mujica6-Jan-10 4:39 
AnswerRe: Run dynamic query Pin
Ashfield6-Jan-10 4:40
Ashfield6-Jan-10 4:40 
AnswerRe: Run dynamic query Pin
loyal ginger6-Jan-10 4:45
loyal ginger6-Jan-10 4:45 
QuestionUpate Multiple Rows using update query in sql Pin
ballameharmurali6-Jan-10 0:27
ballameharmurali6-Jan-10 0:27 
AnswerRe: Upate Multiple Rows using update query in sql Pin
Mycroft Holmes6-Jan-10 2:30
professionalMycroft Holmes6-Jan-10 2:30 
AnswerRe: Upate Multiple Rows using update query in sql Pin
loyal ginger6-Jan-10 3:54
loyal ginger6-Jan-10 3:54 
AnswerRe: Upate Multiple Rows using update query in sql Pin
David Skelly6-Jan-10 5:29
David Skelly6-Jan-10 5:29 
What language are you using for your front end? Some languages will support this.

For example, Java supports batch updates so you can loop through all the entries setting the update parameters for each in turn, then do an executeBatch to do the lot in one go. (OK, before anyone points this out, not all JDBC drivers support this.)

C# has something similar, although I've never used it myself. And if you can do it in C#, you can probably do it in VB.NET as well.
GeneralRe: Upate Multiple Rows using update query in sql Pin
Corporal Agarn6-Jan-10 6:33
professionalCorporal Agarn6-Jan-10 6:33 
AnswerRe: Upate Multiple Rows using update query in sql Pin
Andy_L_J6-Jan-10 10:43
Andy_L_J6-Jan-10 10:43 
QuestionHow to run a software developed in VS2005 with Integrated SQL2005 Express? Pin
Atanu Bera5-Jan-10 6:36
Atanu Bera5-Jan-10 6:36 
AnswerRe: How to run a software developed in VS2005 with Integrated SQL2005 Express? Pin
Abhishek Sur5-Jan-10 8:23
professionalAbhishek Sur5-Jan-10 8:23 
GeneralRe: How to run a software developed in VS2005 with Integrated SQL2005 Express? [modified] Pin
Atanu Bera5-Jan-10 18:56
Atanu Bera5-Jan-10 18:56 
GeneralRe: How to run a software developed in VS2005 with Integrated SQL2005 Express? Pin
Mycroft Holmes6-Jan-10 0:03
professionalMycroft Holmes6-Jan-10 0:03 
Questionsqlite Pin
jashimu5-Jan-10 5:47
jashimu5-Jan-10 5:47 
AnswerRe: sqlite Pin
Corporal Agarn5-Jan-10 6:05
professionalCorporal Agarn5-Jan-10 6:05 
GeneralRe: sqlite Pin
jashimu5-Jan-10 6:52
jashimu5-Jan-10 6:52 
AnswerRe: sqlite Pin
loyal ginger5-Jan-10 7:46
loyal ginger5-Jan-10 7:46 
GeneralRe: sqlite Pin
jashimu5-Jan-10 9:18
jashimu5-Jan-10 9:18 
QuestionFind tables used in stored procedures Pin
Corporal Agarn5-Jan-10 4:38
professionalCorporal Agarn5-Jan-10 4:38 
AnswerRe: Find tables used in stored procedures Pin
Eddy Vluggen5-Jan-10 7:34
professionalEddy Vluggen5-Jan-10 7:34 
GeneralRe: Find tables used in stored procedures Pin
Corporal Agarn5-Jan-10 8:09
professionalCorporal Agarn5-Jan-10 8:09 
GeneralRe: Find tables used in stored procedures Pin
Eddy Vluggen5-Jan-10 9:21
professionalEddy Vluggen5-Jan-10 9:21 
GeneralRe: Find tables used in stored procedures Pin
Corporal Agarn5-Jan-10 9:38
professionalCorporal Agarn5-Jan-10 9:38 
QuestionOracle 10g server is not starting on system startup Pin
A k ch4-Jan-10 23:11
A k ch4-Jan-10 23:11 

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.