Click here to Skip to main content
15,915,093 members
Home / Discussions / Database
   

Database

 
QuestionHas anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
WREY4-Jul-03 0:36
WREY4-Jul-03 0:36 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
basementman7-Jul-03 4:34
basementman7-Jul-03 4:34 
AnswerRe: Has anyone found a workaround for VC++ 6.0 when using Access 2K? Pin
Giles11-Jul-03 0:05
Giles11-Jul-03 0:05 
Generalif else Pin
pnpfriend3-Jul-03 10:43
pnpfriend3-Jul-03 10:43 
GeneralRe: if else Pin
Bo Hunter3-Jul-03 18:13
Bo Hunter3-Jul-03 18:13 
GeneralRe: if else Pin
Alexandru Savescu4-Jul-03 1:26
Alexandru Savescu4-Jul-03 1:26 
GeneralRe: if else Pin
Gaurav Bindlish8-Jul-03 9:43
Gaurav Bindlish8-Jul-03 9:43 
Generalsql query question Pin
pnpfriend3-Jul-03 8:40
pnpfriend3-Jul-03 8:40 
hi all i have the table like


[ number ] [ name ] [ k1 ] [ k2 ] [ k3 ] [ h1 ] [ h2 ] [ h3 ] [ allK ] [ allh]
[ 1 ] [ pp ] [ 2 ] [ 3 ] [ 4 ] [ 5 ] [ 6 ] [ 7 ]
[ 2 ] [ dd ] [ a ] [ b ] [ c ] [ d ] [ e ] [ f ]

how should i do to get following table?? from each and every single record, take k1,k2,k3 and put into allk as k1;k2;k3
similarly, take h1,h2,h3 and put into allh as h1;h2;h3

<br />
  [ number ][ name  ] [   k1  ] [   k2 ] [   k3   ] [ h1  ] [   h2  ] [  h3  ] [   allK    ] [ allh ]  <br />
[1 ]      [ pp][2  ] [   3   ] [  4    ] [  5   ] [  6   ] [  7    ] [  2;3;4   ] [ 5;6;7 ] <br />
 [ 2       ] [  dd     ] [  a  ] [   b   ] [  c    ] [  d    ] [ e   ] [  f    ] [  a;b;c   ] [ d;e;f ] <br />

GeneralRe: sql query question Pin
Daniel Turini3-Jul-03 9:32
Daniel Turini3-Jul-03 9:32 
GeneralRe: sql query question Pin
pnpfriend3-Jul-03 10:01
pnpfriend3-Jul-03 10:01 
GeneralRe: sql query question Pin
pnpfriend3-Jul-03 10:32
pnpfriend3-Jul-03 10:32 
GeneralSQLOLEDB Driver and Transactions Pin
Jörgen Sigvardsson2-Jul-03 5:10
Jörgen Sigvardsson2-Jul-03 5:10 
QuestionCan anyone Help? Pin
Itanium1-Jul-03 20:26
Itanium1-Jul-03 20:26 
General@@IDENTITY and OleDbType Pin
Bo Hunter1-Jul-03 17:54
Bo Hunter1-Jul-03 17:54 
GeneralRe: @@IDENTITY and OleDbType Pin
andyharman7-Jul-03 8:39
professionalandyharman7-Jul-03 8:39 
GeneralRe: @@IDENTITY and OleDbType Pin
andyharman7-Jul-03 8:43
professionalandyharman7-Jul-03 8:43 
GeneralSQL server problem Pin
Shah Shehpori1-Jul-03 7:08
sussShah Shehpori1-Jul-03 7:08 
GeneralRe: SQL server problem Pin
basementman1-Jul-03 7:43
basementman1-Jul-03 7:43 
GeneralRe: SQL server problem Pin
Shah Shehpori1-Jul-03 18:08
sussShah Shehpori1-Jul-03 18:08 
GeneralRe: SQL server problem Pin
Daniel Turini3-Jul-03 9:41
Daniel Turini3-Jul-03 9:41 
GeneralMaxDate Pin
sardinka30-Jun-03 7:32
sardinka30-Jun-03 7:32 
GeneralRe: MaxDate Pin
basementman1-Jul-03 6:13
basementman1-Jul-03 6:13 
GeneralRe: MaxDate Pin
sardinka1-Jul-03 9:39
sardinka1-Jul-03 9:39 
GeneralRe: MaxDate Pin
basementman1-Jul-03 9:41
basementman1-Jul-03 9:41 
GeneralEasy question ADO.net in VS .net Pin
Taylor Allen Software30-Jun-03 4:33
Taylor Allen Software30-Jun-03 4:33 

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.