Search Result

Collapse
4 results in 0.0015 seconds.
Keywords
Members
Tags
guid
  •  

  • scott1010
    started a topic Linq Query returning GUID

    Linq Query returning GUID

    Hello I am having problems with a Linq query. I need to return an ID field which is of type GUID (c.Id) along with other fields of type String.

    I have tried both anonymous types and strongly typed objects but continue to encounter the same error:

    Method 1: Anonymously Typed
    Code:
    var results = (from c in uow.Contacts orderby c.LastName ascending, c.FirstName ascending select new {ID=c.Id, Title = c.Title, LastName=c.LastName,
    ...
    See more | Go to post

  • Returning an Oracle generated GUID through an out parameter

    I am returning the following error when i try to pass an oracle generated GUID through an out parameter. Here is the following error message from SQL+ worksheet:

    BEGIN Project.spm_Dat aInsertTest ( ' ', :out_PPLorgGUID , :out_SubNo); END;

    *
    ERROR at line 1:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    ORA-06512: at line 1

    Below is the Test Stored Procedure...
    See more | Go to post

  • Paxxer
    started a topic misformed QueryString Error / ObjectDataSource

    misformed QueryString Error / ObjectDataSource

    Hi All,

    I'm using an URL?ID=F28C680E-BC0B-485D-8CFE-8BC29656BF71 as a method parameter for an objDataSource.

    That is a GUID from the query string.

    So in testing I wanted to see what would happen if a person browsed to the page without an ID field in the QueryString,

    And of course a error is thrown, "Can't covert 0000000-0000-0000-0000-000000 to a GUID"

    Which is...
    See more | Go to post

  • KUTTAN
    started a topic 8 charecter Guid
    in .NET

    8 charecter Guid

    I want to generate 8 Charerecter /digit guid


    How can I do this?

    Guid can be based on my own System.

    That if my code to generate the guid generate in any other system,
    it may or may not (no problem) generate same id

    Any way
    1)it must not exceed 8 characters
    2)it must not generate same guid in same machine
    3)it must not contain the following characters...
    See more | Go to post
Working...