Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Paradox over internet

 
   Database Forums (Home) -> Paradox RSS
Next:  SQL 2005 Maintenance Plan Output  
Author Message
Kristian_CE

External


Since: Dec 18, 2007
Posts: 1



(Msg. 1) Posted: Tue Dec 18, 2007 12:59 pm
Post subject: Paradox over internet
Archived from groups: comp>databases>paradox (more info?)

Hello Paradix gurus

I am examining possible solutions to upgrade an old application that uses BDE
and paradox into a client/server application where the clients can reach the
data over internet.

Is it possible to reach the data over internet in the same way as it is
possible to reach it over a local network? As far as I understand it this
would require a VPN or something similar but my customer claims that it can
be done through some database settings. Am I missing something?

/Kristian

 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
MVP

External


Since: Dec 18, 2007
Posts: 1



(Msg. 2) Posted: Tue Dec 18, 2007 12:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi!

Yes! It's possible.
You must :
- use NetBios on the "server" (where are data/tables)
- configure "routeur" (french word, I don't know the english
translation), for redirect NetBios ports to the "server"
- configure firewall for let pass the NetBios sockets (on server &
client).

I use this way several times per week, and some of my customers also.

NetBios has bad reputation, but it is completely unjustified. The only
problem of security found has been filled for 8 years, and NetBios is
much faster and simple that a VPN.

With NetBios, you can map remote shared dirs, like on LAN (via Explorer,
or with Net Use R: \\111.222.333.444\SHAREDATA )


*sorry for my bad english*

@-salutations

Michel Claveau

 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Steven Green

External


Since: Nov 09, 2007
Posts: 110



(Msg. 3) Posted: Tue Dec 18, 2007 12:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Is it possible to reach the data over internet in the same way as it is
> possible to reach it over a local network?

the same way?.. no.. anything client/server and/or web based will pull
selected data from the "server".. i.e. query out a particular client,
product, whatever.. you aren't interacting directly with the data, like you
are in paradox, dbase, etc..

--
Steven Green - Myrtle Beach, South Carolina USA

Diamond Software Group
http://www.diamondsg.com/main.htm
Paradox Support & Sales

Diamond Sports Gems
http://www.diamondsg.com/gemsmain.htm
Sports Memorabilia and Trading Cards

"Kristian_CE" wrote in message
> Hello Paradix gurus
>
> I am examining possible solutions to upgrade an old application that uses
> BDE
> and paradox into a client/server application where the clients can reach
> the
> data over internet.
>
> Is it possible to reach the data over internet in the same way as it is
> possible to reach it over a local network? As far as I understand it this
> would require a VPN or something similar but my customer claims that it
> can
> be done through some database settings. Am I missing something?
>
> /Kristian
>
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Jim Moseley

External


Since: Aug 28, 2006
Posts: 88



(Msg. 4) Posted: Tue Dec 18, 2007 12:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Kristian,

If you want to keep the data in Paradox, I guess you've got options. Expose
the existing application using Terminal Services or RDP or LogMeIn.com.
Or, rewrite the application to use the CWS and serve up html webpages. The
second way is not too difficult, though there's definitely a learning curve.

HTH,
Jim Moseley
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Jim Moseley

External


Since: Aug 28, 2006
Posts: 88



(Msg. 5) Posted: Tue Dec 18, 2007 12:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Michel,

Your English is excellent, and I learned something new! For a networked
application, how much of a performance hit does this setup cause?

BTW, the translation for 'routeur' is 'router'. Got to love those Latin
roots.

Thanks,
Jim Moseley
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Rick Rans

External


Since: May 05, 2005
Posts: 33



(Msg. 6) Posted: Tue Dec 18, 2007 12:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Kristian

It is possible to connect to servers over the internet as long as the server
owner is willing to enable these network settings to the internet. Michel
provided instruction for doing this for Net Bios and there are other
settings that can be enabled to do this for other network protocols as well.

The real issue is network security. By enabling your operating system
services to be accessed over the internet, you also enable them to be used
by hackers to access and take control of your computer. That is the reason
most users that want to have access via the internet use VPN (Virtual
Private Network) hardware/software as a security measure to control access
between private networks/computers over the internet.

Using NetBios as the protocol helps reduce the risk to some extent as not
many users or hackers are attaching this type of setup, but its still a
risk.

The real questions you need to ask is what risk am I prepared to take to
expose my operating system to the network and hackers?

Just my 2 cents - Rick

"Méta-MCI (MVP)" wrote in message

> Hi!
>
> Yes! It's possible.
> You must :
> - use NetBios on the "server" (where are data/tables)
> - configure "routeur" (french word, I don't know the english translation),
> for redirect NetBios ports to the "server"
> - configure firewall for let pass the NetBios sockets (on server &
> client).
>
> I use this way several times per week, and some of my customers also.
>
> NetBios has bad reputation, but it is completely unjustified. The only
> problem of security found has been filled for 8 years, and NetBios is much
> faster and simple that a VPN.
>
> With NetBios, you can map remote shared dirs, like on LAN (via Explorer,
> or with Net Use R: \\111.222.333.444\SHAREDATA )
>
>
> *sorry for my bad english*
>
> @-salutations
>
> Michel Claveau
>
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Jim Moseley

External


Since: Aug 28, 2006
Posts: 88



(Msg. 7) Posted: Tue Dec 18, 2007 12:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Steven, et al,

Can terminal services be run over a VPN?

Jim Moseley
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Anders Jonsson

External


Since: Nov 24, 2005
Posts: 113



(Msg. 8) Posted: Tue Dec 18, 2007 3:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Can terminal services be run over a VPN?

Yes.

Anders
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Anders Jonsson

External


Since: Nov 24, 2005
Posts: 113



(Msg. 9) Posted: Tue Dec 18, 2007 3:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

> Is it possible to reach the data over internet in the same way as it is
> possible to reach it over a local network?

As the others have explained - yes it is possible and there might be
security aspects.

However, the main problem will most likely be performance. Usually the
access over the Internet is much slower than on a LAN. When you run a
Paradox application it will often drag the complete table over the Lan
(queries for example). If the users are accessing the server via regular DSL
connection it will be very, very slow.

If you chose a Terminal Service/Remote Desktop solution you will have much
better performance (usually) as only the screen is updated over the WAN, but
there will most likely be some sort of delay which can be a problem in a app
with heavy input of data.

There are many different ways to approach your problem and depending on what
exactly you wish to accomplish the answer might be different. For example,
is the Internet access going to be a "full app" or is it enough with a
"read-only" version? How many users? Etc.

Anders
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Kristian_CE via DBMonster

External


Since: Dec 19, 2007
Posts: 1



(Msg. 10) Posted: Wed Dec 19, 2007 8:00 am
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thank you very much for all your answers.
Basically the solution is pretty much as I had expected, ie there is no magic
BDE setting that allows paradox to work as a client/server db like MySQL or
something similar and I have to either adjust the software or make some
adjustments to the windows environment or run the entire application remote
on a server.

/Kristian

--
Message posted via http://www.dbmonster.com
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Vladimir Menkin

External


Since: Jun 23, 2003
Posts: 36



(Msg. 11) Posted: Wed Dec 19, 2007 2:00 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi,

If you have not a big number of users who simultaneously access your application
(no more than, say, 50) , you can consider PxForms - http://vmsoft.org

In this case it's enough to have a browser (IE and FireFox are supported) at the
user's end.

Vladimir Menkin
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
"Méta-MCI

External


Since: Dec 20, 2007
Posts: 3



(Msg. 12) Posted: Wed Dec 19, 2007 8:00 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi!


I have a different opinion.


> By enabling your operating system services to be accessed over the
> internet, you also enable them to be used by hackers to access

For Netbios, hackers can use it like normal users. If they have login
(yser name) and passwords. If not, they will not be able to enter.


> and take control of your computer.

Even by having a login/password, nobody will be able to exceed
permissions NTFS ; with NetBios, it's impossible to take control of a
computer.
It is exactly similar which in a local area network, safety in force on
the server is dominating.


> That is the reason most users that want to have access via the
> internet use VPN

No. The true reason is that editors of VPN have have excellents sales
engineers and marketters


> The real questions you need to ask is what risk am I prepared to take
> to expose my operating system to the network and hackers?

IMHO, not to know to distinguish the true risks from the supposed risks
is a true risk.

For 3 years, I have two computers, connected permanently to Internet,
with NETBIOS activated. There never was no successful intrusion. And
yet, there are 100 attempts per hour!


@-salutations

Michel Claveau
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
"Méta-MCI

External


Since: Dec 20, 2007
Posts: 3



(Msg. 13) Posted: Wed Dec 19, 2007 8:00 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi!

If you want try, use this command-line :

net use P: \\213.186.37.221\TESTNB abcd /USER:utemp

Then, launch Paradox, go on workingdir P:\ and open the table
Villes.db
Warning : if you want test from several cpu (or at the same time as
other users), you must define NetDir on P:\ ; but it's a bit more slow.

I will delete this user ('utemp') in the begin 2008 ; you have some
time for test.

@-salutations

Michel Claveau
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Rick Rans

External


Since: May 05, 2005
Posts: 33



(Msg. 14) Posted: Wed Dec 19, 2007 8:59 pm
Post subject: Re: Paradox over internet [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Thanks for the feedback Michael. Good information and I'll have to look
closer.

Rick

"Méta-MCI (MVP)" wrote in message

> Hi!
>
>
> I have a different opinion.
>
>
>> By enabling your operating system services to be accessed over the
>> internet, you also enable them to be used by hackers to access
>
> For Netbios, hackers can use it like normal users. If they have login
> (yser name) and passwords. If not, they will not be able to enter.
>
>
>> and take control of your computer.
>
> Even by having a login/password, nobody will be able to exceed permissions
> NTFS ; with NetBios, it's impossible to take control of a computer.
> It is exactly similar which in a local area network, safety in force on
> the server is dominating.
>
>
>> That is the reason most users that want to have access via the internet
>> use VPN
>
> No. The true reason is that editors of VPN have have excellents sales
> engineers and marketters
>
>
>> The real questions you need to ask is what risk am I prepared to take to
>> expose my operating system to the network and hackers?
>
> IMHO, not to know to distinguish the true risks from the supposed risks is
> a true risk.
>
> For 3 years, I have two computers, connected permanently to Internet, with
> NETBIOS activated. There never was no successful intrusion. And yet, there
> are 100 attempts per hour!
>
>
> @-salutations
>
> Michel Claveau
>
>
 >> Stay informed about: Paradox over internet 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Paradox 8 - Hi, I have recently been searching the job sites for Paradox contract work and havee been seeing alot of Paradox 8 positions. What's the big deal about Paradox 8? Thanks, Fred

Paradox 11 - Lately my office has grown more and more dependent on paradox. To keep things legal we had to purchase three more licences. We also ordered the latest version of paradox. We got a copy of the WordPerfect office 12 CD and installed paradox 11 from that..

Not (exactly) Paradox, but...? - Howdy, (This is not (exactly) a Paradox issue, but I thought that you good folks might be able to help.) I run Paradox 9 under Win 2000. I use a bulk emailing package (please relax, the recipients are all clients who want to receive our emails <g&g...

paradox to php - hi there i have installed an >interbase >php >apache ?paradox system on fedora 1 because i was unable to use some of the custon libraries on newer systems ... now t...

Paradox.SOR - I need to find out more about this file. I read about it in my user's guide and it seems to be one of four sort orders for ALL Paradox files. Unfortunately, one of my files seems to be intl. sort order while the others are ascii. Does this make sense....
   Database Forums (Home) -> Paradox All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]