• 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

HTML + PHP + PHPMAILER

Using Associative arrays

Codeigniter, Severity: error --> Exception: Too few arguments to function, admin dashboard shows HTTP error 500

WHM Enabling mod_rewrite

How to override htaccees file for cache control header

Split array into 4-element chunks then implode into strings

curl returning 301 error after migrating to https

Only on Firefox "Loading failed for the <script> with source"

CodeIgniter force_download is not working

how to check version of codeigniter framework?

Laravel Nova Dependency Container what are the allowed resource properties other than id in dependsOn

With doctrine ODM, can I embed many subdocuments in a main document?

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

Hide specific products from unlogged users based in product category in WooCommerce

Laravel 8 factory state afterCreating

About Contact Privacy policy Terms and conditions