Click here to Skip to main content
15,898,134 members
Home / Discussions / Database
   

Database

 
AnswerRe: What wrong it this script?? Pin
Chris Meech31-Jul-06 9:46
Chris Meech31-Jul-06 9:46 
GeneralRe: What wrong it this script?? Pin
Skanless31-Jul-06 10:07
Skanless31-Jul-06 10:07 
AnswerRe: What wrong it this script?? [modified] Pin
Eric Dahlvang31-Jul-06 9:52
Eric Dahlvang31-Jul-06 9:52 
QuestionInsert Question Pin
PyroManiak31-Jul-06 8:47
PyroManiak31-Jul-06 8:47 
AnswerRe: Insert Question Pin
Ennis Ray Lynch, Jr.31-Jul-06 9:27
Ennis Ray Lynch, Jr.31-Jul-06 9:27 
GeneralRe: Insert Question Pin
PyroManiak31-Jul-06 13:22
PyroManiak31-Jul-06 13:22 
QuestionADO.NET OUTPUT Parameter Pin
Carlos Paiva31-Jul-06 3:11
Carlos Paiva31-Jul-06 3:11 
AnswerRe: ADO.NET OUTPUT Parameter Pin
ToddHileHoffer31-Jul-06 7:35
ToddHileHoffer31-Jul-06 7:35 
I'm not sure why the output parameter has not been updated but there are many workarounds.

1. Use two stored procs and call them each.
2. Change select statements to
SELECT @MaxIndex = Max(Id) FROM tblResourceText WHERE frmName = @frmName
SELECT *, @MaxIndex as MaxIndex FROM tblResourceText WHERE frmName = @frmName

then the MaxIndex is returned in your dataset or datareader.

I could go on but I think you'll figure it out.

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: ADO.NET OUTPUT Parameter Pin
Carlos Paiva1-Aug-06 4:29
Carlos Paiva1-Aug-06 4:29 
Questioncomplex SQL statement? Pin
giddy_guitarist30-Jul-06 23:06
giddy_guitarist30-Jul-06 23:06 
AnswerRe: complex SQL statement? Pin
Colin Angus Mackay30-Jul-06 23:36
Colin Angus Mackay30-Jul-06 23:36 
QuestionDelete Carriage Return Pin
oskardiazdeleon30-Jul-06 21:13
oskardiazdeleon30-Jul-06 21:13 
AnswerRe: Delete Carriage Return Pin
Eric Dahlvang31-Jul-06 3:37
Eric Dahlvang31-Jul-06 3:37 
QuestionCopy two xml doc in to a table in sql Pin
kalyan_vb30-Jul-06 17:43
kalyan_vb30-Jul-06 17:43 
AnswerRe: Copy two xml doc in to a table in sql Pin
tanya foster2-Aug-06 10:52
tanya foster2-Aug-06 10:52 
QuestionOffice Wob Components: PivotTable, SpreadSheet ... Pin
hamidreza_buddy30-Jul-06 4:22
hamidreza_buddy30-Jul-06 4:22 
Questionget the difference of two attributes in two tables Pin
00thilani29-Jul-06 20:23
00thilani29-Jul-06 20:23 
AnswerRe: get the difference of two attributes in two tables Pin
Colin Angus Mackay29-Jul-06 22:53
Colin Angus Mackay29-Jul-06 22:53 
GeneralEmbeddable SQL database Pin
Jörgen Sigvardsson29-Jul-06 12:38
Jörgen Sigvardsson29-Jul-06 12:38 
GeneralRe: Embeddable SQL database Pin
S Douglas29-Jul-06 19:59
professionalS Douglas29-Jul-06 19:59 
GeneralRe: Embeddable SQL database [modified] Pin
Jörgen Sigvardsson30-Jul-06 0:06
Jörgen Sigvardsson30-Jul-06 0:06 
GeneralRe: Embeddable SQL database Pin
S Douglas30-Jul-06 21:14
professionalS Douglas30-Jul-06 21:14 
GeneralRe: Embeddable SQL database Pin
Jörgen Sigvardsson30-Jul-06 21:20
Jörgen Sigvardsson30-Jul-06 21:20 
GeneralRe: Embeddable SQL database Pin
S Douglas30-Jul-06 21:53
professionalS Douglas30-Jul-06 21:53 
GeneralRe: Embeddable SQL database Pin
Jörgen Sigvardsson30-Jul-06 22:12
Jörgen Sigvardsson30-Jul-06 22:12 

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.