Click here to Skip to main content
15,899,754 members
Home / Discussions / Database
   

Database

 
GeneralMS SQL 7 Error Pin
payal sheth5-Aug-04 2:51
payal sheth5-Aug-04 2:51 
Generalcomparing memo fields in Access Pin
pankajdaga4-Aug-04 23:47
pankajdaga4-Aug-04 23:47 
GeneralCreating db table from DataTable Pin
matt cole3-Aug-04 2:23
matt cole3-Aug-04 2:23 
GeneralRe: Creating db table from DataTable Pin
Thea Burger3-Aug-04 3:09
Thea Burger3-Aug-04 3:09 
GeneralRe: Creating db table from DataTable Pin
matt cole3-Aug-04 19:08
matt cole3-Aug-04 19:08 
Generalhide relation in parent table Pin
Anonymous2-Aug-04 23:43
Anonymous2-Aug-04 23:43 
Questionhow to connect Oracle Lite Database with ADO.NET ? Pin
manoj_mevada2-Aug-04 22:29
manoj_mevada2-Aug-04 22:29 
GeneralDataReader reading data from multiple tables Pin
abhishk2001@yahoo.com2-Aug-04 15:59
abhishk2001@yahoo.com2-Aug-04 15:59 
Hi,

my query is given below.

"select dp.detail from procdure p, mentryi m, dtentryp dp
where m.master=p.proc
and dp.master =m.detail
and m.item=481"

when i am running the query its giving me the output, that is fine. now using ado.net DataReader, how do i read individual columns from different tables. I am using DataReader b'coz, I am reading a BLOB field from mysql database and converting into .jpg images, that is also working fine, if i am reading from just one table.

I need to read specified columns from different tables in the same DataReader. if i am using the instance like "p" for procdure table, it is giving me error and its not identifying the variables associated with the table.

Any help would be appreciated..

vijay
GeneralRe: DataReader reading data from multiple tables Pin
iamalik043-Aug-04 1:37
sussiamalik043-Aug-04 1:37 
Generalignore last one, this is the tsql puzzle Pin
partt2-Aug-04 8:43
partt2-Aug-04 8:43 
GeneralRe: ignore last one, this is the tsql puzzle Pin
Steven Campbell2-Aug-04 9:04
Steven Campbell2-Aug-04 9:04 
GeneralRe: ignore last one, this is the tsql puzzle Pin
partt2-Aug-04 9:35
partt2-Aug-04 9:35 
GeneralRe: ignore last one, this is the tsql puzzle Pin
partt2-Aug-04 11:22
partt2-Aug-04 11:22 
GeneralRe: ignore last one, this is the tsql puzzle Pin
Steven Campbell2-Aug-04 14:30
Steven Campbell2-Aug-04 14:30 
GeneralRe: ignore last one, this is the tsql puzzle Pin
partt3-Aug-04 4:00
partt3-Aug-04 4:00 
GeneralRe: ignore last one, this is the tsql puzzle Pin
partt3-Aug-04 5:13
partt3-Aug-04 5:13 
GeneralRe: ignore last one, this is the tsql puzzle Pin
Manu T8-Aug-04 20:53
sussManu T8-Aug-04 20:53 
Generaltsql query puzzle Pin
partt2-Aug-04 8:38
partt2-Aug-04 8:38 
GeneralRe: tsql query puzzle Pin
andyharman4-Aug-04 23:47
professionalandyharman4-Aug-04 23:47 
GeneralData Dictionary Pin
Britnt72-Aug-04 3:08
Britnt72-Aug-04 3:08 
Generallooping datatable Pin
robmays1-Aug-04 23:23
robmays1-Aug-04 23:23 
GeneralRe: looping datatable Pin
Steven Campbell2-Aug-04 14:32
Steven Campbell2-Aug-04 14:32 
GeneralRe: looping datatable Pin
robmays2-Aug-04 20:56
robmays2-Aug-04 20:56 
GeneralCollation name question... Pin
theJazzyBrain1-Aug-04 6:54
theJazzyBrain1-Aug-04 6:54 
GeneralRe: Collation name question... Pin
Thea Burger2-Aug-04 1:11
Thea Burger2-Aug-04 1: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.