Search found 113 matches: smb

Return to advanced search

Re: FWH, VPN and SMB

I'm sorry ... I was distracted away from the computer today. I would have given you the full implementation. If your trial works out, I will post the code that allows you to set the configuration to use CDX or ADS. Also, remember to include the proper RDD libraries in your build. If you have any pro...
by TimStone
Tue Apr 21, 2020 1:43 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Antonio,

Can you tell me where I can find ads.ch?
Or can you send it to me?

Thanks.
by driessen
Mon Apr 20, 2020 9:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Thanks a lot, Antonio.
First thing in the morning is testing.

Keep sound and safe.
by driessen
Mon Apr 20, 2020 8:55 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Michel, This is a very basic ads.prg example that is included with mod_harbour: #include "ads.ch"function Main()   RddRegister( "ADS", 1 )   AdsSetServerType( 1 ) // ADS_LOCAL_SERVER   RDDSetDefault( "ADS" )   USE clients VIA "ADS&qu...
by Antonio Linares
Mon Apr 20, 2020 8:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Otto,

Thanks a lot for the tip.
Didn't know that.
by driessen
Mon Apr 20, 2020 8:37 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Michel,
you can install WINDOWS SERVER 2019 on a WINDOWS 10 as a virtual machine.
The download version works for 120 days without licenses.
Best regards
Otto
by Otto
Mon Apr 20, 2020 8:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Otto,

I know what you mean. I have customers working that way, using RDP.

But in this case, there is no server available to which several users can connect together using RDP.
by driessen
Mon Apr 20, 2020 8:11 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Michel, Tim speaks of something else. I suggested RDP to you - we have running hundreds of systems with WINHOTEL. The databases and programs are installed on the SERVER. No data is sent over the network. Only the screen contents. If you want, you can install and test a demo of your software on one o...
by Otto
Mon Apr 20, 2020 8:02 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Tim,

I just installed the evaluation version of ADS 12.0.

I use this code to select RDDCDX
Code: Select all  Expand view
REQUEST DBFCDX
RDDSETDEFAULT("DBFCDX")
To what do I have to change my code?

But how about converting the existing files?
Thanks.
by driessen
Mon Apr 20, 2020 7:06 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Tim,
Thanks a lot for your advice.
I start trying it out immediately.
by driessen
Mon Apr 20, 2020 6:45 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

When you use DBF, your application must transfer a lot of data to the workstation. Multiple VPN's will surely slow this down. Remember, in this mode you are using Microsoft Windows Peer To Peer networking which is not robust.j If you have Advantage Database Server ( not the LOCAL version, but licens...
by TimStone
Mon Apr 20, 2020 6:40 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Why SQL - no advantages. Use a dedicated RDP server and the file system.
No layers in between. Why complicating if there are no advantages.
by Otto
Mon Apr 20, 2020 8:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Then you can install Windows Server on it, with enough CALs, so the customers can log in with RDP. Then you don't have to change anything in the program.

The best way of course is using SQL :D
by Marc Vanzegbroeck
Mon Apr 20, 2020 6:59 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539

Re: FWH, VPN and SMB

Just a single Windows 10 PC.
by driessen
Mon Apr 20, 2020 6:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH, VPN and SMB
Replies: 27
Views: 2539
PreviousNext

Return to advanced search