-
Replied To a Post in Burned DVD will NOT play.
Hello, The most important issue I am aware of is the speed at which you burned the DVD. Over the past 20 years working with CD's and DVD's I have … -
Replied To a Post in SQL Syntax
You have to tell the server which database to use to create the table. Add the following in front of your sql code: USE project_infracom; if that does not work … -
Replied To a Post in How to get connection speed information from remote host
You can't really get the port speed of their system without logging into the system in question. You can check to see how well they respond to internet requests and … -
Replied To a Post in Getting an expired domain back
Normaly the domain names become availaable around 2 weeks after they expire. I would try going to their site and getting the account re-establshed but they say on their terms … -
Replied To a Post in pls help me, laptop lagging cant find reason
Hello, My question would be where is it lagging? Is it when accessing the internet or when you are simply running normal applications. And you mentioned running disk cleaners have … -
Replied To a Post in mysql
What you are looking for is probably the group by clause. Group By consolidates the results for a unique value of one of the data fields. Below is an example … -
Replied To a Post in Help Values in datagrid not same as Access Query
Hello, You could try making the default value for the fields 0 or you could add 0 to the value of the field in your query to get a result … -
Replied To a Post in cannot get to webpages, even though I can ping them
The question is can you get out of your computer and after that the thing to check is can you resolve any domain names. Try going to a command prompt … -
Replied To a Post in Avoid microphone use?
Hello, A lot of people "claim" to be hackers and really are nothing of the sort. Your running Linux if you have a secure password, don't have your system set … -
Replied To a Post in MYSQL Distinct & Limiting Results
Without digging into the sql you have so far and based on what you are looking to do I suggest you look into using Group By and then if still … -
Replied To a Post in How does select query works
The query first selects the CID (or city id from what I see) using the employee city shown on the page or in the query. Then is selects the eid … -
Replied To a Post in Connection Error XP/Msft Virtual PC 2007
I would take a look at the Virtual PC network configuration. See what virtual network card you are using and make sure the drivers are available for the guest system. -
Replied To a Post in Compile Windwos netcat under linux?
Why would you need to use MinGW almost every linux distrubution has gcc available as part of the distro. Wine should not be needed. Besides the rpm is also available … -
Replied To a Post in Database Transactions from one username to another?
We really would have to have samples of the tables to give you the exact code. No telling what triggers are in place or what actual tables are involved with … -
Replied To a Post in No keyboard or Mouse function in Windows 7
Are you using a USB keyboard or mouse? Try unplugging them and plugging them into another port forcing the driver to load. If not then use one. Also try toggeling … -
Replied To a Post in Database Transactions from one username to another?
Hello, To follow normal accounting procedures you would need two transactions. One debiting the receiving account and one crediting the sending account. Banks credits and debits are backwards from other … -
Replied To a Post in How to check compability?
Hello, You really don't have to worry about the OS so much as the browsers and the language that the page is written in. I would say keep it simple … -
Replied To a Post in right path for php in order to execute php cli
It is normally found here: C:\xampp\php\php.exe -
Replied To a Post in database management
Before we can really answer that you are going to have to tell us which database you are trying to connect to (MySQL, MS SQL Server, Access, Oracle, etc.) and … -
Replied To a Post in CRON job using cURL to FTP server to server ???
That is just a Unix/linux shell script that can be invoked one line at a time from the command line (if needed) for testing. If you notice the first line … -
Replied To a Post in Query Help
I would use count to see if the user ID returns any rows where status_type(10) and status_value(11). and use that as the having part of you query. select id, name, … -
Replied To a Post in CRON job using cURL to FTP server to server ???
Ok a couple of things that ma help. Curl is designed to get files not send them so drop that approach all together. SInce your not on a windows (yea) … -
Replied To a Post in Netwok and Sharing Notification
Then it probably is Windows Firewall try turning it off and see if you can turn Network sharing on then, If that makes it so it works then: Go to … -
Replied To a Post in Netwok and Sharing Notification
Hello, I would be willing to bet that the ones you cannot save the settings on and gave them stay are not Win 7 Professional but either Windows 7 Home … -
Replied To a Post in I can't delete row in sql T-T
Just out of curiosity have you run the select query to see what records you are attemptng to delete? It could be your delete is pulling more than on record. … -
Replied To a Post in SQL Contains From Table Column
You could also limit it to the first x number of characters and check them against each other but Pritaeas is correct you will have to define some rules to … -
Replied To a Post in Graphic Virtual Router and Switch Simulator
Are you looking for the configs/IOS files for gns3 devices? If so I gave most of them. -
Replied To a Post in Outlook email cannot send to hotmail
Hello, It depends on the error you are getting when you try to send email. Probably need to change your MX records or set the spf record to show you … -
Replied To a Post in can anyone identify the cause of this?? (explorer.exe issue)
I would grab a copy of hijackthis which is a malware detector that will show you all of the hooks into your system through registry entries and help you track … -
Replied To a Post in How to get shell script to pause
You could add sleep X as a fifth line where X s the number of seconds till it continues or use echo "Backup Complete" | more -d instead of the … -
Replied To a Post in How to link 3 tables in mysql in dreamweaver.
Hello, I am not sure if you are looking for the php code or the sql code but here is the sql code for what you need to do. You … -
Replied To a Post in update with join
You can't use join in an update. You have to reference both tables and select the records to update. update folders, Documents set folders.folder_ProductID = Documents.products_ProductID where folders.FolderID = Documents.FolderID -
Replied To a Post in where to get sql dump for countries,cities and states
Hello, Try this site it has several formats and includes city, region, country, latitude and longitude. [http://www.maxmind.com/en/worldcities](http://www.maxmind.com/en/worldcities) -
Replied To a Post in Need Driver for Gforce 6600
Hello, You can download the drivers you need from the nvidia site at: [http://www.nvidia.com/Download/index.aspx?lang=en-us](http://www.nvidia.com/Download/index.aspx?lang=en-us) In the list select GeForce 6 Series and you can get the latest driver or you … -
Replied To a Post in SQL
So what was wrong with your query other than you tried to select a field Permanentaddress2 that was not listed in the definition you provided or the criteria you listed. … -
Created Graphic Virtual Router and Switch Simulator
GNS3 is a Graphical Network Simulator that allows emulation of complex networks. You may be familiar with VMWare, VirtualBox or Virtual PC that are used to emulate various operating systems … -
Replied To a Post in minicom
There is a great tool for this called GNS3 or Graphic Network Simulator 3 which will create Virtual Cisco routers and switches that actually uses the cisco or juniper ios. … -
Replied To a Post in Subquery returned more than 1 value
Hello, How about this instead which is supposed to be the right way to do the query: SELECT tbl_class.class_id, tbl_class.course_id, tbl_class.class_room, tbl_course.semester FROM tbl_class inner join tbl_course on tbl_course.course_id = … -
Replied To a Post in SQL: Find the biggest percentage change in response time
Hello, I was looking over what you have and what you said you wanted to do and I have a couple of ideas on how to do it but I … -
Replied To a Post in Reset HDD with password?
I suggest downloading UBCD which is a bootable CD image you can write to a CD and then boot from. It has multiple drive utilities that should do the trick … -
Replied To a Post in Reset HDD with password?
I would say you will proabably have to wipe the drive with a DOD level drive wipe application in order to be able to use it again. Unless it is … -
Replied To a Post in SAS vs SATA SSD?
Dani, That would be a tough choice to make and would depend on what SSD drives are available. I have always heard that SSD drives did not have a great … -
Replied To a Post in make a joint report of the two databases
Hello, What you need to do is use UNION to merge the output from the two databases and if needed you can sort the out put into one large table … -
Replied To a Post in Cacls Command error
To get to the command prompt as administrator go to start accessories and then right click Command prompt and select "Run as administrator" from the menu. Then try your unlock … -
Replied To a Post in I'm having a problem with locating UID and shells and displaying them
Hello, The UID is the user id and it is stored in the /etc/passwd file. Below is a link to a site the explains the format of the date in … -
Replied To a Post in database server advice
Rubberman's suggestions are accurate and correct. I would like to add that you can run what is referred to as a LAMP (Linux, Apache, MySQL, PHP) server with $0.00 cost … -
Replied To a Post in Need server recommendation
Hello Dani, Please remeber that this is my opinion however personally I would go with an ASUS or an HP. Dell used to be a quality product but over the … -
Replied To a Post in MERGE intranet server's database (MSSQL) w/ web server's database (MySQLL)
Hello, The databases do not have to be on the same server or the same type of server they must simply have a location that both servers can somehow read … -
Replied To a Post in Column Comparison with awk
Hello, I know you mentioned using awk but I thought I would throw this in anyway: `cat myfile.txt | sort -k 1,2 | uniq -w 13 ` sorts the file … -
Replied To a Post in LAN Cable Multiplication
The only way you could double your speed would be to run a separate cable and configure your switch to treat the two ports as one single 2GB port and …
The End.