Click here to Skip to main content
15,905,322 members
Home / Discussions / Database
   

Database

 
GeneralRequirements Pin
oliver_twistor12-Aug-03 22:23
oliver_twistor12-Aug-03 22:23 
GeneralRe: Requirements Pin
Mike Dimmick12-Aug-03 22:37
Mike Dimmick12-Aug-03 22:37 
GeneralRe: Requirements Pin
oliver_twistor13-Aug-03 1:30
oliver_twistor13-Aug-03 1:30 
GeneralRe: Requirements Pin
Teo13-Aug-03 2:08
Teo13-Aug-03 2:08 
GeneralPrint Pin
deanoA12-Aug-03 15:35
deanoA12-Aug-03 15:35 
GeneralRe: Print Pin
Mike Dimmick12-Aug-03 22:43
Mike Dimmick12-Aug-03 22:43 
GeneralSQL help for a newbie~ Pin
DEWright_CA12-Aug-03 10:20
DEWright_CA12-Aug-03 10:20 
GeneralRe: SQL help for a newbie~ Pin
jeff_martin12-Aug-03 10:47
jeff_martin12-Aug-03 10:47 
This is T-SQL, not sure if it works on other DBs...

select
(OWNER_NUMBER + ' ' + OWNER_SUBNUMBER + ' ' + OWNER_DIRECTION + ' ' +
OWNER_STREET + ' ' + OWNER_STREET_TYPE + ' ' + OWNER_DIRECTION_2 + ' ' +
OWNER_APARTMENT) as Owner_Address
from ASDATA1

Just concatenate all the fields together using the + operator and put spaces between them. You can use any character to seperate them, doesn't have to be spaces. Use the "as" keyword to rename the resulting field to whatever you want the field to be.
GeneralRe: SQL help for a newbie~ Pin
DEWright_CA12-Aug-03 11:03
DEWright_CA12-Aug-03 11:03 
GeneralRe: SQL help for a newbie~ Pin
jeff_martin12-Aug-03 11:16
jeff_martin12-Aug-03 11:16 
GeneralRe: SQL help for a newbie~ Pin
Arjan Einbu12-Aug-03 13:12
Arjan Einbu12-Aug-03 13:12 
GeneralRe: SQL help for a newbie~ Pin
Arjan Einbu12-Aug-03 13:27
Arjan Einbu12-Aug-03 13:27 
GeneralADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
KalliMan12-Aug-03 1:40
KalliMan12-Aug-03 1:40 
GeneralRe: ADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
Steve S12-Aug-03 1:52
Steve S12-Aug-03 1:52 
GeneralRe: ADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
KalliMan12-Aug-03 4:35
KalliMan12-Aug-03 4:35 
GeneralRe: ADO and 'Unhandled exception in <application> (MSDART.DLL) 0xC0000005: Access Violation' Pin
Steve S12-Aug-03 5:40
Steve S12-Aug-03 5:40 
GeneralI thing, i found my solution. Pin
KalliMan12-Aug-03 5:49
KalliMan12-Aug-03 5:49 
GeneralI have an Error message, plz help Pin
Exceter11-Aug-03 17:01
Exceter11-Aug-03 17:01 
GeneralRe: I have an Error message, plz help Pin
Exceter11-Aug-03 17:49
Exceter11-Aug-03 17:49 
Generalprint Pin
deanoA11-Aug-03 16:24
deanoA11-Aug-03 16:24 
GeneralDatabase question Pin
Grindorin11-Aug-03 14:23
Grindorin11-Aug-03 14:23 
GeneralRe: Database question Pin
Arjan Einbu12-Aug-03 10:23
Arjan Einbu12-Aug-03 10:23 
GeneralRe: Database question Pin
Grindorin13-Aug-03 14:18
Grindorin13-Aug-03 14:18 
GeneralQuestion: using multi-thread in ADO.Net & C# Pin
yyf11-Aug-03 9:14
yyf11-Aug-03 9:14 
GeneralRe: Question: using multi-thread in ADO.Net & C# Pin
Mike Dimmick11-Aug-03 11:23
Mike Dimmick11-Aug-03 11:23 

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.