Search results for query: *

  1. D

    Retrieve Data to Populate Text Boxes

    Hi, I am having an issue where for some reason the following code only returns the ID but no other fields. Can someone see where the problem lies? Dim lstVal As String = lstUSerID.SelectedValue.ToString Dim sstrSQL As String Dim cls As New clsGlobals sstrSQL = "SELECT...
  2. D

    Combo Box DisplayMember Value

    Hi Everyone, I am trying to get the value from a combo selection, more specifically, the DisplayMember. I have a combo box that is populated using the following code: Sub PopComboBox(objCombo As ComboBox, strSQL As String, ValMember As String, DispMember As String) dbs.ConnectDB()...
  3. D

    Question Help With Data Classes & Concepts

    Hi, After about 2 days of working on using a Data Class to return values from a database I'm finally getting somewhere. I can return data and read data without issue. What I'm having a major issue with is editing and writing data back to the database. My class looks like so: Imports...
  4. D

    Question Data Entity Model Not Showing Access Databases As An Option

    Hi, I am experimenting the Entity Data Model Wizard and when I get the options to "Choose The Data Source" the options for Microsoft Access are not listed. I watched the Microsoft Entityhow to video and it definitely has it listed. How can I list MS Access? Sorry if this is a stupid question...
  5. D

    My.Settings.Save() Not Saving

    Hi, Very much a newbie so please be paytient. I am using VB.Net 2013 for Windows Desktop. I am tryng to save the connection string to the Access database from the user log on form to the My.Settings property. The actual setting is call NewCnnStr and is a User setting not an Application...
  6. D

    Question MySQL Classes

    Hi Everyone, I am teaching myself classes using VB.Net and connecting to a MySQL DB. I am really stumped and hope someone can help me out. I have a Database class and table class that I have manipulated and changed from various resources around teh internet but can't make it work. Here is my DB...
  7. D

    Export SQL Statement to Custom Delimited CSV

    Hi Everyone, This is my first post so be kind and bare in mind I am new to VB.Net coming from an Access/VBA background. This is my first attempt at a VB.Net app so just think of me as a complete NEWBIE. On to my question - What I am trying to achieve is pass an SQL statement to a function or...
Back
Top