• 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

Use same method for inertia response and json response Laravel Jetstream

Laravel multi auth - Authentication user provider [] is not defined

Mobile browsers are adding .html to filename on download

PHP Sorting - getting 10, 11, 12 ... 1, 20, 2 rather than 1, 10, 11, 12 ... 2, 20

How to make dot match newline characters using regular expressions

Laravel websockets AWS EC2 - Connection failed

Insert multidimensional array to codeigniter cart

How to get values inside <![CDATA[values]] > using php DOM?

Python - Include another Python script

Magento 2 - Controller returning blank page

Adding the custom page with add_menu_page function on Wordpress

How to add automatically collapse/expand in content wordpress (single.php)?

Sum column values from multiple arrays

PHP: Print caught exception like Xdebug

Create tags in laravel post publishing

About Contact Privacy policy Terms and conditions