Search results for query: *

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

    Question What's the better reporting solution?

    I'm using VB on Visual Studio 2005 and in the process of creating a VB app, it's a Database application so once user updated the database i need to have a report displaying database data on a dynamic SQL query that is generated by app and then user can get that report printed out. So what's the...
  2. hpbhathiya

    Question SQL nonQuery execution error

    Dim cmd2 As New SqlCommand("INSERT INTO Passengers (FlightNo, TravelDate, FName, LName, Age, Gender, Class, SeatPref, MealPref, SSR, Status) VALUES ('" & flightNo & "','" & dateStr & "','" & fnametxt.Text & "','" & lnametxt.Text & "','" & agetxt.Text & "','" & genderdropdown.Text & "','" &...
Back
Top