Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by llam

  1. llam

    DID to Fax Server

    Hi, my company is going to upgrade the phone lines from PSTN to PRI. DID will be ordered so the system knows where to direct the phone calls. I would like to do the same thing for incoming fax calls. Rather than relying on the devices that receive the fax, I would like the fax service, which...
  2. llam

    why subnet?

    I know it is such a stupid question to ask, but what is subnet? as far as i know, each physical segment should have its own subnet. the part that i don't understand is that assuming my small network is 192.168.0.0/24, if i need another network/subnet due to expansion, i can have...
  3. llam

    File moving confirmation

    Thank you for your reply. However, my needs is some what different. (I would say, supposingly, simplier) the users can have right to delete, move, whatever they want. I just want to popup a confirmation before they do so. cuz in most cases, they just cannot handle their mouse well enough and...
  4. llam

    File moving confirmation

    Hi all, I have a Win 2000 Server running as a file server. I found that people sometimes move the files by mistakes. It is like while click a folder, the user hold the click for too long, and they actually drag the folder into another folder without knowing it. Is there a way to enable file...
  5. llam

    Changing Network Time?

    I am going to give it a try. Thanks!!
  6. llam

    Changing Network Time?

    Hek, if I can do that, I have done that already. Currently, the system clock is faster than the clock on the wall. It turns out that if I adjust the clocks (not one ok ^__^ ) Many people will be late the next day morning. It may sounds stupid, but I may need to wait until the next daylight...
  7. llam

    Changing Network Time?

    Hi, Well, i know that all workstations will be sync to have the same system time. Further than that, I found that the whole network sync the time with the internet (at least from some source outside my network). The people want to take the clock on the wall as the standard office time. So I...
  8. llam

    Changing Network Time?

    Hi, My problem sounds stupid. My windows network seems syncing the accurate time from the internet. However, it is quite different from the clock on the wall ( -__- ). How can I adjust the system time and it won't be changed back to the "accurate" time again? Thanks!
  9. llam

    Linux Firewall with Linksys BEFVP41 VPN Router

    Hi all! I am a newbie in working with VPN. I need your advise in working this out. I host the internet connection with a linux box running iptables as a firewall. I would like to add a linksys BEFVP41 VPN Router to my network so that people on the road can connect to our office accessing the...
  10. llam

    HW for MS SQL?

    Oh, sorry for missing the important information. The MS SQL is mainly for the purpose of accounting use - Great Plains Dynamics. It will mainly be used during office hours. A few minutes of down time is ok to us, but we cannot take a whole day of down time. Between Enterprise or Standard...
  11. llam

    HW for MS SQL?

    Hi, my company is switch from Pervasive SQL to Microsoft SQL. We are planning to buy a new system for it. We want to have the server to last for 3 to 5 years. What kind of hardware should I get for MS SQL? (I personally do not trust the consultant that we are buying MS SQL from, as we should...
  12. llam

    Hi, I want to create a stored proc

    Oh! is there a way to pass command to Data Manager from VB then? like instead of setting up the procedure in pervasive, I do the routine in VB and pass the commands one by one to Pervasive. As I said, doing create table without semi-colon seems fine in Data Manager, if I can pass commands...
  13. llam

    Hi, I want to create a stored proc

    I am using Pervasive 2000i SP3. Hmm... sounds like SP3 does not support create table in procedures then. How about SP4? Do you know? Thanks! -- llam
  14. llam

    Hi, I want to create a stored proc

    Hi, I want to create a stored procedure that will create a set of tables depending on the parameter. However, I found that I am having problem to run create table command within create procedure command. eg. create procedure CreateTable (); begin create table t1 (c1 integer); end; I have not...
  15. llam

    VPN with Windows 2000 domain thru CIPE using Linux Gateway?

    Hi all, I am a beginner in VPN. I am not even sure whether I am heading to the right direction. What I need to do is to setup some kind of secure channel for people to logon to my office domain. The current environment is like this: Windows domain with 2000 Active Directory, running Linux as a...

Part and Inventory Search

Back
Top