2,951 Posted Topics
Re: you need to capture value from any control using variable and later use the same in your SQL statemnet. | |
Re: 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] | |
Re: Go to User Control Panel > Edit Email & Password and change the settings. | |
| |
Re: 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]. | |
Re: yes that sky rocketed a couple of days back and yesterday nose dived back to where it was | |
Re: Yes those are system tables. that will depend on the schema through which you have logged in into the DB. | |
Re: [QUOTE=VernonDozier;1510700] ... you can vote as you please[/QUOTE] What the hell, how can he vote, is till a minor. :twisted: | |
Re: 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]. | |
Re: You need to go and read books and then complete your own assignment by yourself only. | |
Re: 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. | |
Re: ^ Another Nice Human on Earth < Browsing for last 4 hours. V will continue. | |
Re: That seems to be a paid project. How much ? | |
Re: why not simply try BillNumber = max(BillNumber) +1 | |
Re: 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. | |
Re: let me understand first why you need to pass a out parameter to a function. | |
Re: read more [URL="http://msdn.microsoft.com/en-us/library/system.windows.forms.toolstripprogressbar.aspx"]here[/URL]. | |
![]() | Re: @Dani: great job. I can only imagine how fast you cooked it. :D |
Re: 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 ![]() | |
Re: May be you need to set the [B]RootFolder[/B] property. | |
Re: all the machines are able to access the central server over network ? | |
Re: You need to join both the tables using SQL if tables are related. Why two separate tables for managers and clerks ? | |
Re: Why you need YEAR if try to display all the failures ? Does the same course id repeats across all the years ? | |
Re: 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. | |
Re: You need to read [URL="http://msdn.microsoft.com/en-us/library/bb500469.aspx"]this[/URL]. | |
Re: 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. | |
Re: what are you working on ? | |
Re: option1 -- use a refresh button option2 -- refresh using timer (bad idea) | |
Re: Not sure exactly what is your confusion. All arithmetic operations works on database tables while used as part of a SQL. | |
Re: That is [URL="http://www.daniweb.com/software-development/cpp/threads/359811"]here[/URL]. | |
Re: [QUOTE=deceivingrakesh;1536138] users will upload texfiles which might include images[/QUOTE] Images in text files, How ? | |
Re: you need to use [B]COMMON DIALOG CONTROL[/B] | |
Re: I know you are in a hurry but would you mind showing the code that you are working on. | |
Re: what is a system in your case ? is it a PC or an application ? What will log off ? | |
| |
Re: 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 … | |
Re: [QUOTE=vinothmca;1536174]How to insert into components.[/QUOTE] what are you trying to do ? | |
Re: It is practically impossible to predict without knowing the actual structure of both the tables and their relations. | |
Re: You need to read books for all those beginners level questions. | |
Re: Do you have any code that you are working on ? | |
Re: [QUOTE=vanpersie;1535918] I need others to work with me in DFD and DRD[/QUOTE] This must be a paid project ? | |
The End.