Click here to Skip to main content
15,902,839 members
Home / Discussions / Database
   

Database

 
AnswerRe: No service found for SQL Pin
Rob Graham5-Aug-06 4:02
Rob Graham5-Aug-06 4:02 
GeneralRe: No service found for SQL Pin
Skanless7-Aug-06 18:43
Skanless7-Aug-06 18:43 
QuestionShifting over a string Pin
Tom Wright4-Aug-06 8:50
Tom Wright4-Aug-06 8:50 
AnswerRe: Shifting over a string Pin
Eric Dahlvang4-Aug-06 9:12
Eric Dahlvang4-Aug-06 9:12 
GeneralRe: Shifting over a string Pin
Tom Wright7-Aug-06 4:26
Tom Wright7-Aug-06 4:26 
GeneralRe: Shifting over a string Pin
Eric Dahlvang7-Aug-06 5:05
Eric Dahlvang7-Aug-06 5:05 
GeneralRe: Shifting over a string Pin
Tom Wright7-Aug-06 5:15
Tom Wright7-Aug-06 5:15 
GeneralRe: Shifting over a string Pin
Eric Dahlvang7-Aug-06 5:24
Eric Dahlvang7-Aug-06 5:24 
I assume you've tried LTRIM()...

Tom Wright wrote:
Could there be something else there and the system sees and is not reading it right?


Try this to find out:
select ASCII(SUBSTRING(dmv2_data_text, 40, 1)) AS AsciiCode<br />
from dmv2 WHERE DMV2_RCD_TYPE = 'R'


--EricDV Sig---------
Some problems are so complex that you have to be highly intelligent and well informed just to be undecided about them.
- Laurence J. Peters

GeneralRe: Shifting over a string Pin
Tom Wright7-Aug-06 7:00
Tom Wright7-Aug-06 7:00 
GeneralRe: Shifting over a string Pin
Eric Dahlvang7-Aug-06 7:20
Eric Dahlvang7-Aug-06 7:20 
GeneralRe: Shifting over a string Pin
Tom Wright7-Aug-06 7:21
Tom Wright7-Aug-06 7:21 
GeneralRe: Shifting over a string Pin
Eric Dahlvang7-Aug-06 8:04
Eric Dahlvang7-Aug-06 8:04 
QuestionMultiple Tables and Reltionships Pin
klayalloy4-Aug-06 5:16
klayalloy4-Aug-06 5:16 
AnswerRe: Multiple Tables and Reltionships Pin
Rob Graham4-Aug-06 5:26
Rob Graham4-Aug-06 5:26 
QuestionRollback? Pin
psamy4-Aug-06 3:05
psamy4-Aug-06 3:05 
AnswerRe: Rollback? Pin
Ennis Ray Lynch, Jr.4-Aug-06 3:54
Ennis Ray Lynch, Jr.4-Aug-06 3:54 
AnswerRe: Rollback? [modified] Pin
Eric Dahlvang4-Aug-06 3:55
Eric Dahlvang4-Aug-06 3:55 
QuestionRead Table structure of Access Pin
p00kie3-Aug-06 23:38
p00kie3-Aug-06 23:38 
AnswerRe: Read Table structure of Access Pin
WillemM4-Aug-06 4:21
WillemM4-Aug-06 4:21 
AnswerRe: Read Table structure of Access Pin
Rob Graham4-Aug-06 5:11
Rob Graham4-Aug-06 5:11 
Questionconnection Pin
santhoshmohan3-Aug-06 23:26
santhoshmohan3-Aug-06 23:26 
AnswerRe: connection Pin
Ed.Poore4-Aug-06 0:03
Ed.Poore4-Aug-06 0:03 
GeneralRe: connection Pin
Paul Conrad4-Aug-06 7:16
professionalPaul Conrad4-Aug-06 7:16 
GeneralRe: connection Pin
Ed.Poore4-Aug-06 13:33
Ed.Poore4-Aug-06 13:33 
GeneralRe: connection Pin
Paul Conrad4-Aug-06 14:11
professionalPaul Conrad4-Aug-06 14:11 

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.