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
  • Order by date
  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...
  16. 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...
  17. Pluto87

    pulling data based on "months" report

    I'm sorry, correction again, Date_Created is updated by system automatically upon record creation and month data (1-12) is already recorded, this means, the Date_created needs to show date and time if fees were paid within a month's period.
  18. Pluto87

    pulling data based on "months" report

    Just enter this? if {fees.month} = 9 then 1 Opps -- had to check with the dba, the month field is already enter in database (1-12)
  19. Pluto87

    pulling data based on "months" report

    The count list people is 2140, there won't be any new person unless the dba manually adds it in the database, and all other fields are left blank (month, fees_paid) only names, and contact information is entered.) The only permission users have is to enter how much of the fees clients pay each...

Part and Inventory Search

Back
Top