G
Guest
Hi Everyone:
I am writing a Pocket PC applicatrion using VB .net 2003. I need to connect
to a remote SQL server database and load records in DataGrid.
Any help in doing so would be very helpfull.
I try ;
Imports System.Data.SqlClient
Dim connection As New SqlConnection(ConnectionString)
Dim adapter As New SqlDataAdapter(mySqlCmd, connection)
But SqlDataAdapter line is not working... Looks like it does not like it. Is
there is a way, we can call a SQL database records to a pocket PC
application. I do not want to used Windows SQL CE though...
Any help, would be good.
Many Many Many Thanks
I am writing a Pocket PC applicatrion using VB .net 2003. I need to connect
to a remote SQL server database and load records in DataGrid.
Any help in doing so would be very helpfull.
I try ;
Imports System.Data.SqlClient
Dim connection As New SqlConnection(ConnectionString)
Dim adapter As New SqlDataAdapter(mySqlCmd, connection)
But SqlDataAdapter line is not working... Looks like it does not like it. Is
there is a way, we can call a SQL database records to a pocket PC
application. I do not want to used Windows SQL CE though...
Any help, would be good.
Many Many Many Thanks