Search:

Type: Posts; User: binici

Search: Search took 0.03 seconds.

  1. Re: I need help converting a data field to datetime from a varchar(10)

    Thank you for confirming that it was data error! :thumb:

    Wow, after analyzing the data I figured it out! On my forms I was not validating the dates properly, so some how three dates were passed...
  2. Re: I need help converting a data field to datetime from a varchar(10)

    US English
  3. Re: I need help converting a data field to datetime from a varchar(10)

    I checked my data within that column and everything is up-to-par. I have a dev table that has mixed varchar data such as m/d/yyyy or mm/dd/yyyy

    So weird!
  4. I need help converting a data field to datetime from a varchar(10)

    I have this statement that I need to execute:

    DELETE FROM callcenter..tRecipQueue WHERE DATEDIFF(dd, expiration_date, GetDate()) > 368

    Of course it doesn't work because expiration_date is a...
  5. Need help with this type or error: Incorrect syntax near ')'.

    Hello:

    Normally when you received this message is it coming from the db, or the code itself?

    Description: An unhandled exception occurred during the execution of the current web request. Please...
  6. Replies
    3
    Views
    698

    Help with ASP.NET 1.1 to 2.0 upgrade error

    Hello all, I am currently upgrading our webproject that was in 1.1 used with VS 2003 and using VS2005 to upgrade to 2.0. I received quite a few dozen errors. I have been using this site as a...
  7. Re: Context.Items.Add & server.transfer problem help please.

    It appears that the context items don't become read on the second page if you try to initilize them in another sub proceedure, or anywhere else in the code behind, other than the Page_Load?
  8. Re: Context.Items.Add & server.transfer problem help please.

    When I step through it the data does load, I guess it would be easier if I do add them as a session value, I'll give that a try.
  9. Re: Context.Items.Add & server.transfer problem help please.

    That, I know, but what I am inquiring about is when I submit on the second page, and capture the items (data) from the first page and try to insert them into my sql query, there is no data.

    But...
  10. Context.Items.Add & server.transfer problem help please.

    --------------------------------------------------------------------------------

    Hello all:

    I was doing some testing and have a few problem, which leads to a simple question (hopefully).

    I...
  11. Replies
    1
    Views
    2,547

    Re: Identifier expected?

    Ah, figured it out, niffty



    & vbNewLine & _



    Thank you!
  12. Replies
    1
    Views
    2,547

    Identifier expected?

    Hello all, I am new at this, but I would like to know if there is an operator or some way to continue a constant string on a new line, so its not as tough to read for whomever looks at the code?

    ...
  13. Re: Object reference not set to an instance of an object.

    Worked like a charm! Thank you! :D
  14. Object reference not set to an instance of an object.

    Not sure what seems to be the problems, been at this code for awhile now and I am fairly new to the whole .NET shift.

    <%@ Import Namespace="System.Data" %>
    <%@ Import...
Results 1 to 14 of 14



Click Here to Expand Forum to Full Width