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...
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.