Re: Remote Access to SQL Server via Internet

2001-07-14 Thread Duncan Hill
> At 05:19 PM 07/13/2001 , you wrote: > >Hi, > > > >I would like to be able to create some tables in a database on an SQL server > >at my web provider, then access those tables via a client application > >running on my PC over the Internet (dial-up connection). My understanding is > >that the clie

Re: Remote Access to SQL Server via Internet

2001-07-14 Thread Joe Taraba
At 05:19 PM 07/13/2001 , you wrote: >Hi, > >I would like to be able to create some tables in a database on an SQL server >at my web provider, then access those tables via a client application >running on my PC over the Internet (dial-up connection). My understanding is >that the client application

Re[2]: Remote Access to SQL Server via Internet

2001-07-14 Thread Werner Stuerenburg
; access to SQL databases either. Sigh > --Bruce > -Original Message- > From: Bruce Vander Werf [mailto:[EMAIL PROTECTED]] > Sent: Friday, July 13, 2001 7:20 PM > To: [EMAIL PROTECTED] > Subject: Remote Access to SQL Server via Internet > Hi, > I would l

Re: Remote Access to SQL Server via Internet

2001-07-14 Thread Bruce Vander Werf
remote access to SQL databases either. Sigh --Bruce -Original Message- From: Bruce Vander Werf [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 7:20 PM To: [EMAIL PROTECTED] Subject: Remote Access to SQL Server via Internet Hi, I would like to be able to create some tables in a d

Re[2]: Remote Access to SQL Server via Internet

2001-07-13 Thread Werner Stuerenburg
> IT is actually more of a security risk, because it is sending passwords in > the clear. You should not send a password at all. Put your password in a file at a safe location on your server (you can always protect it with .htaccess), then let your program read this password and send it to MySQL.

Re: Remote Access to SQL Server via Internet

2001-07-13 Thread Joshua J. Kugler
It sounds like you ISP doesn't know what they're talking about. All access to the server is VIA TCP/IP, even when you are connecting with ODBC. Unless they mean, set up an ODBC client on the server, then you connect to that, somehow. I don't know if you can do that. They might say that for

Re: Remote Access to SQL Server via Internet

2001-07-13 Thread Gary Huntress
www.freesql.org - Original Message - From: "Bruce Vander Werf" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 13, 2001 8:19 PM Subject: Remote Access to SQL Server via Internet > Hi, > > I would like to be able to create some tables in a database on a

Remote Access to SQL Server via Internet

2001-07-13 Thread Bruce Vander Werf
Hi, I would like to be able to create some tables in a database on an SQL server at my web provider, then access those tables via a client application running on my PC over the Internet (dial-up connection). My understanding is that the client application accesses the SQL server via TCP/IP and no