1. How to test Database? Please, give me all details for
"SQL,Msaccess, Mysql Database?
2.For which functionalities database used?
3.How to convert Guest to Admin by Mysql database?
53
what is IDE,DMV in sql server?
36
Explain the storage models of OLAP?
48
hi iam kavya, i completed Oracle11i(finance module), i do
not know how to face the interview questions
please adivese me
18
Give two examples of referential integrity constraints.
101
how the Oracle Prepares the Execution Plan and how it
chooses the Optimal one?
How to set the time zone for MySQL to particular country
time?
95
Differentiate the standard purchase order,Blanket purchase
agreement,Contract purchase agreement,Planned purchase order?
22
how to take backup bcp out for a column in table in sql
server?
27
What are the steps you will take, if you are tasked with
securing an SQL Server?
57
If i can use sys.check_constraints to display my constraints
from my database using sql server 2005, how can i display
then if i am using sql server 2000????
36
can we use lexical perameter in oracle plsql if yes how
30
my problem is tempdb
tempdb(dbname) 77752.95 MB(db size) 25345.03 MB
(unallocated size)
suppose i increased temp db size 10 gb . after increase the
temp db showing
87 gb (dbsize) 25346.03MB(unallocated
size)--unallocated size is showing same .please clarify.
41
what is Complex index. how to create it?
23
Hi......
I created a report which is geneated in .txt format.
What I do for this is
1.First I change the system parameter mode to character in
the report.
2.Then I place a button in my form to call the report.
code in the button is as follows..
DECLARE
rePid REPORT_OBJECT;
rep_hndl VARCHAR2(100);
BEGIN
rePid := Find_Report_Object('reptxt.rdf');
Set_Report_Object_Property(rePid,Report_deStype,FILE);
Set_Report_Object_Property(rePid,Report_FileName,'d:\sasi\reports\reptxt.rdf');
Set_Report_Object_Property(rePid,Report_desName,'d:\sasi\output\repprint.txt');
rep_hndl := Run_Report_Object(rePid);
END;
and it is working..
Now the problam is that when I preview the report from the
report builder, it is in the format I needed.
But when I run the form and run the report,Its alligment is
not correct.
Regards
abc
76
what is the difference between filters and conditions?