Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
~847 People Reached
Favorite Tags

3 Posted Topics

Member Avatar for morke

Hi, I currently have a database in MS SQL2008 which is accessed via a VB2008 app on a Local Area network. The password for the database is hardcoded within app.config file in the program. However I want to transfer the database out to the web. To that end I have …

0
54
Member Avatar for Ulukay

' ******************************************** ' ** Button clicked so carry out the event ** ' ******************************************** [code] Private Sub btnEvents_Click(ByVal sender As System.Object, ByVal e As EventArgs) Handles MyBase.Click Dim cString As String = sender.Text() 'Dim myObject As Object = sender Select Case cString Case "Add" .... [/code]

Member Avatar for morke
0
556
Member Avatar for morke

The End.