Click here to Skip to main content
15,895,084 members
Home / Discussions / Mobile
   

Mobile

 
Questionwindows mobile 5.0 Pin
Sri harini19-Sep-06 23:08
Sri harini19-Sep-06 23:08 
AnswerRe: windows mobile 5.0 Pin
Michael Hendrickx3-Oct-06 10:20
Michael Hendrickx3-Oct-06 10:20 
QuestionWindows Mobile Application Pin
Sri harini19-Sep-06 21:00
Sri harini19-Sep-06 21:00 
AnswerRe: Windows Mobile Application Pin
acroitoriu9-Oct-06 2:27
acroitoriu9-Oct-06 2:27 
QuestionHow to import a native dll in Pocket PC. Pin
phijophlip19-Sep-06 2:20
phijophlip19-Sep-06 2:20 
AnswerRe: How to import a native dll in Pocket PC. Pin
umseker29-Sep-06 9:00
umseker29-Sep-06 9:00 
QuestionHow to align a particular column in objectlist...? [modified] Pin
gowrish.p17-Sep-06 23:49
gowrish.p17-Sep-06 23:49 
QuestionSQL Server 2000 With Pocket PC Pin
akaSDN14-Sep-06 2:13
akaSDN14-Sep-06 2:13 
Hi,

I would like to develop a simple pocket pc application which could be retrieve data from my desktop database server (SQL Server 2000) via WiFi network.
Here is the code I have written. I am using Visual Basic 2005 with Windows Mobile 5 Pocket PC SDK.

Imports System.Data.SqlClient

Public Class frmMain

Private m_adoCon As SqlConnection
...

Public Sub New()

...
' Add any initialization after the InitializeComponent() call.
m_adoCon = New SqlConnection

End Sub

Private Sub cmdConnect_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdConnect.Click
m_adoCon.ConnectionString = "Data Source=192.168.1.103;Initial Catalog=SWSSDB;User ID=swssuser;Password=swssuser01;"
m_adoCon.Open()
End Sub

There is one error occurs at the time it executes Open() method of the connection object and the error description says "General network error.". I am sure the WiFi connection is up and running smoothly.

Could you help me to figure it out?
Thank you for you help.
Dina
AnswerRe: SQL Server 2000 With Pocket PC Pin
Ryzhiy5-Oct-06 10:24
Ryzhiy5-Oct-06 10:24 
QuestionProgramming for WinCE Pin
Johpoke14-Sep-06 0:27
Johpoke14-Sep-06 0:27 
AnswerRe: Programming for WinCE Pin
Mike Dimmick14-Sep-06 2:37
Mike Dimmick14-Sep-06 2:37 
QuestionRFC for IEEE 802.15.1 Pin
Aqueel12-Sep-06 23:24
Aqueel12-Sep-06 23:24 
AnswerRe: RFC for IEEE 802.15.1 Pin
Mike Dimmick14-Sep-06 3:13
Mike Dimmick14-Sep-06 3:13 
Questiongmtime giving local time on WinCE Pin
dummy8088-Sep-06 7:21
dummy8088-Sep-06 7:21 
NewsSecond AmanithVG technology preview released. Pin
[ad]turbo4-Sep-06 21:47
[ad]turbo4-Sep-06 21:47 
QuestionDisplay a consistant menu in wince 4.2 and pocket pc [modified] Pin
Fahad Azeem31-Aug-06 11:05
Fahad Azeem31-Aug-06 11:05 
Questionmobile development using vs2005 Pin
dolaura31-Aug-06 10:32
dolaura31-Aug-06 10:32 
AnswerRe: mobile development using vs2005 Pin
RashmiDB4-Sep-06 8:25
RashmiDB4-Sep-06 8:25 
AnswerRe: mobile development using vs2005 Pin
parths4-Sep-06 17:57
parths4-Sep-06 17:57 
GeneralIf you want to use the .Net framework Pin
parths4-Sep-06 18:05
parths4-Sep-06 18:05 
Questionproblem with reading sim phonebook Pin
PleM2131-Aug-06 10:28
PleM2131-Aug-06 10:28 
QuestionComboBox.Items.Insert(int index, object obj) - > whats the object? Pin
saud_a_k29-Aug-06 18:50
saud_a_k29-Aug-06 18:50 
QuestionA question about owner-draw list-view Pin
Roy Wong27-Aug-06 15:53
Roy Wong27-Aug-06 15:53 
QuestionHelp !! Infrared communication Pin
RashmiDB26-Aug-06 17:37
RashmiDB26-Aug-06 17:37 
AnswerRe: Help !! Infrared communication Pin
Hesbon Ongira6-Sep-06 21:53
Hesbon Ongira6-Sep-06 21:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.