No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
16 Posted Topics
Could be a user permission issue. How is the drive mapped? Is it in a script? If so, can you provide the code? Chris Fry Canberra, Australia
Hi all, I'm in the process of attempting to set up an IPSec tunnel between two LAN's. Here's an ASCII diagram (IP's changed): (Lan1: 192.168.0.0/24) | [D-Link NetDefend DFL-800 Firewall] | (Public IP1: 111.111.111.111) |/| |/| |/| <-IPSec Tunnel |/| |/| (Public IP2: 222.222.222.222) | [Fortinet Fortigate Firewall] (Lan2: 10.0.0.0/24) …
[QUOTE=anjama;368215] ...if you want to enforce referential integrity between tables, you must use Innodb. [/QUOTE] Hi Anjama and others, I'm in the initial stages of building a MySQL database for my employer using the MyISAM engine. I intend to limit database access to stored procedures and triggers which will enforce …
Hi Hisoka, I assume you're using Windows? If so, as Bobbyraw said, ZoneAlarm is pretty good. You can get the free firewall at [URL="http://www.download.com"]download.com[/URL] (search for "ZoneAlarm Firewall" without quotes - should be the first hit). You could also try Comodo firewall available here: [URL="http://www.personalfirewall.comodo.com/"]http://www.personalfirewall.comodo.com/[/URL] Post again if you're not …
Hi Alcutus, Let me start by saying Excel often has issues with CSV. I've seen big problems creating/editing CSV files with Excel even for SQL Server (Microsoft's equivalent to MySQL)... You would think that Microsoft would at least adhere to their own standards... but, moving on. I noticed a few …
Hi jjtao, Could you change your code to the below and tell us the output? [CODE]... $sql_query = "SELECT COUNT(idnum) FROM $table_ads WHERE $sql_mct1 AND visible=1 $city_query"; [COLOR="Green"]echo '$sql_mct1 = ' + $sql_mct1; echo '$sql_query = ' + $sql_query;[/COLOR] $sql_res = mysql_query($sql_query); ...[/CODE] Where is $sql_mct1 initiated? It looks to …
Hi Danci, There's a number of appropaches you could take to this. Just a few questions.. 1. Is it going to be used on 1 Excel file or potentially lots? 2. Does it have to be an Excel file? Could it be an XML or CSV file (created in Excel)? …
Hi BrownsFan, What type of VPN is it? E.g. PPTP, IPSec/L2TP, etc. These protocols have outgoing, client port requirements, and your router may be blocking some or all of those outgoing ports. Regards, Chris Fry
Also try a scan-disk. I'd probably try a backup, followed by formatting your HD and reinstalling Windows if you have time. If that doesn't help, it's probably a hardware issue. Chris Fry
Hi Esmith, First I'd check the cabling - make sure you have: Phone port -> modem -> router -> desktop. If anywhere from router to the phone line isn't connected properly, you won't have internet, but will still be able to ping the router. Also make sure your router and …
Hi Nubski, A few questions: 1. Will this application run on multiple computers? 2. Are your users staff, students or both? I.e. What level of trust can you assume from your users? 3. Do your users have individual Windows accounts (I assume a Windows environment because you mentioned Access and …
Hi Darla, I agree with Inky - a VPN is probably the way to go. Have a look at this tut: [URL="http://www.onecomputerguy.com/networking/xp_vpn_server.htm"]http://www.onecomputerguy.com/networking/xp_vpn_server.htm[/URL] It has instructions for creating a VPN server with XP. You'll need a static IP address (which I assume you have if you already had one type of …
Hi Aj_anil, Are you saying you need to put the data from your old server onto your new one and you want to know how? The easiest ways to transfer lots of data are: 1. An external storage device (e.g. USB hard drive) 2. Over the network It does depend …
Hi Extofer, Is that a total of 25 users and 8 remote locations? Or is it just that only 25 of your users use TS? I manage IT for a medium sized charity organisation, and need to put in a new firewall/gateway - needless to say, I need to keep …
Hi Kalogera, With problems like that, it's best to go along the chain of components one at a time and check each out. [B]1st Component - email client[/B] What program did you use to write the email message? Assuming it's Outlook or Outlook Express, open it up and see if …
Hi RigbyBaffers, Have a look at this article: [url]http://support.microsoft.com/kb/307545[/url] If that doesn't work, I'd get an external HD case, take your HD out and put it in that, recover any data you want to keep on another computer, put the HD back into your original machine and reinstall Windows. Assuming …
The End.
cfry