Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by LobsterSte

  1. LobsterSte

    DataReader Trouble

    I am stuck on a problem where I have a select statment, but the datareader can't get the string If there is no record in the table with the same intCID. Here IS My Code: Private Sub testPin(ByVal UserID As Integer, ByVal Password As String) Try Dim cmd As New SqlCommand...
  2. LobsterSte

    Chaning Column Text In Datagrid

    Web. But how do you do it in a Windows app?
  3. LobsterSte

    Chaning Column Text In Datagrid

    It Worked! Thanx Man!
  4. LobsterSte

    Chaning Column Text In Datagrid

    How can I changed the text above every column in a datagrid? I can't find anything about it in Msdn! Please Help!
  5. LobsterSte

    SQL datetime & VB DateTimePicker

    Ah! Ok, Cool! Worked, Thanx people! Now I can finish my project!
  6. LobsterSte

    SQL datetime & VB DateTimePicker

    That Does Not work. For the reason that sql cannot accept datetime in a string form. I have even tried to create a custome format for the dateTimePicker: DateTimePicker1.Format = DateTimePickerFormat.Custom DateTimePicker1.CustomFormat = "mm/dd/yyyy" cmd.CommandText = "INSERT INTO tblDate...
  7. LobsterSte

    SQL datetime & VB DateTimePicker

    Hallo I need help to get values of a DateTimePicker Into the correct format for a SQL field with the datatype set to datetime, because I have to compare two dates later on. I was told that it is possible, but can't find an answer on the net by searching. Any help would be hugely appreaciated!
  8. LobsterSte

    Stored Procedure Help Please

    Sorry Dude, I am still new to this whole SQL story. Thanx a Million! If I had one wish I would wish I could Understand SQL as good as you guys!
  9. LobsterSte

    Stored Procedure Help Please

    Hallo. I am bussy with a project that is due in a weeks time. I am using vb. Net 2003 to connect to sql, but a problem have come up which I do not have a solution for. I need to create a stored procudure that gives me the ability to get the last record in the tabel. Table name: tblRent...

Part and Inventory Search

Back
Top