Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
VB.NET Pocket PC Application
Name: nsk Date: March 9, 2004 at 11:43:42 Pacific OS: winxp CPU/Ram: p4
Comment:
Hi, i need to develop an application for pocket PC using VB.NET. that application shud connect to SQL Server. For that database connectivity do i need write some network programming code?? or is it the same way as regular database connectivity? any links would help me a lot.
Name: the_merv Date: March 11, 2004 at 18:03:04 Pacific
Reply:
with vb.net you should not really have to write any networking code. Just try to access the sql server the normal way- that is of course if it is on the same network as the palm pilot or if they are both connected to the internet.
0
Response Number 2
Name: busyweb1 Date: March 15, 2004 at 20:36:37 Pacific
Reply:
If you want to use web application(or web service) than it may not need to use any networking code as web uses web browser and HTTP protocol.
If you want to have regular app installed on your PPC and want to connect to network resources. Two options: 1. Install SQL CE on ppc and creating server SQL DB replication .. hard or not too hard 2. Use Web Service through the network yes, wireless enabled network and part of network account.
You may have more help from MS MSDN Mobile Developing section I guess..
Summary: I am developing an application for the Pocket PC using Visual Basic.Net 2003. I need to have information saved to a text file. The code that I used works using Visual Basic.Net 2003 for applications f...
Summary: I am facing a problem. I have put a command button in VB.Net Form(Windows Application) and its caption is &Clear. But whenever I press 'C'(without Alt) the event is firing. I have datagrid in that ...
Summary: Q: Will I be able to work on VB 6 projects using VB.NET? A: No. Applications written in VB 6 will require that IDE environment in order to properly deal with the project for all kinds of reasons. V...