Click here to Skip to main content
15,925,371 members
Home / Discussions / Database
   

Database

 
Generalstorage of images into oracle database as blob using vc++.net or ADO.net Pin
Shaffiq7-Jul-03 7:57
Shaffiq7-Jul-03 7:57 
GeneralRe: storage of images into oracle database as blob using vc++.net or ADO.net Pin
Not Active7-Jul-03 9:04
mentorNot Active7-Jul-03 9:04 
GeneralRe: storage of images into oracle database as blob using vc++.net or ADO.net Pin
Shaffiq7-Jul-03 18:45
Shaffiq7-Jul-03 18:45 
GeneralRe: storage of images into oracle database as blob using vc++.net or ADO.net Pin
Not Active8-Jul-03 2:42
mentorNot Active8-Jul-03 2:42 
GeneralNeed to Export Records to Remote Terminal Pin
Leon van Wyk7-Jul-03 0:24
professionalLeon van Wyk7-Jul-03 0:24 
GeneralRe: Need to Export Records to Remote Terminal Pin
basementman7-Jul-03 4:31
basementman7-Jul-03 4:31 
GeneralRe: Need to Export Records to Remote Terminal Pin
Gaurav Bindlish8-Jul-03 9:38
Gaurav Bindlish8-Jul-03 9:38 
GeneralRe: Need to Export Records to Remote Terminal Pin
MrGlover1-Aug-03 13:12
MrGlover1-Aug-03 13:12 
GeneralTree view style data... Pin
theJazzyBrain6-Jul-03 11:24
theJazzyBrain6-Jul-03 11:24 
GeneralRe: Tree view style data... Pin
theJazzyBrain8-Jul-03 4:48
theJazzyBrain8-Jul-03 4:48 
GeneralADO connection pooling Pin
Jahangir Badar5-Jul-03 8:22
sussJahangir Badar5-Jul-03 8:22 
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 

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.