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 strongm 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: Pluto87
  • Content: Threads
  • Order by date
  1. Pluto87

    C# and SQL: Date Fields

    Hello, I have a program connected to SQL. There are two date fields, Birth_Date and a Death_Date. We have a program that enters information with these two fields and other numerous fields. When a user enters a Birth_Date, the value shows (for example) is "03/20/2012 12:00:00 AM". The Date is...
  2. Pluto87

    SQL Statement Error in C#

    Hello, I am having a trouble getting this piece of code to work. When users click on the "New" button, they enter the information into the text boxes and click "save". The data is suppose to be saved in SEQUEL. But once the user execute, there is a database error. I believe it is in the sql...
  3. Pluto87

    C# SQL Statement

    Hi, I need a little help on this Sql Statement. The below function won't run in C#. I think and know my date function is wrong, can someone please correct the error? Thanks in advance! string dataSQL = ""; dataSQL += " , Confirm_Date = to_date('" + DateTime.Now + "', 'MM/DD/YYYY...
  4. Pluto87

    Need Help on Controlling a Label

    Hi, I need some help on controlling a label. I have an application where data is pulling from an access database and it is using the sqldatasource as the connection. In the application, address information is being displayed as the user chooses a LastName. I need help on controlling a label...
  5. Pluto87

    Binding Dropdownlist to Datalist

    Hi there, I am trying to create a webpage where the user selects a last name from a dropdownlist then the information is display in the datalist. I have done this before (twice) but this time, it's stomping me. There's really no programming involved, just data bounding the fields. But here's my...
  6. Pluto87

    pulling data based on "months" report

    Hi, I am having a trouble with a report I am trying generate. I have some experiences with crystal reports, but this report I am trying to pull has gotten me stump. Any help/advice is very much appreciated. We have a database that data gets enter on a daily basis. I connect to crystal reports...

Part and Inventory Search

Back
Top