Click here to Skip to main content
15,917,795 members
Home / Discussions / Database
   

Database

 
QuestionProblems Exporting From DataSet to .DBF File Pin
Snaider11-Mar-08 9:00
Snaider11-Mar-08 9:00 
GeneralRe: Problems Exporting From DataSet to .DBF File Pin
perryf_0011-Mar-08 12:12
perryf_0011-Mar-08 12:12 
GeneralRe: Problems Exporting From DataSet to .DBF File Pin
Snaider12-Mar-08 0:18
Snaider12-Mar-08 0:18 
GeneralDataRelation and NOCHECK add constraint Pin
CJacobus11-Mar-08 6:21
CJacobus11-Mar-08 6:21 
GeneralRe: DataRelation and NOCHECK add constraint Pin
Mark J. Miller11-Mar-08 7:28
Mark J. Miller11-Mar-08 7:28 
GeneralRe: DataRelation and NOCHECK add constraint Pin
CJacobus12-Mar-08 11:15
CJacobus12-Mar-08 11:15 
GeneralRe: DataRelation and NOCHECK add constraint Pin
Mark J. Miller13-Mar-08 3:29
Mark J. Miller13-Mar-08 3:29 
QuestionHow can i improve the performance of this query? Pin
tonyong11-Mar-08 4:24
tonyong11-Mar-08 4:24 
Hi
am quite new to SQL/ADO.

how can i improve the speed of retrieving data of this query?
I tried very long already but still..
thats is the best i can get.
it took 10s to complete the whole query.
Its querying oracle database.

SELECT DISTINCT ppar_engparameters.parmval, ppar_engparameters.parmname, prcd.prcdname||' '||prcd.prcdversion, prcd.activeflag, prcd.prodstatis
FROM prcd, ppar_engparameters
WHERE ppar_engparameters.parmval='" & name & "' AND prcd.activeflag='A'
AND ppar_engparameters.prcdname = prcd.prcdname

and also how can i combine this query to the first one without compromising on the speed of retrieving data?
when i tried, it took me hundreds of seconds.

SELECT catnumber, category
FROM catg_pll
where catg_pll.partprcdname||' '||catg_pll.partprcdversion = prcd.prcdname||' '||prcd.prcdversion
AnswerRe: How can i improve the performance of this query? Pin
Scott Dorman11-Mar-08 4:42
professionalScott Dorman11-Mar-08 4:42 
GeneralRe: How can i improve the performance of this query? Pin
tonyong11-Mar-08 4:59
tonyong11-Mar-08 4:59 
GeneralRe: How can i improve the performance of this query? Pin
Scott Dorman11-Mar-08 5:07
professionalScott Dorman11-Mar-08 5:07 
GeneralRe: How can i improve the performance of this query? Pin
tonyong11-Mar-08 5:28
tonyong11-Mar-08 5:28 
GeneralRe: How can i improve the performance of this query? Pin
Pete O'Hanlon11-Mar-08 12:23
mvePete O'Hanlon11-Mar-08 12:23 
GeneralRe: How can i improve the performance of this query? Pin
tonyong12-Mar-08 0:34
tonyong12-Mar-08 0:34 
GeneralRe: How can i improve the performance of this query? Pin
andyharman12-Mar-08 5:19
professionalandyharman12-Mar-08 5:19 
GeneralRe: How can i improve the performance of this query? Pin
tonyong12-Mar-08 14:22
tonyong12-Mar-08 14:22 
GeneralRe: How can i improve the performance of this query? Pin
tonyong13-Mar-08 2:28
tonyong13-Mar-08 2:28 
AnswerRe: How can i improve the performance of this query? Pin
Mark J. Miller11-Mar-08 7:35
Mark J. Miller11-Mar-08 7:35 
QuestionSQL Reporting Services - Anyone an expert? Pin
imnotso#11-Mar-08 3:50
imnotso#11-Mar-08 3:50 
AnswerRe: SQL Reporting Services - Anyone an expert? Pin
Mark J. Miller11-Mar-08 7:24
Mark J. Miller11-Mar-08 7:24 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#11-Mar-08 23:51
imnotso#11-Mar-08 23:51 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
Mark Churchill12-Mar-08 0:36
Mark Churchill12-Mar-08 0:36 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#12-Mar-08 1:21
imnotso#12-Mar-08 1:21 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
Mark Churchill12-Mar-08 2:18
Mark Churchill12-Mar-08 2:18 
GeneralRe: SQL Reporting Services - Anyone an expert? Pin
imnotso#12-Mar-08 2:33
imnotso#12-Mar-08 2: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.