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!

Search results for query: *

  • Users: Qamgine
  • Content: Threads
  • Order by date
  1. Qamgine

    Group Membership using IsInRole

    I have searched for IsInRole in this forum and I found one topic (http://www.tek-tips.com/viewthread.cfm?qid=541090) that addresses this issue, but the solution listed did not work. Here is my code: ---------------- Imports System Imports System.Security Imports System.Security.Principal...
  2. Qamgine

    Updating a Relational Table ADO.Net

    I am trying to update two tables. The first is the Date table which has the actual date and the second is the Batch table which has a link to the Date table through a foreign key. Here is the definition. DOS Table '--------- DOSID ' Primary Key DateString 'Actual Date Batch Table '----------...
  3. Qamgine

    ADODB Database

    Is there anyway to retrieve the current record position of an ADODB recordset? When I use an ADODC control on the form I can say: Label1.Caption = ADODC.Recordset.AbsolutePosition and it will return the current record it's on. When I use a design time database ADODB.Recordset the...
  4. Qamgine

    Loose Internet Browsing When I enable NAT

    I am running Win2K Server. I have two NIC's. LAN: Ip - 192.168.135.29 Mask - 255.255.255.128 Gate - 192.168.135.1 (firewall router) LAN2: Ip - 192.168.1.1 Mask - 255.255.255.128 Gate - 192.168.135.29 (LAN1 Address) Using DHCP, did not set any scope or server options. The users can connect to...
  5. Qamgine

    Packaging with ADO Controls

    I have a program that contains an ADO DSN. I am trying to have the program on a server so that anyone on the network can run it directly from the server. It uses an access database that I want stored on the server, but want everyone in the company to have access to via my program. I used ADO...
  6. Qamgine

    Nortel Networks

    Okay, I'm obviously missing something. After much work and sweat, I finally got the actual VPN to connect to a remote host. (had problems with banner page, etc.) However, when I try to access an IP on their network it times out. Here's my question. What ports on a Cisco Systems PIX Firewall...
  7. Qamgine

    SendKeys "{tab}" Keyboard Lock

    Okay, My client is used to a UNIX system in which during data entry to move from field to field they press the Enter Key. I know it's not coding correct to assign the Enter key as the tab key, but this is the way they want it. Here's my code: Private Sub txtFirstName_KeyPress(KeyAscii As...
  8. Qamgine

    Full Duplex vs. Half Duplex

    To make wiring of my local network easier I decided to just use the orange and green pair and remove the blue and brown pair for Cat5 RJ45. Four wires were easier to wire than eight. However, I think I have shot myself in the foot. I just got a cisco pix firewall and have the interfaces to Full...
  9. Qamgine

    T1 Networking

    Not really sure if this is the forum I should be posting in, so if you know where I should be please let me know. I am an ameteur at T1 networking. Here is my setup currently. I have two networks. One being a public with static IP's the second being private using DHCP on a IIS system. That...
  10. Qamgine

    T1 Networking

    Not really sure if this is the forum I should be posting in, so if you know where I should be please let me know. I am an ameteur at T1 networking. Here is my setup currently. I have two networks. One being a public with static IP's the second being private using DHCP on a IIS system. That...
  11. Qamgine

    DNS/DHCP and my Router

    I have a DSL line coming in with a pool of 30 ips provided by our ISP. Before we got our Win2K we had the 30 pcs on static ip which I setup manually. These all would hit our Unix box that used the router as it's gateway as well and has the ip of (fake: 10.1.104.113). We recently purchased a...
  12. Qamgine

    FYI: HP Pavilion CD-ROM's going all Digital

    I recently purchased a HP Pavilion 510n. When I opened the pc to install extra ram, cards, etc. I noticed that there was no analog sound cable from the cd-rom to the on board sound card. I couldn't get sound to work at all when I put an audio cd into the drive. I found out that they are going...
  13. Qamgine

    From Windows XP to Win2K CD-RW Problem

    I recently purchased a HP Pavilion 510n that came with XP pre-installed. It also came with a Philips CD-R/RW drive. I formatted the hard drive and put Win2K on it. I have everything up and running except the CD-RW. I can read from it, and it has a valid driver but Adaptec's Easy CD-Creator does...
  14. Qamgine

    Immortal Processes

    I was debugging a modem with cu and the process hung. I have tried killing the process using -9 -3 -2 with no luck. I think it's immortal. Anyway to kill this process w/o reboot? Thanks in advance.
  15. Qamgine

    Print Scrn Button

    Is there a way to map the print scrn button on a dumb terminal to print to a specific printer? Thank you in advance for your help. Q
  16. Qamgine

    Running Perl Script On Page Load

    I have written a perl counter. My problem is to run the script and have the contents appear on my home page? Could someone please tell me how to do this. Thank you in Advance.

Part and Inventory Search

Back
Top