473,831 Members | 2,126 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ODBC connect to WebServices Dataset

We have published a dataset through WebServices.
Our .Net developers have no problem accessing the data. However, some of
our clients use MSACCESS or EXCELL and would like to access the dataset. Is
there a way to easily connect to the WebServices from these applications?

Nov 23 '05 #1
2 1847

For XP, try Office XP Web Services Toolkit
http://www.microsoft.com/office/prev...es/toolkit.asp.

For Office 2003, try Office 2003 Web Services Toolkit (of course :-)
http://www.microsoft.com/downloads/d...DisplayLang=en

Lionel.
"jkupch" <jk****@discuss ions.microsoft. com> a écrit dans le message de news:
66************* *************** **...icrosof t.com...
We have published a dataset through WebServices.
Our .Net developers have no problem accessing the data. However, some of
our clients use MSACCESS or EXCELL and would like to access the dataset.
Is
there a way to easily connect to the WebServices from these applications?

Nov 23 '05 #2
I checked out that toolkit, and it is just what we are looking for.
Thanks
"Lionel LASKE" wrote:

For XP, try Office XP Web Services Toolkit
http://www.microsoft.com/office/prev...es/toolkit.asp.

For Office 2003, try Office 2003 Web Services Toolkit (of course :-)
http://www.microsoft.com/downloads/d...DisplayLang=en

Lionel.
"jkupch" <jk****@discuss ions.microsoft. com> a écrit dans le message de news:
66************* *************** **...icrosof t.com...
We have published a dataset through WebServices.
Our .Net developers have no problem accessing the data. However, some of
our clients use MSACCESS or EXCELL and would like to access the dataset.
Is
there a way to easily connect to the WebServices from these applications?


Nov 23 '05 #3

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

Similar topics

3
1623
by: Prozon | last post by:
Hi! I have problem naming my webservices. One of the problem is that I got naming conventions between my webservices and dataset that the services uses. Can someone please give me a good example of how to name a webservice-class which handles articles for example? And what is a good name for the "corresponding" dataset/s used? By now the name of the dataset is just Article. What is a good name for the webreference?
0
1547
by: Pasho | last post by:
hi I have been facing problem using C# webservices (secured using SSL). In my webservice(secured with SSL) It works fine if I try to access data from database through dataset. If I try to confirm the dataset with schema using following line ds.ReadXMLSchema(schema) and then access data through dataset schema is a url to my xsd file. schema = https://localcomputer/sample/trace.xsd
4
3200
by: nixon | last post by:
Hi there! Im trying to build a 3 tier application that uses a smartclient in the "view" layer. The communication between the smartclient and the server should be webservices because of potentiel firewall issues. I´ve looke at to smartclient demos to figure out how the experts do the stuff, design and overall architecture, Microsofts IssueVision and TaskVision. These applications uses DataSet´s to communicate between the layers and
0
12074
by: bazzer | last post by:
hey, im trying to access a microsoft access database from an ASP.NET web application in visual basic 2003.NET. i get the following error when i try running it: Server Error in '/CinemaBookingSystem' Application. -------------------------------------------------------------------------------- ERROR General error Unable to open registry key 'Temporary (volatile) Jet DSN for process
8
9645
by: Greg Strong | last post by:
Hello All, The short questions are 1 Do you know how to make DSN connection close in Access to Oracle 10g Express Edition? &/or 2 Do you know how to make a DSN-less pass-through query work from
3
3328
by: TheMaxx | last post by:
I've created ODBC DSN for sql server. When i connect from win application works OK. When i make WebService (on same machine) that connects to that ODBC connection fails: Error: Server was unable to process request. --ERROR Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server connection. ERROR Login failed for user '(null)'. Reason: Not associated with a trusted SQL Server
0
1278
by: TheMaxx | last post by:
I need to access ODBC from remote computer, if there's a better way other than WebService please let me know. So, i am doing web service which connects on ODBC, which connects to SqlServer 2000 (Windows auth.) First error was: Login failed for user 'MyComputerNmae\ASPNET'. Then i unchecked "Anonymous acces" from IIS for this webservice
7
5883
by: Colin Williams | last post by:
Hi I have some paradox db's i need to connect to. I have figured out that i can do this using ODBC, however C# Express edition does not support this connectivity easily and must be done programmatically. I have a class to do this: public static class Data { public const string SelectAllCommandText = "select * from
5
1973
by: cj2 | last post by:
This code works: using System; using System.Collections; using System.ComponentModel; using System.Data; using System.Linq; using System.Web; using System.Web.Services; using System.Web.Services.Protocols;
0
9794
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10778
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10496
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...
1
10538
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10210
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7750
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
6951
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
5622
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3967
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.