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 IamaSherpa 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: *

  1. johnsonp

    TCP/IP and Networking

    Is there any way of getting tcl/tk to 'talk' directly over a network using UDP/IP? I'm trying to update a SCO/Linux 'C' program with a nicer GUI front end, to run under Windows 2K; that will eventually talk RTP2000 protocol to interrogate RTP PLCs. ( I prefer tcl/tk to VB or MS C++ !) Regards...
  2. johnsonp

    Locking down CD and Floppy Disk Drives

    Does anyone know of any software or routines that will allow me to 'lock' access to the floppy disk and CD-ROM drives on a Windows 2000 PC? I have a requirement to stop unauthorised access to the PC - to stop loading of data or software, but perhaps more importantly, to stop theft of data...
  3. johnsonp

    Locking down CD and Floppy Disk Drives

    Does anyone know of any VB routines (or other) that will allow me to 'lock' access to the floppy disk and CD-ROM drives on a Windows 2000 PC? I have a requirement to stop unauthorised access to the PC - to stop loading of data or software, but perhaps more importantly, to stop theft of data...
  4. johnsonp

    tclodbc and SELECT

    To use ODBC from within a Tcl script add the folowing line: package require tclodbc then connect to ODBC using: database db $dsn You will have to configure the ODBC DSN manually, to point to your database, assuming the Oracle driver is there! Hope this helps. ---- I solved my...
  5. johnsonp

    tclodbc and SELECT

    This might seem like a stupid question but how do you read in the results of a SQL query when using tclodbc2.3? I've got code to perform other operations like DROP, CREATE, INSERT and UPDATE but I can't find any examples which show me how to read a recordset, i.e. the results of a SELECT. I'm...

Part and Inventory Search

Back
Top