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 7497505
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T19:07:31+00:00 2026-05-29T19:07:31+00:00

If I am retrieving a value from a database which could be Null ,

  • 0

If I am retrieving a value from a database which could be Null, will adding a "" to the value avoid the problem of the value potentially being Null?

Dim strFinal as String
strFinal = rsCustomers("Suburb") & ""

If rsCustomers("Suburb") happens to be Null, will the adding of "" to it cause the result to be a string?

I am looking at someone else’s code and I am just trying to understand why there is the continual use of this pattern.

  • 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-05-29T19:07:34+00:00Added an answer on May 29, 2026 at 7:07 pm

    I have found exactly your question here Two handy functions for Null handling in “Tip of the Day”

    You’re probably aware that most VB functions don’t work well with Null
    values, which is an issue when you’re working with database columns
    that can accept Nulls. For example, the following statement:

    Dim s as String
    s = rs.Fields("AnyField")
    

    can raise error 94 “Invalid use of Null”. The usual workaround is to
    force the conversion to string by appending an empty string, as in
    :

    s = rs.Fields("AnyField") & ""
    

    However, this solution slightly affect code readability, especially
    if other people in your team aren’t aware of the trick

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

Sidebar

Related Questions

I'm retrieving a float value from a mysql database on a php page (2.5,
When retrieving a lookup code value from a table, some folks do this... Dim
I am retrieving two date time values from the database. Once the value is
I am retrieving a product description value stored in database from admin through textarea
I'm working with some data which is being retrieved from my database. It's placed
I am retrieving values from a database and displaying it a table using php.
I'm trying to autocomplete a textbox. I'm retrieving values from Access Database. Just one
I have used a join query for retrieving value from two tables one is
I am developing an application which will be connected to Access database at the
I am retrieving 4 Fields from my database table. Now i want to add

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.