Normal Topic Using Insert and FileOverWrite on the Server (Read 380 times)
BWETTLAUFER
Full Member
***
Offline



Posts: 216
Location: Cambridge, Ontario
Joined: Apr 9th, 2010
Using Insert and FileOverWrite on the Server
May 25th, 2016 at 10:15pm
Print Post Print Post  
Hey folks,

I'm trying to cut down the size of my database, and I'm experimenting with storing archived notes as text files outside of sesame, as per the September 2015 Inside Sesame article on page 16.

However, I have a conundrum.  It talks about pulling notes by using @Insert("Notes
" + CustomerID + ".txt"), which would be great, but it's accessing the client terminal's local directory.  Not much of a problem, because I can change my code to @Insert("s:\Data\Notes\" + CustomerID + ".txt", but what about remote users?

Is there a way to adapt this text accessibility to use a text file on the server, using @Insert or FileOverWrite, using the server file directory?

Thanks!
  
Back to top
IP Logged
 
Carl Underwood
Senior Member
Members
*****
Offline



Posts: 1351
Location: New Hampshire
Joined: Mar 11th, 2003
Re: Using Insert and FileOverWrite on the Server
Reply #1 - Jul 1st, 2016 at 2:26pm
Print Post Print Post  
Are they connecting via a VPN, or have you just allowed the Sesame ports through the firewalls?
  


Carl Underwood
CDU Computer Consulting LLC
Epsom, New Hampshire
Back to top
IP Logged