What is difference between QMF & Spoofi?

Showing Answers 1 - 4 of 4 Answers

Ezhilenthi

  • Aug 12th, 2005
 

using QMF we can produce report.

  Was this answer useful?  Yes

KMadan

  • Sep 6th, 2005
 

Using SPUFI we can execute mutliple queries at one time, but by using QMF we can execute only one query at a time and we can generate reports of the query.

  Was this answer useful?  Yes

KAVIARASU

  • Jun 13th, 2006
 

DIFFERENCE BETWEEN SPUFI AND QMF :

 

SPUFI :

1.you can execute more queries at a time.

2. In SPUFI result of the query will be in PS or in PDS member will store but
3.you know the sqlcode after executing the query.

QMF:
1.you cannot execute more than one query.

2. In QMF result of the query u can?t  store. 
3.you can't know the sqlcode of the query.

The biggest difference between QMF and SPUFI is that QMF is a query/reporting environment with the ability to format reports. SPUFI is just a quick and dirty SQL execution engine. If you need to produce nice looking reports, enable user input to a query, or store your queries and reports for future usage, QMF is a much better technology for doing so.

kaviarasu

  • Jun 13th, 2006
 

DIFFERENCE BETWEEN SPUFI AND QMF :

 

SPUFI :

1.you can execute more queries at a time.

2. In SPUFI result of the query will be in PS or in PDS member will store but
3.you know the sqlcode after executing the query.

QMF:
1.you cannot execute more than one query.

2. In QMF result of the query u can?t  store. 
3.you can't know the sqlcode of the query.

The biggest difference between QMF and SPUFI is that QMF is a query/reporting environment with the ability to format reports. SPUFI is just a quick and dirty SQL execution engine. If you need to produce nice looking reports, enable user input to a query, or store your queries and reports for future usage, QMF is a much better technology for doing so.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions