Click here to Skip to main content
16,004,828 members
Home / Discussions / Database
   

Database

 
QuestionHow to retrieve records from a ADODB with c# Pin
VanEtienne1-Aug-06 2:57
VanEtienne1-Aug-06 2:57 
AnswerRe: creating special relations between datatables Pin
ToddHileHoffer1-Aug-06 2:52
ToddHileHoffer1-Aug-06 2:52 
GeneralRe: creating special relations between datatables Pin
yiwpyos17-Aug-06 23:45
yiwpyos17-Aug-06 23:45 
QuestionFirewall problem Pin
johan31311-Aug-06 1:54
johan31311-Aug-06 1:54 
QuestionAccessing 2 databases [modified] Pin
mcgann1-Aug-06 1:01
mcgann1-Aug-06 1:01 
AnswerRe: Accessing 2 databases Pin
ToddHileHoffer1-Aug-06 3:02
ToddHileHoffer1-Aug-06 3:02 
QuestionInsert multiple values through Trigger Pin
DineshSharma1-Aug-06 0:05
DineshSharma1-Aug-06 0:05 
AnswerRe: Insert multiple values through Trigger Pin
ToddHileHoffer1-Aug-06 2:59
ToddHileHoffer1-Aug-06 2:59 
I would suggest a cursor but using a cursor in a trigger is bad practice as it will be slow. Is there no way to do this update from your application inside of commitment control? If a trigger is your only option then use a cursor to do the loop. You don't need a row count variable either just loop through the results of your select statement. Check Here
for more info.

how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things
--thedailywtf 3/21/06

GeneralRe: Insert multiple values through Trigger Pin
DineshSharma2-Aug-06 2:44
DineshSharma2-Aug-06 2:44 
QuestionSQL Scripting in a Batch File Pin
Programm3r31-Jul-06 23:45
Programm3r31-Jul-06 23:45 
QuestionSQL Scripting in a Batch File Pin
Programm3r31-Jul-06 23:42
Programm3r31-Jul-06 23:42 
AnswerRe: SQL Scripting in a Batch File Pin
seea3-Aug-06 0:34
seea3-Aug-06 0:34 
Questioncreating special relations between datatables Pin
yiwpyos31-Jul-06 21:38
yiwpyos31-Jul-06 21:38 
QuestionHelp with database permissions (URGENT) Pin
johan313131-Jul-06 21:31
johan313131-Jul-06 21:31 
AnswerRe: Help with database permissions (URGENT) Pin
Frank Kerrigan31-Jul-06 22:18
Frank Kerrigan31-Jul-06 22:18 
GeneralRe: Help with database permissions (URGENT) [modified] Pin
johan313131-Jul-06 23:02
johan313131-Jul-06 23:02 
GeneralRe: Help with database permissions (URGENT) Pin
ToddHileHoffer1-Aug-06 3:08
ToddHileHoffer1-Aug-06 3:08 
Questionfirst 10 rows Pin
dansoft31-Jul-06 20:01
dansoft31-Jul-06 20:01 
AnswerRe: first 10 rows Pin
Edbert P31-Jul-06 20:10
Edbert P31-Jul-06 20:10 
GeneralRe: first 10 rows Pin
Frank Kerrigan31-Jul-06 22:21
Frank Kerrigan31-Jul-06 22:21 
AnswerRe: first 10 rows Pin
Ennis Ray Lynch, Jr.1-Aug-06 4:49
Ennis Ray Lynch, Jr.1-Aug-06 4:49 
Questionis this the right forum Pin
weelze31-Jul-06 16:44
weelze31-Jul-06 16:44 
AnswerRe: is this the right forum Pin
Frank Kerrigan31-Jul-06 22:21
Frank Kerrigan31-Jul-06 22:21 
AnswerRe: is this the right forum Pin
S Douglas1-Aug-06 21:50
professionalS Douglas1-Aug-06 21:50 
QuestionI cannot change BindingContext.Position`s value Pin
txwd31-Jul-06 16:40
txwd31-Jul-06 16:40 

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.