User Profile

Collapse

Profile Sidebar

Collapse
programmer27
programmer27
Last Activity: Nov 30 '07, 05:44 AM
Joined: Nov 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • programmer27
    replied to How to read binary in MSSQL 2005
    in PHP
    can u give me a short code to read that binary i attached?

    thx for giving me the hint
    See more | Go to post

    Leave a comment:


  • programmer27
    replied to How to read binary in MSSQL 2005
    in PHP
    yah it's my script not working.
    can u show me how to read it?

    heres my script. open3.php just opens the database
    [CODE=php]<?php
    //require "..\function.ph p";
    require "open3.php" ;
    $sql="SET TEXTSIZE 2147483647";
    $queryall="SELE CT * FROM UserInven ";

    if(!$result2 = mssql_query($qu eryall))
    print'cannot connect result';

    print'...
    See more | Go to post
    Last edited by ak1dnar; Nov 28 '07, 06:08 AM. Reason: Fixed [CODE=php] tags

    Leave a comment:


  • programmer27
    started a topic How to read binary in MSSQL 2005
    in PHP

    How to read binary in MSSQL 2005

    i've been reading this binary files in this database still no luck.
    it's not an ordinary binary file. coz there's no file you can see, it's all in the database. i'll attach here the database RanGame1. see the UserInven table -->UserInven having a binary data like this <binary data>
    i would like to read this.

    this displays when i'm reading it  @ @ @ @ 
    does anyone know exactly how to read this one?...
    See more | Go to post
No activity results to display
Show More
Working...