2,965 Topics
![]() | |
Hi everyone, I want to retrieve data from database in jsp page based on the particular m_emp_no .I am finding it very difficult so please can you all help me out with the problem. Here is the structure of my database and i am using ms.access [ICODE]m_emp_no m_leavetype m_bal 1004 … | |
Ok I'm doing my final project for my Data Structures class and have a quick question. This hasn't come up in any of my programming classes yet (which now that I think about it, is kind of odd but oh well). What I'm having to do is write an interactive … | |
About a week ago my computer started running slower. My friend checked out and found iexplore.exe multiple times in processes. So I've looked everywhere to find out how to get rid of it. Also, the link for DSS has been stopped b/c of sumthin happening so I dont have those … | |
Hi, I have a Acer desktop with a Celeron D CPU 3,46GHz 3.47 GHz. 1.25 GB of RAM Physical address extension running Windows XP Pro Version 2002 with SP3 I have a list of problems:- 1. when using my pc with one of three internet programs, IE, Opera and Mozella, … | |
Hello, I don't know any Perl but I do know Java. I am studying about Push down automatas at the moment and wanted to make a simulator for myself. I have found some code in Perl that does it but I do not know how I can go about using … | |
Hi, I have got this thing where if i go on google and search, the text is bigger than usual. Also if i click on a search it loads up a new window and some random site comes up. Id really appreciate a step by step guide on what to … | |
So I followed these directions of yours: Hi altezza and welcome to daniweb, Please do the following steps. Please download Malwarebytes' Anti-Malware (MBA-M) to your Desktop. * DoubleClick mbam-setup.exe and follow the prompts to install MBA-M. * Be sure a checkmark is placed next to Update Malwarebytes' Anti-Malware and Launch … | |
well i don't know what i did, ran some exe file from a movie i downloaded and bam, was supposed to generate a password for an rar file, i ran hijack this and thought maybe somone could help me, i've run a bunch of programs i had installed, nod, adware, … | |
We are working on an application that caters to a group of institutes. With the current database architecture each institute has its own database, with the same structure but data is different. But there has to be a common database that has some data which need not be repeated in … | |
i ran spy bot search and destroy and it says i have 2 2 trojans MyWebSearch and FunWebProducts. so i ran Hijacker and this is the log. Not sure what to do next can you please help. when i go to start menu my search is missing so i cant … | |
Hi, I am first time to ask this forum to help. Think my comp have big trouble. I tried some scanning and looks they works well but still have "VIRUS ALERT" at task bar - bottom right as well cannot see C:\ drive at My Computer. Also cannot do System … | |
Hi friends :P I'm needing some help on an assignment. I'm really not sure about all the argument-passing and structure references I have been assigned for my C++ class. Any help is greatly appreciated. I'll continue to work on it in the meantime, but I cannot get it to compile … | |
I noticed about 2 weeks ago that a bunch (not all) of my picture and video files are gone!! The folders I had them arranged in are still there, but there is nothing in them. I have been loosing my mind trying to figure out the problem. I have requested … | |
[url]http://www.talklikeapirate.com/piratehome.html[/url] Here be a FAQ for ye all. Q: What's your favourite data structure? arrrray's me hearty! Q: Which virus scanner do you use? Avast!, and ye be free of the vermin. Q: What's your favourite syntax? Arrr, that'll be the main brace to keep your program on a steady … | |
Hi I hope I am posting this thread in the right place, it is the only Virus and Spyware thread I can find, if there is another forum I'm sorry, I hope someone can help. I started having a problem with the speed of my computer a copuple of days … | |
Hello ,That should read hijack not hojack lol could someone advise on what to do with this and whats bad if any or program to remove the nasties ,all ready tried AVG antiviri/ spybot S&D/malwarebytes/ and ccleaner and combofix . Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 6:02:17 … | |
I noticed about 3 weeks ago that a bunch (not all) of my picture and video files are gone!! The folders I had them arranged in are still there, but there is nothing in them. I have been loosing my mind trying to figure out the problem. I have requested … | |
Congratulations on creating a large database driven site! It is beautiful and very useful, now if only you could figure out how to get people to find your site. Time for search engine optimization! SEO is how to make your website easy for the search engines to crawl and convince … | |
Im trying to build a site that gets info, lets say product prices, from different xml sources that have a different structure. Then it displays all the prices sorted.. My first guess is to import all the data from the different XMLs to a mysql db after the sorting of … | |
Hi, I was wondering if anyoune could give me some code example for this situation: I have XML parser, which accepts java.io.file data structure. I need to upload XML file and made it into file structure so i can parse it by written method or upload file into MySQL database. … | |
Generic Pentium 4 PC Windows XP I've been scanning and removing viruses and spyware, registry erros and malware for over 1 week. Here's the hijack this report. Is version 2.0.2 the latest? You helped me last year with my daughter's computer. Kids what can you do with them except love-em. … | |
A lot of blah blah, scroll down for the matter i need help with... Hello everybody. I'm a moderator of a gaming forum and a big fan of bishoujo games. I sometimes do my own game releases/revamps, but what i've did till now didn't involve much "real" coding. I want … | |
Well, the basic structure is a form which uses multiple classes defined in seperate files. Below is my controller class which is supposed to keep track of which files are opened. It's included in both the form and the [i]Map.cpp[/i] file, which contains all Map function implementations. I'm supposing these … | |
hi guys, I have a simple question and I am new to c, Would appreciate any advise I could get. Here's the doubt. [code=c] main() { char a[10],*a1,b[10],*b1; a1=&a[0]; b1=&b[0]; int x=0; for (x=0;x<=1-;x++0) { *a1++=*b1++; } } [/code] Basically if I had a string in b[10] it would get … | |
[CODE] CREATE TABLE `categ` ( `id` int(10) unsigned NOT NULL auto_increment, `categ` varchar(32) NOT NULL default '', PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=8 ; INSERT INTO `categ` (`id`, `categ`) VALUES (1, 'General'), (2, 'Politica'), (3, 'Sport'), (4, 'International'), (5, 'Cultura'), (6, 'Hitech'), (7, 'Showbizz');[/CODE] [CODE] CREATE TABLE `ziare` … | |
hi , PHP Warning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in C:\Domains\eazygurus.com\wwwroot\courses.php on line 45 im getting this error please help me out from this. im attaching the php file and copying my database values........ Table structure for table `course` -- [code=sql]CREATE TABLE `course` ( `id` … | |
Hi All, I want some interesting Advanced data structures problems. Could you please let me know the link or the actual problem statements? If possible, you can send some hints to solve that problem. This would be very helpful for me. | |
Hello, I need some help with some code I have. The compiler is giving me weird errors and I am not sure how to fix it, especially because I dont see anything wrong with the way I wrote my code. It has to do with array of structs and declaring … | |
I had gotten my code all working, and everything is capable of doing what it's supposed to do. The next step for me was to organize it a little better; re-allocating my definitions to different source code files and that such...and there the problem starts. After declaring three dyanamic link … | |
I have two forms - the first shows a list of advertisers, with the options to Add New (goes to the formsc.php) for a totally new advertiser, and edit or delete based on the advertiser id. When I click on add new and try to insert data I get the … ![]() | |
This error is on my sister hp laptop which has windows xp home sp1 and internet explorer 6 it is using a wireless connection to my bt home hub network which works fine. i keep getting that same cannot find server on every website on ie6. she recently had some … | |
how can i set that it will count also from the label that "how many rentals are overdue"[CODE=vbnet]Structure rental Dim rentalid As Integer Dim familyname As String Dim Firstname As String Dim dateborrowed As Date Dim duedate As Date Public Overrides Function ToString() As String Return " " & rentalid.ToString() … | |
Help I have a large red rectangle on my desktop which says i have adware on my pc and to activate my antivirus i have used all the progs like search and destroy etc now i have used hijack this and enclosed the results. Any help would be appreciated. Thankyou. … | |
Have a go.google redirect at present; looks to be affecting Opera, IE, and Firefox (but not Chrome). HJT log is as follows; any assistance is most welcome and greatly appreciated - Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 12:47:49 AM, on 9/5/2008 Platform: Windows XP SP2 (WinNT 5.01.2600) … | |
Hello and hii fellows.... I want your help right now in making a BST in which we can perform treeSearch....treeMINIMUM....treeMAXIMUM....treeINSERT....treeSUCCESSOR....treePREDECESSOR....treeDELETE....alongwith INORDER....POSTORDER....PREORDER traversal methods.... I have made a program consistiting of all methods excluding treeDELETE.... I'm ordered to make a tree-class....and a structure for node of a tree.... but im confused … | |
Hi everyone, I'm having issues while attempting to read a text file of the following structure [QUOTE] 0 0 -7.278289 0 1 1.922087 [/QUOTE] As you see the first and second values in a line are integers, I'm not interested in those, the third value is a float which I … | |
Well it seems that this background changing virus has gotten me good. I have been in safe mode w/ networking just to be able to download Mlb, Hjt, and kaspersky. Any help is greatly appreciated! Malwarebytes' Anti-Malware 1.25 Database version: 1062 Windows 5.1.2600 Service Pack 2 11:16:12 AM 8/25/2008 mbam-log-08-25-2008 … | |
I am currently working on a program that takes input from a file and calculates the averages. I decided to just write the program they way I "thought" I could do it. [code]struct student{ char name[15]; double average; double score1,score2,score3; }; struct student num_students[50]; int main (){ int i = … | |
I need helping writing the following code that does the following pls Implement the following String List ADT: A String List is a list (sequence) of strings with the following methods: 1. A constructor that initializes the list to be empty. 2. A boolean isEmpty() method that returns true if … | |
Hi crunchie I've had the same malware/virus as swfcrule4eva, if you can look at my log post from Mlawrebytes that would be really appreciated thanks Malwarebytes' Anti-Malware 1.25 Database version: 1090 Windows 5.1.2600 Service Pack 3 9:54:26 PM 28/08/2008 mbam-log-08-28-2008 (21-54-26).txt Scan type: Full Scan (C:\|D:\|E:\|) Objects scanned: 124381 Time … | |
i downloaded nero and now i keep getting spyware and virus alerts. i have avg and it won't detect and anything. Windows keep saying i'v got virus and spy ware window keeps popping up like crazy. I cant access C drive, control panel and task manager. When i go to … | |
Hibernate: select trips0_.PERSONID as PERSONID1_, trips0_.TRIPID as TRIPID1_, trips0_.TRIPID as TRIPID1_0_, trips0_.PERSONID as PERSONID1_0_, trips0_.DEPDATE as DEPDATE1_0_, trips0_.DEPCITY as DEPCITY1_0_, trips0_.DESTCITY as DESTCITY1_0_, trips0_.TRIPTYPEID as TRIPTYPEID1_0_ from TRIP trips0_ where trips0_.PERSONID=? I got this output(above) when I did a System.out on a List. Does this make sense to you. I … | |
[URL="http://searchsecurity.techtarget.com.au/articles/26194-Black-Hat-roundup-Vista-security-defeated-IOS-rootkit-DNS-flaw-worse-than-thought-#Vista"]Vista security rendered 'uselsess'[/URL] By Dennis Fisher [quote]Two security researchers have developed a new technique that essentially bypasses all of the memory protection safeguards in the Windows Vista operating system, an advance that many in the security community say will have far-reaching implications not only for Microsoft, but also on … | |
Hi, my computer was all infected so I came to this forum, I read "read me before posting a request", so I ran all the programs [B]DSS MAIN[/B] Deckard's System Scanner v20071014.68 Run by User on 2008-08-10 23:51:29 Computer is in Normal Mode. -------------------------------------------------------------------------------- -- System Restore -------------------------------------------------------------- Successfully created … | |
Hey guys, I have made the unfortunate mistake of allowing an Active X install which has resulted in some sort of virus being installed on my computer. I have similar symptoms as I've read about online such as: [LIST] [*]no drives listed from My Computer [*]VIRUS ALERT! displayed in bottom … | |
hi all, i have a problem in retrieving data from database into tree structure.Anyone solve this problem | |
Ok so i recently recieved what i believe is called something along the lines of the "Antivirus XP Virus" Where your background and screensaver both get changed, and you lose the ability to change them back. Ive done some research around here and apparently the fix involves these two programs … | |
Is there someone that could answer questions concerning the HibernateTravelApp tutorial. I have written it a couple times per the tutorial and I am presently remodeling it to fit my own MySQL database. If there is a convenient way to transfer this data base along with the .zip of the … | |
After spending some time on JSP section of this forum as many before me, I come to the conclusion that we are in need of "proper" tutorial on this topic. This tutorial is not intended to teach you everything from top to bottom, it is just a starting point to … | |
Hello, I've got an annoying adaware that after I neutralaized it it came back again My HijackThis Log: Logfile of Trend Micro HijackThis v2.0.2 Scan saved at 9:56:11 AM, on 8/21/2008 Platform: Windows XP SP3 (WinNT 5.01.2600) MSIE: Internet Explorer v7.00 (7.00.6000.16705) Boot mode: Normal Running processes: C:\WINDOWS\System32\smss.exe C:\WINDOWS\system32\winlogon.exe C:\WINDOWS\system32\services.exe … |
The End.