• Categories
    • PHP
    • phpMyAdmin
    • PHPMailer
    • FFMpeg
    • PHPEXcel
    • PHPDoc
    • PHPUnit
    • CakePHP
    • CakePHP 2.0
    • Cake PHP 2.1
    • CakePHP Model
    • Facebook PHP SDK
    • composer-php
    • PHP 7
    • PHP GD
    All Categories
  • About

How do I loop through an MS SQL database with VB.NET?

phpsqlvb.net


PHP Snippet 1:

While reader.Read()
   If reader.IsDBNull(0) = False Then
     Console.WriteLine(reader.GetValue(0).ToString())
   End If
End While

Related Snippets

Hide email address with stars (*)

JSON Render Issue in Date Object Laravel and PHP 7.4

PHP: How to raise number to (tiny) fractional exponent?

protect images from being copied

PHP 8 - libxml_disable_entity_loader() has been deprecated. How do I replace the functionality it provides?

how to fix Service provider class not found when using repository?

Having trouble with PDO queries (Notice: Undefined index)

How to get AJAX to post on second page?

Connecting an HTML webpage to a SQL Server

Combine multiple columns into an array as one of the key in a results set

PHP: Calling MySQL Stored Procedure with Both INPUT AND OUTPUT Parameters (NOT "INOUT")

Creating command to backup MySql database in Laravel

Laravel excel maatwebsite 3.1 import, date column in excel cell returns as unknown format number. How to solve this?

Laravel-fopen: failed to open stream: Permission denied

CodeIgniter 4: Like and Dislike Functionality

About Contact Privacy policy Terms and conditions