Results for the following term searched:

More Stories

Cover Image for Is there a need to set Objects to Nothing

Is there a need to set Objects to Nothing

updated a few hours ago

# ๐Ÿค” Is there a need to set Objects to Nothing? If you've been diving into programming, you might have come across the recommendation to set objects to `Nothing` when you're done using them. But is it really necessary? ๐Ÿคทโ€โ™‚๏ธ Let's dig deeper into this com

Matheus Mello
Matheus Mello
Cover Image for Why Use Integer Instead of Long?

Why Use Integer Instead of Long?

updated a few hours ago
integer

๐Ÿ“ Why Use Integer Instead of Long? In the world of programming, it's not uncommon to come across questions about overflow errors, especially in VBA (Visual Basic for Applications). One commonly asked question is why one should use the "integer" variable

Matheus Mello
Matheus Mello
Cover Image for How to parse XML using vba

How to parse XML using vba

updated a few hours ago
parsing

# How to Parse XML Using VBA: A Beginner's Guide ๐Ÿ“๐Ÿ”๐Ÿ”Ž Are you a VBA developer who is stuck trying to parse XML data? Don't worry, you're not alone! Many VBA developers face this challenge, especially when they are limited to working with older technolog

Matheus Mello
Matheus Mello
Cover Image for What is the difference between SQL, PL-SQL and T-SQL?

What is the difference between SQL, PL-SQL and T-SQL?

updated a few hours ago

# The Ultimate Guide to Understanding the Differences between SQL, PL-SQL, and T-SQL ๐Ÿ˜Ž๐Ÿ” If you're a tech enthusiast, software developer, or just curious about databases, you may have come across terms such as SQL, PL-SQL, and T-SQL. They all sound simil

Matheus Mello
Matheus Mello
Cover Image for How do I test if optional arguments are supplied or not?

How do I test if optional arguments are supplied or not?

updated a few hours ago
argumentsfunction

# Testing Optional Arguments in VB6 / VBA ๐Ÿงช Have you ever encountered the dreaded run-time error 424 "object required" when testing if optional arguments were supplied in VB6 / VBA? Fear not! In this guide, we'll explore solutions to this common issue an

Matheus Mello
Matheus Mello
Cover Image for How do I see active SQL Server connections?

How do I see active SQL Server connections?

updated a few hours ago

# How to Spy on Active SQL Server Connections ๐Ÿ‘€ So, you want to dive into the world of detective work and find out who's lurking around your SQL Server? ๐Ÿค” Fear not, my tech-savvy friend, for I have just the guide for you! In this blog post, we will addr

Matheus Mello
Matheus Mello
Cover Image for SQL Server - stop or break execution of a SQL script

SQL Server - stop or break execution of a SQL script

updated a few hours ago
exit

# How to Immediately Stop Execution of a SQL Script in SQL Server ๐Ÿšซ Have you ever found yourself in a situation where you need to stop the execution of a SQL script in SQL Server? ๐Ÿค” Whether it's due to validations or lookups failing, sometimes you just

Matheus Mello
Matheus Mello
Cover Image for How can I make SQL case sensitive string comparison on MySQL?

How can I make SQL case sensitive string comparison on MySQL?

updated a few hours ago
mysql

# Making SQL Case Sensitive String Comparison on MySQL ๐Ÿ˜Ž Hey there, tech enthusiasts! Welcome back to my tech blog ๐Ÿ“, where we tackle tough problems and find easy solutions! Today we have a juicy question from one of our readers: "How can I make MySQL s

Matheus Mello
Matheus Mello
Cover Image for Combining "LIKE" and "IN" for SQL Server

Combining "LIKE" and "IN" for SQL Server

updated a few hours ago

๐Ÿ”๐Ÿ’ป Combining "LIKE" and "IN" for SQL Server ๐ŸŽฏโ“ Are you looking to level up your SQL Server querying skills? ๐Ÿš€๐Ÿ“Š Well, we've got an interesting question for you today! ๐Ÿ˜ฎ๐Ÿค” Is it possible to combine the powerful "LIKE" operator with the versatile "IN"

Matheus Mello
Matheus Mello
Cover Image for Find records from one table which don"t exist in another

Find records from one table which don"t exist in another

updated a few hours ago
mysql

๐Ÿ“๐Ÿ“ฑโœจHow to Find Records from One Table that Don't Exist in Anotherโœจ๐Ÿ“ฑ๐Ÿ“ Have you ever struggled with finding records in one table that don't exist in another? ๐Ÿ˜ซ It can be a common issue, especially when dealing with database queries. But worry not! In t

Matheus Mello
Matheus Mello