Search found 34 matches: networked

Return to advanced search

Re: file ID in the Windows file system

Please notice that the above code works for local files. For networked files the code is different: HANDLE hFile = CreateFile(L"\\myserver\share\myfile.txt", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_FLAG_OVERLAPPED, NULL);if ...
by Antonio Linares
Sat Jan 06, 2024 10:34 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: file ID in the Windows file system
Replies: 5
Views: 628

Re: OT: ADS & Win 10 April Update RESOLUTION

... Win 10 workstations if SMB1 is re-enabled SMB1 is ancient and is the protocol that is abused by many viruses to discover and spread to multiple networked machines easily and quickly. In our modern world we must simple not use it, it is not secure enough, unless you particularly want to be a ...
by peterk
Fri May 25, 2018 1:29 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6140

Re: OT: ADS & Win 10 April Update SOLUTION

... all be blocked by the firewall, but all must be open. Even then, it might not communicate. I have tested this extensively on 4 different computers networked and the behavior is not stable. The only RELIABLE way to get the ADS server back online with your workstations is to create an ADS.ini file. ...
by TimStone
Wed May 16, 2018 4:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6140

OT: ADS & Win 10 April Update RESOLUTION

This is NOT a FWH issue, but perhaps others have experienced the same problem. When my computers, networked with the Advantage Database Server, and all running Windows 10, were upgraded with he April 2018 release from Microsoft, suddenly connections to the Advantage Database ...
by TimStone
Mon May 14, 2018 6:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: ADS & Win 10 April Update RESOLUTION
Replies: 25
Views: 6140

Re: Is this Netopen function from 16 bit ok for FWH32 ?

... objects ). I haven't worried about network locking in YEARS ... it should all be automatic. It's also a lot simpler. ALL of my installs are networked. I totaly agree.. I have more than once talked with James, and got a lot of info, and I'm convinced about Objects. I even use them i smaller ...
by Marc Venken
Fri Sep 22, 2017 6:48 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is this Netopen function from 16 bit ok for FWH32 ?
Replies: 4
Views: 1072

Re: Is this Netopen function from 16 bit ok for FWH32 ?

I use CDX, and tData ( Database objects ). I haven't worried about network locking in YEARS ... it should all be automatic. It's also a lot simpler. ALL of my installs are networked.
by TimStone
Fri Sep 22, 2017 4:29 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Is this Netopen function from 16 bit ok for FWH32 ?
Replies: 4
Views: 1072

TDOLPHIN + MySQL - MY.INI

Using TDOLPHIN + MYSQL, I have a client that uses 5 networked computers. The client complains that the system sometimes stops responding. Would anyone have a MY.INI with the TIMEOUT ideas settings to help me?
by MGA
Sun Mar 12, 2017 12:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: TDOLPHIN + MySQL - MY.INI
Replies: 10
Views: 1719

OT: Windows 10

... Windows Phone ( Lumia 929 ), HP 8" tablet, Microsoft Surface Pro 3, Dell Tower ( with the dual monitors ), and a Samsung All In One. All are networked ( very easily ) together, are fast, and have demonstrated no operational problems. What have you found that is new and helpful ?
by TimStone
Sat Aug 01, 2015 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Windows 10
Replies: 25
Views: 4423

Re: a very strange problem SOLVED

... or Best Appearance, but deselecting letting Windows make the choices. Once that was done, everything was back to normal. Now this occurred on 3 networked, identical, computers but at only one location. No data was affected, nor were there any errors in the program itself. Thanks for the suggestions.
by TimStone
Fri Feb 27, 2015 7:39 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: a very strange problem
Replies: 7
Views: 1358

Re: For Mr. Nages

... records and skips deleted records in the memory. When there are many deleted records in a DBF the hit on performance is clearly perceptible. In a networked environment, the sluggishness is more visible. If my advice is implemented, SET FILTER TO !DELETED() acts as a fully optimized filter because ...
by nageswaragunupudi
Thu Feb 05, 2015 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: For Mr. Nages
Replies: 8
Views: 1910

Re: Advice needed for reccount() in scopped and filtered dbfcdx.

... (I am not very sure how our RDD works, but this is by long years of experience in building where/filter clauses on large RDBMSs) 5) If targetting networked environments, keep the size of index files to the minimum. This is very important
by nageswaragunupudi
Tue Feb 03, 2015 10:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Advice needed for reccount() in scopped and filtered dbfcdx.
Replies: 31
Views: 8362

Re: OT: Strange Windows Issue

Hi James, When my systems are networked there are data and report files that would be accessed by other systems. If the system goes off-line then some files would need to be stored locally. So, if let's say a report is stored and I save ...
by Jeff Barnes
Wed Mar 12, 2014 2:33 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Strange Windows Issue - SOLVED
Replies: 9
Views: 1663

OT: Strange Windows Issue - SOLVED

... are connected to a network but not when they have no network connection. Just to be clear, this file is local. My app is not trying to access any networked files on this system. I can reproduce this on one of my laptops if I disable the network adapter. Stranger still ..... If I type in the \\MyLocalPC ...
by Jeff Barnes
Mon Mar 10, 2014 10:58 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OT: Strange Windows Issue - SOLVED
Replies: 9
Views: 1663

Network Issue

Hi All, I have run into an issue with my app when networked... If only one system is accessing the files, everything is ok. When a second system access the files things slow down to a crawl. It seems Setting Filters is taking forever. To open my dbf ...
by Jeff Barnes
Fri Jan 10, 2014 9:09 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Network Issue
Replies: 36
Views: 10937

Re: Empezando con ADO

Rick, I like to use Ms Access for desktop and small networked applications and Sql Server for larger Corporate Enterprise programs. Since Ms Access and Sql Server have native Windows support .. all I have to do is distribute my executable .. no client, ...
by Antonio Linares
Fri Sep 20, 2013 5:36 pm
 
Forum: Off Topic / Otros temas
Topic: Empezando con ADO
Replies: 48
Views: 17881
Next

Return to advanced search