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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: LobsterSte
  • Content: Threads
  • Order by date
  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

    How can I changed the text above every column in a datagrid? I can't find anything about it in Msdn! Please Help!
  3. 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!
  4. 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