Login   Register  
PHP Classes
elePHPant
Icontem

File: output.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Vincent DiBartolo  >  SQLCall  >  output.txt  >  Download  
File: output.txt
Role: Sample output
Content type: text/plain
Description: Sample output
Class: SQLCall
Easiest possible access to results of a query
Author: By
Last change: regenerated for changes to the test file
Date: 2002-09-23 23:41
Size: 533 bytes
 

Contents

Class file image Download
This select retrieved 2 columns per row.
ID: 1, Member ID: 0
Alternative (should be the same output): ID: 1, Member ID: 0
ID: 2, Member ID: 1
Alternative (should be the same output): ID: 2, Member ID: 1
ID: 3, Member ID: 1
Alternative (should be the same output): ID: 3, Member ID: 1
ID: 4, Member ID: 0
Alternative (should be the same output): ID: 4, Member ID: 0
ID: 5, Member ID: 1

[if you run the example and view source of the real output, you'll see the errors from the failed call at the bottom of the test script]