Re: What's going on with ClickOnce
- From: mabster <mabster@xxxxxxxxxxxx>
- Date: Thu, 07 Sep 2006 14:17:09 +1000
GaryDean wrote:
Matt,
Thanks for the reply and I'm glad to hear that your have had success with ClickOnce deployed Forms Apps....
Since any application of substance would need to connect to a backend database can you tell me how you make the connect? Have you a way to do remote binding to a datagrid or objectdatasource? How do you update the database tables back on the server? How do you call stored procedures on the backend database?
Comicster maintains personal collection files (which are just DataSets serialized to XML) on the user's hard drive, so no back-end database is necessary.
Having said that, I ended up building in a server-side database so that users could share data, and I connect to that via web services.
Anyway - like someone else said: ClickOnce is just a deployment mechanism. How you talk to a back-end database has nothing to do with how you choose to deploy your exe. Doesn't matter if you're doing direct calls to a SQL Server instance or if you're doing business objects over carrier pigeon - ClickOnce doesn't enter into it.
.
- References:
- What's going on with ClickOnce
- From: GaryDean
- Re: What's going on with ClickOnce
- From: mabster
- Re: What's going on with ClickOnce
- From: GaryDean
- What's going on with ClickOnce
- Prev by Date: RE: What's going on with ClickOnce
- Next by Date: Re: What's going on with ClickOnce
- Previous by thread: Re: What's going on with ClickOnce
- Next by thread: Re: What's going on with ClickOnce
- Index(es):
Relevant Pages
|