Click here to Skip to main content
16,011,988 members
Home / Discussions / Database
   

Database

 
GeneralRe: Search Routine Pin
Brady Kelly9-May-07 0:44
Brady Kelly9-May-07 0:44 
GeneralRe: Search Routine Pin
Michael Potter8-May-07 8:22
Michael Potter8-May-07 8:22 
Questionneed help for sqlserver2005 reporting service Pin
Doshi Divyesh8-May-07 3:49
Doshi Divyesh8-May-07 3:49 
QuestionOracle buffer.. not sure Pin
Muammar©8-May-07 1:35
Muammar©8-May-07 1:35 
AnswerRe: Oracle buffer.. not sure Pin
andyharman8-May-07 1:52
professionalandyharman8-May-07 1:52 
QuestionRe: Oracle buffer.. not sure Pin
Muammar©8-May-07 20:58
Muammar©8-May-07 20:58 
AnswerRe: Oracle buffer.. not sure Pin
andyharman9-May-07 0:10
professionalandyharman9-May-07 0:10 
QuestionSubstring Problems help Pin
Vimalsoft(Pty) Ltd8-May-07 0:50
professionalVimalsoft(Pty) Ltd8-May-07 0:50 
The Following number is called an Attribute code
"120080200000"
These are 6 pairs. i want to chance the 5th pair to '10' and not tember with the other pairs. here is the query but it gives me undesirable results.

update property
set attrib_code = substring(attrib_code,1,8)+ substring(attrib_code,9,2)+ '10'
and substring(Attrib_code,11,2) + '00'
where property_id = 15985

Please Help

Vuyiswa

AnswerRe: Substring Problems help Pin
Colin Angus Mackay8-May-07 1:04
Colin Angus Mackay8-May-07 1:04 
GeneralRe: Substring Problems help Pin
Vimalsoft(Pty) Ltd8-May-07 1:19
professionalVimalsoft(Pty) Ltd8-May-07 1:19 
GeneralRe: Substring Problems help Pin
Colin Angus Mackay8-May-07 2:58
Colin Angus Mackay8-May-07 2:58 
GeneralRe: Substring Problems help Pin
Vimalsoft(Pty) Ltd8-May-07 3:37
professionalVimalsoft(Pty) Ltd8-May-07 3:37 
GeneralRe: Substring Problems help Pin
Colin Angus Mackay8-May-07 3:48
Colin Angus Mackay8-May-07 3:48 
Questionmas TCP connection? Pin
D2raghu8-May-07 0:13
D2raghu8-May-07 0:13 
Questionmysql Pin
WhiteGirl237-May-07 22:50
WhiteGirl237-May-07 22:50 
QuestionHaving trouble with Ado control in vb6 Pin
Vimalsoft(Pty) Ltd7-May-07 20:57
professionalVimalsoft(Pty) Ltd7-May-07 20:57 
Questioninsert null into datetime field in sql Pin
yesu prakash7-May-07 18:31
yesu prakash7-May-07 18:31 
AnswerRe: insert null into datetime field in sql Pin
Tamimi - Code7-May-07 19:12
Tamimi - Code7-May-07 19:12 
QuestionPath and tables of a .mdb file Pin
hero19957-May-07 15:02
hero19957-May-07 15:02 
Questionhelp, implementing this method Pin
simsem7-May-07 11:20
simsem7-May-07 11:20 
AnswerRe: help, implementing this method Pin
Dave Kreskowiak7-May-07 13:55
mveDave Kreskowiak7-May-07 13:55 
QuestionMulti-Command Execution Pin
Tristan Rhodes7-May-07 10:38
Tristan Rhodes7-May-07 10:38 
AnswerRe: Multi-Command Execution Pin
Dave Kreskowiak7-May-07 13:50
mveDave Kreskowiak7-May-07 13:50 
GeneralRe: Multi-Command Execution Pin
Tristan Rhodes8-May-07 2:46
Tristan Rhodes8-May-07 2:46 
GeneralRe: Multi-Command Execution Pin
Dave Kreskowiak8-May-07 17:20
mveDave Kreskowiak8-May-07 17:20 

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.