Search results for query: *

  • Users: hisheeraz
  • Content: Threads
  • Order by date
  1. hisheeraz

    Question Update Command Error

    hello friends fellow i am having error in this querry, can any one help me with this please ? Dim myCommand As OleDb.OleDbCommand Dim strInsterQuery As String = String.Empty myCommand = New OleDb.OleDbCommand strInsterQuery = "UPDATE tblPaying SET STime='" &...
  2. hisheeraz

    Question ListView Loading SubItem error

    sorry my fellow friends i am able to successfully ad to the first column of listview but i am having error adding submenu items i am posting my code for your understanding, i have 5 column in the listview Dim iForLoop As Integer Dim ds As DataSet Dim da As...
  3. hisheeraz

    Question ListView Load Item

    hey guys i am having trouble loading data into listview from access database Try Dim iForLoop As Integer Dim ds As DataSet Dim da As System.Data.OleDb.OleDbDataAdapter sql = "SELECT * FROM tblRoster" da = New...
  4. hisheeraz

    Question Roster HELP

    Hello Guys, I am here writing a programme and I need to creat a roster for the cars and drivers driving those cars at any given day for up to seven day. My head is spinning and I just cannot figure out how to do it. can any any one out there help me ho to design that roster. thanks. shiraz
  5. hisheeraz

    MS Access Error

    Hello Friends im having trouble loading data into database into the form here is my code Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim Oconn As OleDb.OleDbConnection = New...
Back
Top