Search results for query: *

  • Users: charlotte
  • Content: Threads
  • Order by date
  1. C

    VB.Net - Select from mutiple table

    hi, help needed! below are my coding, i have a datagrid. and i want the records display in the datagrid are select from two table. Dim SQL_Cat, SQL_Dept, SQL_Yr, SQL_Cat1, SQL_Dept1, SQL_Yr1 As String ' For ESC_APPLICANT If ddlCat.SelectedItem.Text <> "" Then SQL_Cat = "And APP_CAT LIKE...
  2. C

    oracle - compare date

    hi, help needed! i'm doing a vb.net project! i use MS Access as my database at the beginning. so i use:- CDate(valid_date) < # " & DateTime.Now.ToString("dd/MM/yyyy") & "# to get some record that the valid_date is < than today date! it work well when using MS Access. (NOTE: data type...
  3. C

    vb.net - date

    hi, help needed! i'm doing a vb.net project! i use MS Access as my database at the beginning. so i use:- CDate(valid_date) < # " & DateTime.Now.ToString("dd/MM/yyyy") & "# to get some record that the valid_date is < than today date! it work well when using MS Access. (NOTE: data type...
  4. C

    vb.net - data reader

    hi,a help needed! i wanna ask some Qs regarding the datareader? i have a select statement that select all the email add (for the badge that overdue.) then i use datareader to read it row by row(it contain 1 column but many row! as below) how am i going to write it coding...
Back
Top