Click here to Skip to main content
16,005,114 members
Home / Discussions / Database
   

Database

 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
arnoldpinto8418-Sep-07 23:11
arnoldpinto8418-Sep-07 23:11 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 23:35
mavii18-Sep-07 23:35 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
arnoldpinto8418-Sep-07 23:50
arnoldpinto8418-Sep-07 23:50 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii21-Sep-07 0:59
mavii21-Sep-07 0:59 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
piyusgupta19-Sep-07 1:25
piyusgupta19-Sep-07 1:25 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
QPun18-Sep-07 22:49
QPun18-Sep-07 22:49 
GeneralRe: urgent: can any one plz solve my problem regading SQL Query Pin
mavii18-Sep-07 22:59
mavii18-Sep-07 22:59 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
Christian Graus18-Sep-07 23:09
protectorChristian Graus18-Sep-07 23:09 
1 - try reading the post on how to ask questions
2 - try using parameterised queries, so you're not open to injecton attacks
3 - try using real variable names, so your code is readable

What was the question ?

The most logical way I can see to do this, is to drop a column which always contains a substring of a value in another column, that's just duplicaton of data. Work out the pic name from the path in code, or write a proc that returns it as seperate data, but based entirely on the one column that contains all the data you need.

OR, a yucky way to do it that would at least work, would be to store the Id of the column in question, and then update ony that, instead of doing an insert, which is obviously not what you want.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
joemonvarghese19-Sep-07 2:15
joemonvarghese19-Sep-07 2:15 
AnswerRe: urgent: can any one plz solve my problem regading SQL Query Pin
Pete O'Hanlon19-Sep-07 3:22
mvePete O'Hanlon19-Sep-07 3:22 
QuestionSQL Report Service 2005 Auto Filter Pin
QPun18-Sep-07 20:49
QPun18-Sep-07 20:49 
QuestionHow to read XML from Sql server 2005? Pin
DGtech18-Sep-07 18:46
DGtech18-Sep-07 18:46 
QuestionListbox Pin
jaakinye18-Sep-07 8:59
jaakinye18-Sep-07 8:59 
AnswerRe: Listbox Pin
Kschuler18-Sep-07 9:16
Kschuler18-Sep-07 9:16 
QuestionMSVS 2005 and Vista Pin
Jon Stroh18-Sep-07 8:42
Jon Stroh18-Sep-07 8:42 
GeneralPHP WORK (PAID WELL) [modified] Pin
miggy200518-Sep-07 8:01
miggy200518-Sep-07 8:01 
GeneralRe: PHP WORK (PAID WELL) Pin
Dave Kreskowiak18-Sep-07 8:23
mveDave Kreskowiak18-Sep-07 8:23 
GeneralRe: PHP WORK (PAID WELL) Pin
Pete O'Hanlon18-Sep-07 10:58
mvePete O'Hanlon18-Sep-07 10:58 
Questionusing MS Access queries from a .NET application Pin
pete007_ke18-Sep-07 4:59
pete007_ke18-Sep-07 4:59 
AnswerRe: using MS Access queries from a .NET application Pin
Justin Perez18-Sep-07 5:07
Justin Perez18-Sep-07 5:07 
QuestionHow to set a stored procedure's time-out period Pin
MatthysDT18-Sep-07 4:20
MatthysDT18-Sep-07 4:20 
AnswerRe: How to set a stored procedure's time-out period Pin
Pete O'Hanlon18-Sep-07 4:56
mvePete O'Hanlon18-Sep-07 4:56 
GeneralRe: How to set a stored procedure's time-out period Pin
MatthysDT18-Sep-07 5:06
MatthysDT18-Sep-07 5:06 
GeneralRe: How to set a stored procedure's time-out period Pin
Pete O'Hanlon18-Sep-07 5:13
mvePete O'Hanlon18-Sep-07 5:13 
GeneralRe: How to set a stored procedure's time-out period Pin
MatthysDT18-Sep-07 5:22
MatthysDT18-Sep-07 5:22 

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.