473,672 Members | 2,754 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Client connection to SQL Server on shared hosting

I'd like to do this:

Have a SQL Server database hosted on a public facing web server.

I want it to be held at an ISP/Web hosting company. Though I have ADSL here
I don't want to manage a server.

I want some ASP pages accessing the database.

I would also like for a very small number (probably 2) of users to access
the database from a richer client. Perhaps Access/VB.

I've tried using www.shanje.com, as a test. It seems to work, though there
are worries about security.

I want to keep cost down!

On 'normal' shared MS hosting, would it be possible to connect to the db
from a client like Access. The way most web hosts talk it doesn't look like
it.

Is there any way of providing a richer client interface than plain web
pages? I want things like autocomplete (beyond the first character) for drop
downs, keyboard shortcuts etc.

This would be low volume. Essentially a private database held on the
internet.

Yours, Jo
Jul 23 '05 #1
2 1678
Jo Davis wrote:
I'd like to do this:

Have a SQL Server database hosted on a public facing web server.

I want it to be held at an ISP/Web hosting company. Though I have ADSL here
I don't want to manage a server.

I want some ASP pages accessing the database.

I would also like for a very small number (probably 2) of users to access
the database from a richer client. Perhaps Access/VB.

I've tried using www.shanje.com, as a test. It seems to work, though there
are worries about security.

I want to keep cost down!

On 'normal' shared MS hosting, would it be possible to connect to the db
from a client like Access. The way most web hosts talk it doesn't look like
it.

Is there any way of providing a richer client interface than plain web
pages? I want things like autocomplete (beyond the first character) for drop
downs, keyboard shortcuts etc.

This would be low volume. Essentially a private database held on the
internet.


It's possible but avoid ODBC linked tables, these will require
re-linking periodically or when the user changes to keep the security
context and relinking over the net (even with broadband) is sloooooooooow.

You could use an ADP but check this group (the Access one) for pitfalls
about that.

About the best bet is to use unbound forms and controls, etc.

--
This sig left intentionally blank
Jul 23 '05 #2
Mosts host as far as I am aware would block any attempts to attatch direct
to the SQL Server from an outside application. In my opinion it would be an
extreme security issue if you could gain access direct.

With that in mind, you will probably need to look into some type of Web
Service using XML or SOAP, etc.... I know enough about this to make a fool
of myself :) Anyway, you would need to make a call to a page on your site
that can see the database and return the appropriate data to you
application. From my understanding, this is one of the benefits of some of
the newer technologies including .Net.

Good luck,
Jim
"Jo Davis" <j@j.com> wrote in message
news:42******** *************** @news.aaisp.net .uk...
I'd like to do this:

Have a SQL Server database hosted on a public facing web server.

I want it to be held at an ISP/Web hosting company. Though I have ADSL here I don't want to manage a server.

I want some ASP pages accessing the database.

I would also like for a very small number (probably 2) of users to access
the database from a richer client. Perhaps Access/VB.

I've tried using www.shanje.com, as a test. It seems to work, though there
are worries about security.

I want to keep cost down!

On 'normal' shared MS hosting, would it be possible to connect to the db
from a client like Access. The way most web hosts talk it doesn't look like it.

Is there any way of providing a richer client interface than plain web
pages? I want things like autocomplete (beyond the first character) for drop downs, keyboard shortcuts etc.

This would be low volume. Essentially a private database held on the
internet.

Yours, Jo



----== Posted via Newsfeeds.Com - Unlimited-Uncensored-Secure Usenet News==----
http://www.newsfeeds.com The #1 Newsgroup Service in the World! 120,000+ Newsgroups
----= East and West-Coast Server Farms - Total Privacy via Encryption =----
Jul 23 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

13
2317
by: Erick Papadakis | last post by:
hello, i am a newbie to the pgsql world, so pls bear with a possibly stupid question. i want to test out pgsql but i only have a shared hosting account. is it possible to install pgsql without root access, only for my account? my webhost uses redhat i think. thanks! ..ep
0
1105
by: alpheta | last post by:
Greetings to pgsql-general list members, I am configuring a server for my hosting company on which I would like to offer postgres shared hosting as an option. Postgres has been installed already but I'm having difficulty sequestering server access by shared accounts and generally could use some help in setting this up properly. I would greatly appreciate any advice from list members who might have experience doing this on a RH9/Apache...
0
1390
by: Chris Travers | last post by:
Hi all; This seems at least somewhat on-topic here, so at the risk of seeming shamelessly self-promoting, I figured I would ask. I am the main developer of an open source CRM suite (http://hermesweb.sourceforge.net). We are in the beta-testing of our 0.3.0 release which will include experimental support for shared hosting environments. I would be interested in helping any interested parties beta test the software. Any feedback...
2
1850
by: Richard Loupatty \(MIO\) | last post by:
Hi, Does someone know how to deploy a webapplication with crystal report on a shared hosting. Normally you would use the merge-modules of Crystal and create a installation-package. But this time i want to deploy it on a shared server of my provider tia
0
927
by: rodchar | last post by:
hey all, i had a problem using the System.Net namespace in shared hosting environment because of the trust=medium issue. however, i came across a post that resolved this issue by using the a proxy server provided by that particular web host. that worked perfect but i don't understand why it worked. what did the proxy server actually do for me? thanks,
2
1950
by: Carl Gilbert | last post by:
Hi I feel as if I'm fighting a loosing battle with shared hosting at the moment. I have an account with 1&1. For a whopping £16.99 a month I get 6GB of shared Microsoft hosting. I also get the ability to have as many domains as I like, 5 web applications and large SQL databases. I'm currently experiencing some difficulties with a website. "Request for the permission of type
2
1982
by: comp.lang.php | last post by:
I am in the middle of debugging a script that is hanging on "session_start()", which, if I recall, can occur if session.save_path points to a directory onto which you do not have permission to access (I verified and yep, no love on that folder). So I figured I'd simply rewrite session.save_path: <? ini_set('session.save_path', '/path/where/there/is/love'); ?> To no avail, because the shared hosting provider also informed me that
3
1813
by: Barrie Wilson | last post by:
I have a really simple test app which consumes two public web services (one stock quote and one Amazon books collection); it works just fine when posted on my local servers but when I publish it to either of my two public servers (shared hosting accounts), I get the .ASPX page ok but when I click the button to access the web services I get nowhere; more specifically, I get this message at the top of the stack: "[SocketException...
0
1692
by: yamadonga | last post by:
Hi.. I have hosted my Asp.net application on Godaddy shared hosting environment. Now I want to upload images to my hosting server by using my code. So I used file upload control to upload my files, when I am trying to upload file on to my web server every time it's prompting window for user name password of my domain .can anyone tell me how can I upload a file on to my shared hosting environment without prompting authentication window....
2
16140
by: kashifjawed | last post by:
I'm developing a c# asynchronous socket application for tranfering file or large data from client to server and server to client as well in chunks. Application sometimes transfer file from client to server and sometimes not, because connection betwenn client and server closed Abrupt. I cannot understand why connection between client and server is closed while i cannot closed the connection until a single block tranfered to server. ...
0
8419
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8849
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
7477
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6260
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5720
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4441
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2841
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2094
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1840
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.