VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Avoiding use of null

VB FAQ  (6 Submissions)   Databases/Data Access/DAO/ADO   Visual Basic 3.0   Unknown Difficulty   Wed 3rd February 2021

How do you avoid the "Invalid use of null" error when reading null values from a database?If you try to retrieve a null value (empty field) from a database, you will get the error: "Invalid use of Null". Here is one way to get around this problem: ..

Rate Avoiding use of null (12(12 Vote))
Avoiding use of null.bas

Avoiding use of null Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters