I'm going to have to answer Yes, and No.

Yes, they can access it.

No, it won't be the best situation.  The internet is not very trustworthy,
and having DB's seperated over such large distances accessing instantly is
probably not the best choice.  Not to mention that if you have large record
sets, it can really slow down.

A better choice IMHO would be to replicate pieces of the DB on the client's
machine, and have an automated batch process setup every night or so to
update the tables.


----- Original Message -----
From: "Carlos Corzo" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 29, 2001 3:06 PM
Subject: Verification


> Hello,
>
> I just want to make sure that I can do this but would this scenario work
> properly.
> I build an sql database and perl interface at site www.siteX.com.
>
> A person on www.siteY.com is going to utilize this tool
> The perl interface running on www.siteY.com makes a call to the database
> from www.siteX.com.  As long as www.siteY.com is granted access to the
> database, it should be able to access the database right?
>
> Just wanted to check?
>
> Thanks.
>
>
> ---------------------------------------------------------------------
> Before posting, please check:
>    http://www.mysql.com/manual.php   (the manual)
>    http://lists.mysql.com/           (the list archive)
>
> To request this thread, e-mail <[EMAIL PROTECTED]>
> To unsubscribe, e-mail <[EMAIL PROTECTED]>
> Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php
>
>
>


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to