Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7932927
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:10:03+00:00 2026-06-03T21:10:03+00:00

I have an attribute that I just added to my database to hold confirmation

  • 0

I have an attribute that I just added to my database to hold confirmation numbers. The only problem is they are all null so I am getting errors. Thus I need a method to generate random confirmation numbers (no duplicates). The column entries have a max size of varchar(20). Any ideas how to do this? Thanks

Solution:

        randNum = Replace(Guid.NewGuid().ToString(), "-", "")
        randNum = randNum.Substring(0, 19)
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-03T21:10:04+00:00Added an answer on June 3, 2026 at 9:10 pm

    Did a minute of research and came across these examples.

    Random numbers in VB: Random integer in VB.NET

    Random numbers in SQL Server: http://www.sql-server-helper.com/tips/generate-random-numbers.aspx

    If you don’t want to use numbers that don’t mean anything (if you’re just filling columns to avoid errors), you can make your variable nullable on the .NET side so it can house a null value.

    Dim MyInt? as Integer
    

    EDIT:

    You can create a GUID, remove the dashes and cut it down to 20 characters which is still pretty unlikely to be repeated.

    EDIT #2: If you’re using a stored procedure to perform these updates for new records/changing records (you should be), you can create the random number on the SQL side and return it as the OUTPUT variable. That will give you validation that the record was created/updated as well as giving you the confirmation to present on the .NET side.

    Edit #3: myGuild.ToString().Replace(“-“,””).SubString(0,20) should do the trick.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to select all elements that have certain attribute or don't have
I want to select all nodes <cci:p> that do not have an attribute. So,
I want to round up all images that have a specific attribute and place.
I am trying to show only elements that have the title attribute passed to
I have an Activity class which has an attribute that references an AsyncTask instance
I have a simple class with an attribute that can contain a list of
In my program I have numerous Entity classes with a Texture2D attribute that are
I try unsuccessful to access from my portlet the session attribute that I have
I've been wondering, suppose I have a model with an attribute that in every
I have a class that overloads object attribute access by returning the attributes of

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.