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!

Recent content by Pluto87

  1. Pluto87

    C# and SQL: Date Fields

    Thank you for your responses and help! I will try both of the methods you two provided!
  2. Pluto87

    C# and SQL: Date Fields

    dhulbert, Your links doesn't work.
  3. Pluto87

    C# and SQL: Date Fields

    Thank you for your reply. I should have mention that birth_date and death_date isn't really the field names we are dealing with it. I am using birth_dates and death_dates as an example. We need to keep track of the of the date and current time of the data that was enter from the user. The...
  4. 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...
  5. Pluto87

    SQL Statement Error in C#

    Works perfectly!! Thanks so much!
  6. Pluto87

    SQL Statement Error in C#

    Thanks for your suggestion. But it is still giving me the same database error. Yes, thank you again for your suggestion, although, this window application is only a test application and we will not be using this publicly. But I still need this piece of code fix. Thanks!
  7. 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...
  8. Pluto87

    C# SQL Statement

    Nevermind, I figured it out!
  9. Pluto87

    C# SQL Statement

    I am attempting SQL. Yes I know the statement is in Oracle, but I seem to can;t figure the SQL syntax.
  10. Pluto87

    C# SQL Statement

    I am getting an Execution fail. I believe it is this string because when I comment it out, it works fine.
  11. 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...
  12. Pluto87

    Need Help on Controlling a Label

    Thanks for the reply. Could you be a little more specific?
  13. 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...
  14. Pluto87

    Binding Dropdownlist to Datalist

    Thank for your help. Everything is showing up on the datalist, but it is still pulling all the data once I debug the page. I need it to pull data when a user selects a last name.
  15. Pluto87

    Binding Dropdownlist to Datalist

    Thank you so much, the duplicates aren't showing anymore. Yes, the auto-generation is off. But this: select firstname, lastname, ... from table where lastname = @parameter order by firstname .. isn't working. It is still pull all the data despite selecting any LastName from the dropdownlist. My...

Part and Inventory Search

Back
Top