Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~387 People Reached
Favorite Forums
Favorite Tags
Member Avatar for lawlip0p

Hi, i have a problem trying to query my database based on a value in a label. Here is the code for the query, Dim myCommand As New SqlCeCommand("Select * from CDRecord where ArtisteName like '%(label4.text)%'", conn) It shows no errors but during runtime, i get a blank for the …

Member Avatar for hirenpatel53
0
72
Member Avatar for lawlip0p

Hi, I have a problem trying to capture data from a database to a label. I am trying to display a list of values from my database when i press a button. Can anyone help me out? This is my code for my database [ CODE]Dim strDBFileName As String strDBFileName …

Member Avatar for pritesh2010
0
168
Member Avatar for lawlip0p

Hi all, i'm working on a search function for a music CD store project. The form consists of a combobox that displays the artiste names from my database during runtime. Below the combobox are check boxes that represents the genre, such as Pop and Jazz. So for example in run …

Member Avatar for lawlip0p
0
147