Re: Creating an ODBC new DSN fails

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance

From: Colin Bate (ColinBate_at_discussions.microsoft.com)
Date: 09/21/04


Date: Tue, 21 Sep 2004 01:39:03 -0700

David,
Thanks, your advise was bang on. On the XP box selecting local from the
'Which server do you want to connnect to' box puts just 'local' in the box,
if you change it to '(local)' i.e. with brackets it works. I'm sure just
typing just 'local' used to work.
Many thanks Colin.



Relevant Pages

  • remote execution over a socket with slave interpreter
    ... Below are two scripts (for a server and for a client) that I have been using to try to set up some simple remote execution in a windows environment. ... This gave me my basic functionality, but then I decided to make it a bit more polished by creating a slave interpreter on the server side, and to feed back any results to the client side. ... proc acceptConnection {sock addr port} {global port_array ... #end of file or connection drop close $sock puts "Close $port_array" unset port_array} else {puts $line ...
    (comp.lang.tcl)
  • Re: widget updating issue
    ... and then the ReadInput procedure callback looks something like: ... proc ReadInput {server chan} { ... puts "Received: $line from $server" ...
    (comp.lang.tcl)
  • Tcl Socket problem
    ... So the server will just call the ... global parser buffer cidlist nametypecidlist newid ... foreach clientid $cidlist { ... puts $clientid $result ...
    (comp.lang.tcl)
  • Eventmachine questions?
    ... I am starting to write a pretty simple UDP server using eventmachine. ... puts "client connected!" ... def receive_data ...
    (comp.lang.ruby)
  • Re: TCPSocket and RFC 821
    ... generated by the gets call you make right after sending QUIT. ... Try the same program with a mail server located on a different machine ... After sending QUIT on an SMTP ... puts t.gets ...
    (comp.lang.ruby)