Click here to Skip to main content
15,894,405 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: coloring by using richTextBox [EDITED] Pin
Dave Kreskowiak29-Apr-05 13:31
mveDave Kreskowiak29-Apr-05 13:31 
Generalzip filter to use with compact framework and web services Pin
eng_torres28-Apr-05 4:09
eng_torres28-Apr-05 4:09 
Generalinstalling sqlserver by merge module Pin
sianatia27-Apr-05 19:13
sianatia27-Apr-05 19:13 
GeneralRe: installing sqlserver by merge module Pin
rwestgraham1-May-05 11:35
rwestgraham1-May-05 11:35 
GeneralRe: installing sqlserver by merge module Pin
sianatia1-May-05 18:39
sianatia1-May-05 18:39 
GeneralRe: installing sqlserver by merge module Pin
rwestgraham2-May-05 13:41
rwestgraham2-May-05 13:41 
GeneralNetMessageNameEnum Pin
Member 156633627-Apr-05 6:59
Member 156633627-Apr-05 6:59 
GeneralWireless Connection Pin
gundamhamtaro26-Apr-05 23:58
gundamhamtaro26-Apr-05 23:58 
Hi all, i have a pda application that uses SQLServerCE, and i would like to have wireless support for it so that i can use Remote data access to access SQLServer on a desktop terminal, and synchronise the data on the pda with the data on the desktop. I have a few questions here:

1)do i need any extra hardware or software on the desktop to enable for wireless connection?
2)In the code i have below, i left InternetUrl as blank as i'm not sure what i am supposed to put there. what is the parameter supposed to be? address of the desktop?
3)Is the code below sufficient for me to connect to the desktop database wirelessly?

Dim conn As String = "Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=admin;" & _
"Data Source=terminal;Packet Size=4096;Workstation ID=terminal;User Id=;Password="

Dim rda As SqlServerCe.SqlCeRemoteDataAccess = Nothing

Try
rda = New SqlServerCe.SqlCeRemoteDataAccess
'rda.internetUrl = "?"
rda.LocalConnectionString = "Provider=Microsoft.SQLSERVER.OLEDB.CE.2.0;Data Source=\My Documents\test.sdf"

rda.Pull("admin", "Select * from admin", conn, RdaTrackOption.TrackingOnWithIndexes, "ErrorTable")

Catch err As SqlServerCe.SqlCeException
MessageBox.Show(err.Message)
Finally
rda.Dispose()
End Try

Thanks for looking at my post =)
GeneralRe: Wireless Connection Pin
Richard Jones5-May-05 9:37
Richard Jones5-May-05 9:37 
GeneralCAS - add Code Group Pin
devvvy26-Apr-05 17:04
devvvy26-Apr-05 17:04 
GeneralOpacity problem {WindowsForms] Pin
Member 191344026-Apr-05 3:44
Member 191344026-Apr-05 3:44 
GeneralRe: Opacity problem {WindowsForms] Pin
Dave Kreskowiak26-Apr-05 6:38
mveDave Kreskowiak26-Apr-05 6:38 
GeneralRe: Opacity problem {WindowsForms] Pin
Member 191344027-Apr-05 1:07
Member 191344027-Apr-05 1:07 
GeneralNeed help finding an article on hosting a windows app within a .NET app Pin
Rick Jameson26-Apr-05 1:58
Rick Jameson26-Apr-05 1:58 
GeneralRe: Need help finding an article on hosting a windows app within a .NET app Pin
Rick Jameson26-Apr-05 2:08
Rick Jameson26-Apr-05 2:08 
Generalclearing cookies Pin
mikeinertia26-Apr-05 1:18
mikeinertia26-Apr-05 1:18 
GeneralRe: clearing cookies Pin
Dave Kreskowiak26-Apr-05 6:36
mveDave Kreskowiak26-Apr-05 6:36 
GeneralRe: clearing cookies Pin
Anonymous26-Apr-05 6:39
Anonymous26-Apr-05 6:39 
Generaldatabinding over remoting Pin
nonick225-Apr-05 21:57
nonick225-Apr-05 21:57 
GeneralRe: databinding over remoting Pin
MBGeorge4-May-05 21:50
MBGeorge4-May-05 21:50 
GeneralNeed source code edit control Pin
Video Game Ministry25-Apr-05 11:37
Video Game Ministry25-Apr-05 11:37 
GeneralXSD.exe Pin
Fabian Goncalves23-Apr-05 12:12
Fabian Goncalves23-Apr-05 12:12 
GeneralRouter External IP address resolution... Pin
Chris Quick23-Apr-05 5:45
Chris Quick23-Apr-05 5:45 
GeneralRe: Router External IP address resolution... Pin
Anonymous23-Apr-05 6:48
Anonymous23-Apr-05 6:48 
GeneralRe: Router External IP address resolution... Pin
Peter Ritchie24-Apr-05 8:58
Peter Ritchie24-Apr-05 8:58 

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.