Search results for query: *

  1. D

    Database update error

    i want 2 update an access datavase frm my v.net program. d code is below: Public Sub UserLog_Update(ByVal Username As String, ByVal StatusText As String) Try conn.Open() Dim sql As String = "SELECT * FROM USER_LOG" Dim dbcmd As New OleDbCommand(sql...
  2. D

    Load a entire column into a combo box

    Hi, i am new to ADO.NET!! How am I to retrieve an entire column from a table of a MS Access database into a combo box using DataAdapters, DataReaders, etc !! I need code.. Thanks, Ray PS: I'm using VB.NET 2003.
  3. D

    Multiple data reader.

    Hi, everyone, I am Ray, I am new member of this VB.NET forums community. Its is really a nice place for noobs and gr8 programmers.. Anyways, I havebeen given a project of developing POS (Point Of Sale) program. I am using VB.NET 2003 and ADO.NET for data access. Microsoft Access 2003 being my...
Back
Top