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

Database

 
GeneralRe: retrieving the value in a column using a dataTable Pin
Glen Harvy1-Aug-06 0:39
Glen Harvy1-Aug-06 0:39 
GeneralRe: retrieving the value in a column using a dataTable Pin
Frank Kerrigan2-Aug-06 10:09
Frank Kerrigan2-Aug-06 10:09 
AnswerRe: retrieving the value in a column using a dataTable Pin
Glen Harvy2-Aug-06 15:29
Glen Harvy2-Aug-06 15:29 
QuestionWhat wrong it this script?? Pin
Skanless31-Jul-06 9:17
Skanless31-Jul-06 9:17 
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 
How do I Insert a copy of a record when I want to change ONLY one field..

INSERT INTO tb
SELECT field1, field2, field3, field4, field5
FROM tb AS tb_1
WHERE (field1 = @Value)

None of the selected items are the primary key, and this insert works fine for a perfect clone, but I need to be able to modify field1 with a textbox the user can type in.

I know there is VALUE keyword.. but I can't seem to get it to work for just field1.
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 
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 

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.