[DUG]: Network Drive

2001-04-22 Thread Eion McIntosh (CHCH)
Hi Can someone please give us some assistance on how to make a programmatical network drive connection. We have a app running which we want it to temporary make a automatic drive mapping to do one task and then disconnect. This is only a small task and we don't want the user to have permanent

Re:[DUG]: Network Drive

2001-04-22 Thread paul . mckenzie
=== [EMAIL PROTECTED] Ph: (04) 576-6822 T.A.B. National Office 106-110 Jackson Street Petone New Zealand Reply Separator Subject: [DUG]: Network Drive Author: [EMAIL PROTECTED] Date: 23/04/2001 10:16 Hi Can someone please gi

RE: [DUG]: Network Drive

2001-04-22 Thread Eion McIntosh (CHCH)
:[DUG]: Network Drive Do you have to actually map the drive ? or can you just access it the same way it would be mapped... ie using the path "\\NetworkedDrive\NetworkDirectory\SubDirectories\TheFile" Regards Paul McKenzie = Paul McKenzie Jetbet II

Re: [DUG]: Network Drive

2001-04-22 Thread Bevan Edwards
D]] Sent: Monday, 23 April 2001 10:31 To: Multiple recipients of list delphi Subject: Re:[DUG]: Network Drive Do you have to actually map the drive ? or can you just access it the same way it would be mapped... ie using the path "\\NetworkedDrive\NetworkDirectory

Re:RE: [DUG]: Network Drive

2001-04-22 Thread paul . mckenzie
T.A.B. National Office 106-110 Jackson Street Petone New Zealand Reply Separator Subject: RE: [DUG]: Network Drive Author: [EMAIL PROTECTED] Date: 23/04/2001 11:00 The task requires a database connection. Can you setup the BDE

RE: RE: [DUG]: Network Drive

2001-04-22 Thread Eion McIntosh (CHCH)
Using the UNC path has done what I wanted, Thanks -Original Message- From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] Sent: Monday, 23 April 2001 11:09 To: Multiple recipients of list delphi Subject: Re:RE: [DUG]: Network Drive I am pretty sure that I did this 2 or 3

RE: [DUG] Network resource and IIS

2000-07-25 Thread Jim Zheng
To: Multiple recipients of list delphi Subject:RE: [DUG] Network resource and IIS Maybe you need to try mapping the drive using the same account that IIS is running under. The ERROR_SESSION_CREDENTIAL_CONFLICT appears to happen when a mapping is already in place using a different Username

RE: [DUG] Network resource and IIS

2000-07-24 Thread David O'Brien
[mailto:[EMAIL PROTECTED]] Sent: Thursday, 20 July 2000 11:43 To: Multiple recipients of list delphi Subject: [DUG] Network resource and IIS Hi, All, When we try to map a network connection inside IIS, i.e. in an OCX component, by using WnetAddConnection2 API function, we get error code which

RE: [DUG] Network resource and IIS

2000-07-20 Thread Chris Reynolds
. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Jim Zheng Sent: Thursday, July 20, 2000 11:43 AM To: Multiple recipients of list delphi Subject: [DUG] Network resource and IIS Hi, All, When we try to map a network connection inside IIS, i.e. in an OCX

[DUG] Network resource and IIS

2000-07-19 Thread Jim Zheng
Hi, All, When we try to map a network connection inside IIS, i.e. in an OCX component, by using WnetAddConnection2 API function, we get error code which does not list in the WnetAddConnection2 help document, ERROR_SESSION_CREDENTIAL_CONFLICT is one of them. Does anyone know how to connect to

[DUG]: network protocols.

1999-06-08 Thread Matthew Comb
Does anyone know how I could write a program to install certain network protocols, setup file sharing and change the identification for a machine ? Is there anything around that does this (Apart from the windows configuration !) I want this to be automated. Cheers, Matt.

[DUG]: network

1999-02-08 Thread Siegfried Kirchmair
Hi, How can I check if another machine is up except by using file system e.g. fileexists('\\other_machine\drive\...). The problem being that by checking on a file on the network the program seems to wait for the timeout if the other_machine is down and my program seems to hang. I need to

Re: [DUG]: network

1999-02-08 Thread pjones
ist delphi [EMAIL PROTECTED] cc:(bcc: Peter Jones/LogisticsInformation Technology/Christchurch/Foodstuffs) Subject: [DUG]: network Hi, How can I check if another machine is up except by using file system e.g. fileexists('\\other_machine\drive\...). The problem being that by checking