473,420 Members | 1,622 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,420 software developers and data experts.

Exposing data to clients

Hi folks,

I have a client that has a distributed access disaster that I want to move
to a central ASP.NET system. I'm new to web services but is it possible to
expose the raw database tables (subset off) in a web service that they can
link to to query from Excel/access/whatever.

The problem is that they don't want to move to web-based as they are worried
they won't be able to do ad-hoc querying and reporting. (as they can in MS
Access)

If it is if someone can point me at a good book/reference I can purchase
else a good develper I can use.

Thanks all
ABold (sorry for anonymity trying to avoid more spam) post to the group
please as email is bogus.
Nov 19 '05 #1
1 1077
NO,
I think web services is not what you want.
Think of web services as a way to enable an application for remote
invocation.
The web service publishes a set of message endpoints, and then developers
can create new apps that tickle those endpoints.

if you have an existing app (like MS Access, or Excel) then it will not
"know" how to utilize these newly-defined endpoints. Instead they "know"
how to contact databases, via db-optimized protocols and interfaces.

Maybe something like Data Transformation Services (included free in SQL
Server) could do what you want. You could use DTS to grab a subset of data
and then make that subset downloadable or remotely-accessible for ad-hoc
querying to each client app.

Another option to consider is SQL Server Replication. It could do
basically the same thing.

And finally you could write your own simple data transformation code that
might run every hour, or every day, every week, whatever schedule you need.

None of this solves the distributed access disaster. if you want to do
ad-hoc queries, you still need to expose the data to those apps.

----

Now I could imagine a new webservice that exposes a "DoQuery" endpoint. The
endpoint might accept T-SQL, and then might run that query on the server.
But,
- be careful of security.
- MS-Access and MS-Excel don't know how to tickle that endpoint! you'd
have to teach them to do so.

-Dino
"Jo Blow" <pi*****@microsoft.now> wrote in message
news:41******@duster.adelaide.on.net...
Hi folks,

I have a client that has a distributed access disaster that I want to move
to a central ASP.NET system. I'm new to web services but is it possible to
expose the raw database tables (subset off) in a web service that they can
link to to query from Excel/access/whatever.

The problem is that they don't want to move to web-based as they are
worried
they won't be able to do ad-hoc querying and reporting. (as they can in MS
Access)

If it is if someone can point me at a good book/reference I can purchase
else a good develper I can use.

Thanks all
ABold (sorry for anonymity trying to avoid more spam) post to the group
please as email is bogus.

Nov 19 '05 #2

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

Similar topics

9
by: Anon Email | last post by:
Hi people, I'm learning about header files in C++. The following is code from Bartosz Milewski: // Code const int maxStack = 16; class IStack
5
by: M O J O | last post by:
Hi, I want to expose a enum from another class, is that possible and how? Here's an example Public Class ClassMaster Public Enum Colors
8
by: Dave A | last post by:
I have a class called 'PrimaryKey' that represents the primary key of a table. PrimaryKeys can only be created and the class only implements .ToString(). The PrimaryKey class internally stores...
0
by: Symon | last post by:
Hi everyone, I'm writing a webservice where I'm trying to expose a framework that contains a number of classes which have read-only properties. I want to expose data-transfer proxies of these...
5
by: mmkhajah | last post by:
Hi, I am trying to have a set of base classes and interfaces of an application framework in their own assembly. That way, concrete implementations of the API will reference that assembly and...
2
by: shyam | last post by:
I have a C++ COM based windows service which have more than 30k lines of code and which is stablized over years. We need to take the advantage of the ..NET framework for this project, especially...
4
by: =?Utf-8?B?QkogU2FmZGll?= | last post by:
We have a class that has a public property that is of type List<T>. FXCop generates a DoNotExposeGenericLists error, indicating "System.Collections.Generic.List<Tis a generic collection designed...
4
by: =?Utf-8?B?Y2hyaXNjYXA=?= | last post by:
I tried searching the forums for this already and didn't find anything. I want to expose functionality from a vb6 COM component via a WCF service. I am trying to evaluate if exposing this...
1
by: bantunks | last post by:
Hello, I am trying to figure out the advantages and disadvantages of exposing interfaces through Opaque data types in C. I have figured/found out the following two advantages 1. Higher level of...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
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,...
0
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...

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.