2,951 Posted Topics

Member Avatar for cmccully

Find more [URL="http://www.google.co.in/search?tbo=p&tbm=bks&q=intitle:Beginning+intitle:Database+intitle:Design&num=10"]here[/URL].

Member Avatar for debasisdas
0
43
Member Avatar for wackytechie
Member Avatar for sergent
Member Avatar for dwiniers
Member Avatar for MoNaLiZaOman

[QUOTE=selman0;1658386]u need just 5 minute to spend for registration [/QUOTE] and registration is absolutely free, so always download from [URL="http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html?ssSourceSiteId=ocomen"]oracle site[/URL] only.

Member Avatar for rotten69
-1
118
Member Avatar for vijaykvr
Member Avatar for abrahami
Member Avatar for everrest
Member Avatar for cwarn23
Member Avatar for prem2

[QUOTE=prem2;1659641]i tried with "explain" query but both saying same execution time. [/QUOTE] Then there should be no difference.

Member Avatar for iw2011
0
172
Member Avatar for cloris
Member Avatar for pepyrs

try this 1. add the column pad to all the views. 2. join the views to select all the desired columns on pad. without join the record will be a Cartesian product so the number will be huge.

Member Avatar for pepyrs
-1
204
Member Avatar for Singlem
Member Avatar for debasisdas
0
111
Member Avatar for scrivomcdivo

300 columns and 3 million rows is not that huge as it sounds. Any standard RDBMS application would do that. To decide the database a lot would depend on how much you can spend on the DB and server(hardware).

Member Avatar for xuqi
1
126
Member Avatar for bunik34

Have you coded all that or simply referring to a piece of code compiled by someone else ?

Member Avatar for bunik34
0
143
Member Avatar for yeeitsneo
Member Avatar for king_saqib

[CODE]If DateDiff("d", Now, "9/2/2011") =< 0 Then MsgBox "the software has been expired." Unload Me End If[/CODE]

Member Avatar for debasisdas
0
170
Member Avatar for tnjiric

None of those are generic Oracle syntax. Those are either OS or environment setting commands. If you are not understanding anything it is you, not the professor to blame.

Member Avatar for debasisdas
0
227
Member Avatar for voidyman

You have to frame the SQL at run time and execute the same using as dynamic SQL in a stored procedure. Read more [URL="http://www.rocket99.com/techref/sybase8621.html"]here[/URL] and [URL="http://infocenter.sybase.com/help/index.jsp?topic=/com.sybase.infocenter.dc35570.1550/html/clcprgde/X80489.htm"]here[/URL].

Member Avatar for debasisdas
0
620
Member Avatar for oseijy
Member Avatar for Netcode
0
24
Member Avatar for SpiritualMadMan

[QUOTE=mb01a;1654989]Folks who don't give feedback or just want homework done usually don't get any future questions answered ..[/QUOTE] Yes, you got it right.

Member Avatar for Netcode
0
191
Member Avatar for Dumb Fish
Member Avatar for Netcode
0
147
Member Avatar for TIP.Synergy
Member Avatar for newbie26
Member Avatar for mb01a
0
128
Member Avatar for Dumb Fish
Member Avatar for Netcode
0
109
Member Avatar for acakaliman
Member Avatar for nirnal
Member Avatar for coyanzz

This is what happens when you supply the code to someone without him showing any effort at all. Forget of feedback, i seriously doubt if that guy remembers this thread and is ever going to return back read to your answer.

Member Avatar for coyenzz
0
215
Member Avatar for imranmahmood_3

You need to use the function RUN_REPORT_OBJECT [CODE] DECLARE repid REPORT_OBJECT; v_rep VARCHAR2(100); rep_status varchar2(20); BEGIN repid := find_report_object('report4'); v_rep := RUN_REPORT_OBJECT(repid); ...... END; [/CODE]

Member Avatar for deveshdashora
0
201
Member Avatar for aadi_capri
Member Avatar for aadi_capri
0
196
Member Avatar for iamthesgt

The 3rd and 4th column of your output clearly shows, this output is not of the query that you have posted here. Please recheck.

Member Avatar for iamthesgt
0
192
Member Avatar for vin24

Please read [URL="http://www.snaphow.com/make-windows-welcome-you-with-audio-voice-messages-with-narrator/"]this[/URL].

Member Avatar for mb01a
0
203
Member Avatar for alexispreatori
Member Avatar for kccute

1. You need to frame the query dynamically at run time by taking parameter from the input. 2. Open the record set using the sql. 3. Populate the grid from the recordset. 4. If record count is 0 display the alternate message.

Member Avatar for kccute
0
167
Member Avatar for jacksantho

Every user logs in into its own schema. Did you log in through an admin account and tried to grant admin role to the user ?

Member Avatar for adam_k
0
231
Member Avatar for khentz

You need to read books for all that. Read [URL="http://books.google.co.in/books?id=21FthymRusoC&printsec=frontcover&dq=vb.net+2010&hl=en&ei=AnF5TteeA4mqrAfpktSyDw&sa=X&oi=book_result&ct=result&resnum=2&ved=0CEAQ6AEwAQ#v=onepage&q&f=false"]this[/URL] and [URL="http://books.google.co.in/books?id=unV37pUZdpQC&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false"]this[/URL].

Member Avatar for codeorder
0
2K
Member Avatar for srikanth2321

then use this only [CODE]select * from table 1 left join table 2 using (id)[/CODE] else consider write outer join for non matching records.

Member Avatar for srikanth2321
0
120
Member Avatar for erik216

try like this [CODE]select * from table_name where ( event_start between 13/8/11 and 15/9/11 ) and (event_end between 13/8/11 and 15/9/11)[/CODE]

Member Avatar for adam_k
0
85
Member Avatar for trinsleynewton
Member Avatar for rwill357

try this query [code] CREATE VIEW TopLevelCust AS SELECT Customer.CustomerNum, Customer.CustomerName, Customer.Street, Customer.Balance, Customer.CreditLimit FROM Customer WHERE CreditLimit >= 10000;[/code]

Member Avatar for scoutwes
0
103
Member Avatar for rexgb_34
Member Avatar for vb.net_beginner

1. Select the distinct value from the column Car Manufacturers and display in the first List Box. 2. Select the value from the first List Box. 3. Pass this value to another SQL dynamically at run time. 4. Fetch the values from the SQL and populate the second List Box.

Member Avatar for vb.net_beginner
0
130
Member Avatar for newbie26

The developer has used an evaluation version of a third party control. And since the evaluation period has expired, so you can't keep using that any more.

Member Avatar for debasisdas
0
48
Member Avatar for srinidelite
Member Avatar for srishti14
Member Avatar for mb01a
0
75
Member Avatar for vb.net_beginner
Member Avatar for JRCharlie

As already suggested no need to install Access if it is used as database only. Having the .MDB file only is enough.

Member Avatar for debasisdas
0
134
Member Avatar for Virangya
Member Avatar for bantex07

What is stored in the database ? The path of the physical location of the picture file or the actual picture ?

Member Avatar for bantex07
0
103
Member Avatar for Sharon Arputhar

More information is required to answer your question . Which report ? What is the source of data ? ................ ?

Member Avatar for debasisdas
0
58

The End.