2,951 Posted Topics

Member Avatar for Josef01

you need to capture value from any control using variable and later use the same in your SQL statemnet.

Member Avatar for Josef01
0
381
Member Avatar for labhijitp

try this, may work for you. [CODE]UPDATE runquery.table1 SET runquery.table1.`Column1` = (select (runquery.table2.`Col1`/runquery.table2.`Col2`*100) from runquery.table1 , runquery.table2 WHERE runquery.table2.`itemid` = 3 AND runquery.table1.`Userids` = runquery.table2.`userid`, runquery.table1.`Column2` = select (runquery.table2.`Col1`/runquery.table2.`Col2`*100) from runquery.table1 , runquery.table2 WHERE runquery.table2.`itemid` = 5 AND runquery.table1.`Userids` = runquery.table2.`userid`;[/CODE]

Member Avatar for labhijitp
0
223
Member Avatar for tomato.pgn

Go to User Control Panel > Edit Email & Password and change the settings.

Member Avatar for tomato.pgn
0
199
Member Avatar for vb6lover
Member Avatar for crazycat503

Please read more [URL="http://www.google.co.in/search?hl=&q=Error+40&sourceid=navclient-ff&rlz=1B3GGLL_enIN395IN395&ie=UTF-8"]here[/URL]. Please check your [URL="http://www.connectionstrings.com/"]connection string[/URL].

Member Avatar for debasisdas
0
73
Member Avatar for TrustyTony

yes that sky rocketed a couple of days back and yesterday nose dived back to where it was

Member Avatar for TrustyTony
0
272
Member Avatar for Behseini

Yes those are system tables. that will depend on the schema through which you have logged in into the DB.

Member Avatar for debasisdas
0
134
Member Avatar for royng

[QUOTE=VernonDozier;1510700] ... you can vote as you please[/QUOTE] What the hell, how can he vote, is till a minor. :twisted:

Member Avatar for HiHe
0
566
Member Avatar for DasQuark
Member Avatar for Samlea72
Member Avatar for rizkiapriansyah
Member Avatar for zslgreen

You need to alter the table. Please read more [URL="http://dev.mysql.com/tech-resources/articles/mysql-cluster-50.html"]here[/URL] and [URL="http://dev.mysql.com/doc/refman/5.5/en/alter-table.html"]here[/URL].

Member Avatar for finito
0
100
Member Avatar for mkzamanopu
Member Avatar for code07

You need to go and read books and then complete your own assignment by yourself only.

Member Avatar for Luc001
-3
135
Member Avatar for TeddyBear2155

Tr using this [code]SELECT TO_CHAR(sysdate,'DAY') from dual [/code] for the 2nd part of the question use the above query (modified as per your requirement) and use [B]group by[/B] clause on the day.

Member Avatar for pratik_garg
0
848
Member Avatar for The Dude

^ Another Nice Human on Earth < Browsing for last 4 hours. V will continue.

Member Avatar for codeorder
2
685
Member Avatar for code07
Member Avatar for stevija
Member Avatar for zslgreen

The error message is displayed to maintain REFERENTIAL INTEGRITY. While deleting records from a table you need to ensure that that there is no dependent child record in any other table, values of which are dependent on the records of the current table.

Member Avatar for debasisdas
0
60
Member Avatar for sreek_1883
Member Avatar for debasisdas
0
114
Member Avatar for margaretna

read more [URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripprogressbar.aspx"]here[/URL].

Member Avatar for debasisdas
0
74
Member Avatar for diafol
Member Avatar for Dani
1
370
Member Avatar for rohanvispute

CASE executes faster. DECODE works with expressions which are scalar values. CASE can work with predicates and subqueries in searchable form: CASE handles NULL values differently

Member Avatar for hfx642
0
105
Member Avatar for rookanga
Member Avatar for mogaka
Member Avatar for debasisdas
0
124
Member Avatar for Ravi.Srilatha
Member Avatar for Arjun_Sarankulu
Member Avatar for arezz09

You need to join both the tables using SQL if tables are related. Why two separate tables for managers and clerks ?

Member Avatar for Jx_Man
0
123
Member Avatar for 54uydf

Why you need YEAR if try to display all the failures ? Does the same course id repeats across all the years ?

Member Avatar for 54uydf
0
231
Member Avatar for ZER09

You need to use DELETE to delete records. Use proper where clause for the same. If you want to delete all the records simply use DELETE without any WHERE clause. I don't think TRUNCATE is supported in ACCESS.

Member Avatar for debasisdas
0
88
Member Avatar for arezz09
Member Avatar for newack

You need to read [URL="http://msdn.microsoft.com/en-us/library/bb500469.aspx"]this[/URL].

Member Avatar for debasisdas
0
122
Member Avatar for arezz09

You need to store the path of the file stored in the folders along with other details in the employee table. To retrieve the same yo need to fetch the path stored in the DB and read the file from file systems.

Member Avatar for debasisdas
0
139
Member Avatar for vinothmca
Member Avatar for arezz09

option1 -- use a refresh button option2 -- refresh using timer (bad idea)

Member Avatar for Jx_Man
0
166
Member Avatar for bettybarnes

Not sure exactly what is your confusion. All arithmetic operations works on database tables while used as part of a SQL.

Member Avatar for debasisdas
0
265
Member Avatar for simransuri
Member Avatar for ayat taj

That is [URL="http://www.daniweb.com/software-development/cpp/threads/359811"]here[/URL].

Member Avatar for jingda
0
133
Member Avatar for deceivingrakesh

[QUOTE=deceivingrakesh;1536138] users will upload texfiles which might include images[/QUOTE] Images in text files, How ?

Member Avatar for deceivingrakesh
0
217
Member Avatar for Sturdy
Member Avatar for chabo

I know you are in a hurry but would you mind showing the code that you are working on.

Member Avatar for chabo
0
232
Member Avatar for arezz09

what is a system in your case ? is it a PC or an application ? What will log off ?

Member Avatar for arezz09
0
87
Member Avatar for sumprit
Member Avatar for Michaelkim

as per the rule of referential integrity. 1. No child record can exist without a parent record i.e.--Parent record must be created first and then the child record. 2. Parent record can't be deleted till there exists a dependent child record i.e.-- Child record must be deleted first and then …

Member Avatar for dspnhn
0
403
Member Avatar for vinothmca

[QUOTE=vinothmca;1536174]How to insert into components.[/QUOTE] what are you trying to do ?

Member Avatar for debasisdas
0
43
Member Avatar for klemme

It is practically impossible to predict without knowing the actual structure of both the tables and their relations.

Member Avatar for klemme
0
60
Member Avatar for bondi007
Member Avatar for Jx_Man
0
133
Member Avatar for mogaka
Member Avatar for vanpersie

[QUOTE=vanpersie;1535918] I need others to work with me in DFD and DRD[/QUOTE] This must be a paid project ?

Member Avatar for debasisdas
0
151
Member Avatar for aquamarine_kath

The End.