Click here to Skip to main content
15,913,234 members
Home / Discussions / Database
   

Database

 
AnswerRe: How to retrieve column names of table based on conditions in data Pin
Luc Pattyn15-Jan-10 1:52
sitebuilderLuc Pattyn15-Jan-10 1:52 
GeneralRe: How to retrieve column names of table based on conditions in data Pin
James Shao15-Jan-10 14:56
James Shao15-Jan-10 14:56 
GeneralRe: How to retrieve column names of table based on conditions in data Pin
Mycroft Holmes15-Jan-10 16:41
professionalMycroft Holmes15-Jan-10 16:41 
QuestionStoring Image file in sql 2005 Pin
Member 451421814-Jan-10 14:52
Member 451421814-Jan-10 14:52 
AnswerRe: Storing Image file in sql 2005 Pin
loyal ginger14-Jan-10 15:12
loyal ginger14-Jan-10 15:12 
AnswerRe: Storing Image file in sql 2005 Pin
Ashfield14-Jan-10 21:20
Ashfield14-Jan-10 21:20 
Questionsqlite query Pin
jashimu14-Jan-10 8:27
jashimu14-Jan-10 8:27 
QuestionAbout MS Access Pin
Hum Dum13-Jan-10 18:21
Hum Dum13-Jan-10 18:21 
I created a .mdf file of MS-Access which contains some tables.

Now i want data from two or more table in single table.

So i created queries in .mdf file with in Ms-Access. And querying these from my application.

Suppose Details is query name in .mdf file, then from application

i am using
"Select [nName], [nDate] from [Details]"
.


Now i have some question on this:

a) If i use above way i.e. (create query on access then use this virtual table in application) It increases file size.

here question is- Will this going to slow application.

b) If i don't create query and from application with help of joins and sub-queries get data in DataTable object then use this DataTable.

But here question is- this DataTable will grow in size by time. this will also create load on application. what if this DataTable be in MB size?


So, Is creating Query(virtual-table / view) in .mdf file is good ?
Or Directly get data in DataTable object, then use this data ?

I am using C#.

any help/comment !!

Smile | :)
AnswerRe: About MS Access Pin
Mycroft Holmes13-Jan-10 18:29
professionalMycroft Holmes13-Jan-10 18:29 
AnswerRe: About MS Access Pin
_Damian S_13-Jan-10 18:53
professional_Damian S_13-Jan-10 18:53 
GeneralRe: About MS Access Pin
Hum Dum13-Jan-10 19:45
Hum Dum13-Jan-10 19:45 
GeneralRe: About MS Access Pin
_Damian S_13-Jan-10 19:51
professional_Damian S_13-Jan-10 19:51 
GeneralRe: About MS Access Pin
Hum Dum13-Jan-10 20:08
Hum Dum13-Jan-10 20:08 
GeneralRe: About MS Access Pin
The Man from U.N.C.L.E.14-Jan-10 6:40
The Man from U.N.C.L.E.14-Jan-10 6:40 
Questionproblem with conversion of a char data type to a datetime data type Pin
Payal_e_m13-Jan-10 17:06
Payal_e_m13-Jan-10 17:06 
AnswerRe: problem with conversion of a char data type to a datetime data type Pin
Mycroft Holmes13-Jan-10 18:24
professionalMycroft Holmes13-Jan-10 18:24 
GeneralRe: problem with conversion of a char data type to a datetime data type Pin
Payal_e_m14-Jan-10 14:38
Payal_e_m14-Jan-10 14:38 
QuestionNeed help with what seems to be an easy SQL query.... Pin
James Shao13-Jan-10 4:18
James Shao13-Jan-10 4:18 
AnswerRe: Need help with what seems to be an easy SQL query.... [modified] Pin
Luc Pattyn13-Jan-10 4:40
sitebuilderLuc Pattyn13-Jan-10 4:40 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
loyal ginger13-Jan-10 5:36
loyal ginger13-Jan-10 5:36 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
i.j.russell13-Jan-10 8:59
i.j.russell13-Jan-10 8:59 
GeneralRe: Need help with what seems to be an easy SQL query.... Pin
James Shao17-Jan-10 2:50
James Shao17-Jan-10 2:50 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
Lee Ludden13-Jan-10 13:33
Lee Ludden13-Jan-10 13:33 
GeneralRe: Need help with what seems to be an easy SQL query.... Pin
James Shao17-Jan-10 2:49
James Shao17-Jan-10 2:49 
AnswerRe: Need help with what seems to be an easy SQL query.... Pin
James Shao13-Jan-10 13:57
James Shao13-Jan-10 13:57 

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.