Click here to Skip to main content
15,920,005 members
Home / Discussions / Mobile
   

Mobile

 
QuestionIs it possible to write app. for symbian by VS2005 and C# or VB.NET? Pin
Code4Null27-Oct-06 10:59
Code4Null27-Oct-06 10:59 
AnswerRe: Is it possible to write app. for symbian by VS2005 and C# or VB.NET? Pin
Bradml29-Oct-06 0:05
Bradml29-Oct-06 0:05 
GeneralRe: Is it possible to write app. for symbian by VS2005 and C# or VB.NET? Pin
arvaker8430-Oct-06 6:22
arvaker8430-Oct-06 6:22 
QuestionEmail problem for smartphone Pin
shambhu_hello26-Oct-06 1:38
shambhu_hello26-Oct-06 1:38 
QuestionRecord phone conversation with Wave API Pin
AegamemnonTao26-Oct-06 0:17
AegamemnonTao26-Oct-06 0:17 
QuestionTouch Screen/Sound/Button Help - Thank You!! Pin
RSMitchell2224-Oct-06 18:10
RSMitchell2224-Oct-06 18:10 
QuestionMap the network drive / Read Text File from Remote Server Pin
Ram Murugan23-Oct-06 6:14
Ram Murugan23-Oct-06 6:14 
QuestionConnecting to SQL 2000 on PC from Mobile App Pin
AlexeiXX318-Oct-06 9:01
AlexeiXX318-Oct-06 9:01 
Hi all, im getting started on Windows mobile, i have worked with win forms
What im trying to do is:
Connect to sql 2000 server on my desktop pc from my mobile device (emulator), populate a dataset and then save it as an xml file in my mobile device to work with it offline. (I dont want to install sql mobile on the device)
I have a code to connect to sql and populate a datatable wich is not working from my mobile app, but IT WORKS ON WIN FORMS

<br />
Dim T As New DataTable("Alumnos")<br />
'For the Data Source Ive tried: PCName and 127.0.0.1 (All of them work with win forms but not with mobile app)<br />
Dim conn As New SqlConnection("Data Source=127.0.0.1,1433;Initial Catalog=alumnos;Integrated Security=True")<br />
Dim da As New SqlDataAdapter("Select * from Alumnos", conn)<br />
Try<br />
conn.Open()<br />
da.Fill(T)<br />
Catch ex As SqlException<br />
MsgBox(ex.ToString)<br />
Finally<br />
conn.Close()<br />
End Try<br />


The error i get is: "SQl server does not exist or access denied"
As I told you, the server exist and i get acces from Win Forms code

Ive read that some people who has had this problem was because they were not using the ip address, ive havent been able to connect
Any suggestions?? Do i have to set iny parameters on the emulator??
I know my emulator is cradled and i still get an error


-- modified at 13:14 Thursday 19th October, 2006

Alexei Rodriguez

AnswerRe: Connecting to SQL 2000 on PC from Mobile App Pin
AlexeiXX327-Oct-06 10:39
AlexeiXX327-Oct-06 10:39 
QuestionDrawing and walking in a room with WinCe with RTLS Pin
royalhero18-Oct-06 3:21
royalhero18-Oct-06 3:21 
QuestionShellWindows in WM5.0 Pin
Geoff_Praha18-Oct-06 1:34
Geoff_Praha18-Oct-06 1:34 
Questionhow to synchronize the data between the Pocket PC database and MySql database Pin
Shoaib A Khan17-Oct-06 23:40
Shoaib A Khan17-Oct-06 23:40 
QuestionMain Window as WebBrowser for WM 5.0 [modified] Pin
Geoff_Praha17-Oct-06 1:06
Geoff_Praha17-Oct-06 1:06 
AnswerRe: Main Window as WebBrowser for WM 5.0 Pin
jalsa G19-Oct-06 23:09
jalsa G19-Oct-06 23:09 
GeneralRe: Main Window as WebBrowser for WM 5.0 Pin
Geoff_Praha19-Oct-06 23:20
Geoff_Praha19-Oct-06 23:20 
GeneralRe: Main Window as WebBrowser for WM 5.0 Pin
jalsa G20-Oct-06 4:35
jalsa G20-Oct-06 4:35 
GeneralRe: Main Window as WebBrowser for WM 5.0 [modified] Pin
Geoff_Praha22-Oct-06 21:37
Geoff_Praha22-Oct-06 21:37 
GeneralRe: Main Window as WebBrowser for WM 5.0 Pin
jalsa G27-Oct-06 2:47
jalsa G27-Oct-06 2:47 
GeneralRe: Main Window as WebBrowser for WM 5.0 Pin
Geoff_Praha27-Oct-06 2:49
Geoff_Praha27-Oct-06 2:49 
GeneralRe: Main Window as WebBrowser for WM 5.0 Pin
jalsa G29-Oct-06 18:49
jalsa G29-Oct-06 18:49 
GeneralRe: Main Window as WebBrowser for WM 5.0 Pin
Geoff_Praha29-Oct-06 21:24
Geoff_Praha29-Oct-06 21:24 
GeneralRe: Main Window as WebBrowser for WM 5.0 Pin
jalsa G1-Nov-06 0:18
jalsa G1-Nov-06 0:18 
Questionwriting text fies in mobiles application in vb.net Pin
Vikash Yadav16-Oct-06 21:22
Vikash Yadav16-Oct-06 21:22 
AnswerRe: writing text fies in mobiles application in vb.net Pin
acroitoriu17-Oct-06 12:17
acroitoriu17-Oct-06 12:17 
QuestionStarting with WM and Visual C# 2005 Pin
arvaker8416-Oct-06 7:16
arvaker8416-Oct-06 7:16 

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.