[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

Asp.net mobile app with SQLserver 2005

prady

6/25/2008 5:26:00 AM

hi,
I already have an web application running. i need to get some forms of the
app to be running on mobile devices. I am just wondering how can i connect to
sqlserver 2005 webserver from my mobile application? Any tutorial on these
would be nice
1 Answer

April2pm

6/27/2008 12:28:00 PM

0

On Jun 25, 8:26 am, prady <pr...@discussions.microsoft.com> wrote:
> hi,
> I already have an web application running. i need to get some forms of the
> app to be running on mobile devices. I am just wondering how can i connect to
> sqlserver 2005 webserver from my mobile application? Any tutorial on these
> would be nice

What do you mean by "i need to get some forms of the app to be running
on mobile devices"? Do you want to create a WAP site that connects to
DB or you create a mobile appliacation that runs on mobile (Compact
Framework) and you want to use web forms? The latter doesn't have
sense to me, so if you create the WAP site, you can specify
connectionString in web.config and use it in your code to connect to
DB, as you would do it usual with WEB site.

Regards,
May2k7