Joined
Last Seen
-2 Reputation Points
- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #107.70K
~648 People Reached
Favorite Forums
Favorite Tags
1 Posted Topic
I am trying to do a similar thing with VB 9 and win mobile 6. when the button is clicked i want to run a query against northwind.sdf. Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim data_base As String = ".\northwind.sdf" Dim dap As SqlCeDataAdapter …
The End.
clj1973