Re: Access Database w/VB .net
From: Tim Wilson ("Tim)
Date: 04/24/04
- Next message: Richard Lewis Haggard: "Re: How to distribute an application?"
- Previous message: HomeAutomation Freak: "samplecode of POP3 client in VB .NET CF ?"
- In reply to: Evan Kontos: "Re: Access Database w/VB .net"
- Next in thread: Evan Kontos: "Re: Access Database w/VB .net"
- Messages sorted by: [ date ] [ thread ]
Date: Sat, 24 Apr 2004 17:20:13 -0400
You mean XML or SQL CE on the device and an Access Db on the Server? One way
to do this would be to use a Web Service to handle the translation at the
Server end. So the device sends the data up through a Web Service call to
the Server and the Web Service would be responsible for sending the received
data to the Access Db, or anywhere that it might need to go. With this
method you could change the back-end database on the Server to any type of
data store as long as the Web Service knows how to translate what is sent
from the device into the format that it's stored on the Server.
Is this something that sounds like it would work in your situation?
--
Tim Wilson
.Net Compact Framework MVP
{cf147fdf-893d-4a88-b258-22f68a3dbc6a}
"Evan Kontos" <bigpurv@att.net> wrote in message
news:uQxpaqjKEHA.1388@TK2MSFTNGP09.phx.gbl...
>
> Is there a way to do it via XML or SQL and get the data back into
> Access?
>
>
> *** Sent via Developersdex http://www.developersdex.com ***
> Don't just participate in USENET...get rewarded for it!
- Next message: Richard Lewis Haggard: "Re: How to distribute an application?"
- Previous message: HomeAutomation Freak: "samplecode of POP3 client in VB .NET CF ?"
- In reply to: Evan Kontos: "Re: Access Database w/VB .net"
- Next in thread: Evan Kontos: "Re: Access Database w/VB .net"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|