Search results for query: *

  1. hisheeraz

    Question Update Command Error

    thats the only traditional way i know guys could any one give me any code example on how to update data using paameters please... thanks shiraz
  2. 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='" &...
  3. hisheeraz

    Question ListView Loading SubItem error

    your are a genious, thanks for saving me from trouble cheers shiraz
  4. 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...
  5. hisheeraz

    Question ListView Load Item

    Thanks Aidanb79 i have found the solution. Cheers
  6. 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...
  7. hisheeraz

    Question Roster HELP

    hey kvn thaks my friend, i am on to the code now, hopefully i should have something to show you by the end of the weekend and will waits for your comments anxiously, many thanks regards shiraz
  8. hisheeraz

    Question Roster HELP

    hi my friend thanks for your reply i have finished design and implementation phase for cars and drivers, now working on schedule/roster i donot know how can i design that and implement that design with a code. thanks again. appreciate your post. cheers
  9. 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
  10. hisheeraz

    MS Access Error

    Thank You Tom, Problem Sorted. Cheers!
  11. 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