Wrox Programmer Forums
|
SQL Server 2000 General discussion of Microsoft SQL Server -- for topics that don't fit in one of the more specific SQL Server forums. version 2000 only. There's a new forum for SQL Server 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the SQL Server 2000 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 8th, 2005, 03:52 AM
Authorized User
 
Join Date: Feb 2005
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default problem in php

hi all
how i can read iamge from sqlserver with php
my table script is:
CREATE TABLE [graph] (
    [id] [varchar] (5) COLLATE Arabic_CI_AS NULL CONSTRAINT [DF__graph__id__76CBA758] DEFAULT (''),
    [file_name] [varchar] (20) COLLATE Arabic_CI_AS NULL ,
    [file_size] [varchar] (15) COLLATE Arabic_CI_AS NULL ,
    [file_code] [image] NULL ,
    [file_type] [varchar] (10) COLLATE Arabic_CI_AS NULL CONSTRAINT [DF__graph__file_type__79A81403] DEFAULT (''),
    [file_des] [varchar] (255) COLLATE Arabic_CI_AS NULL
) ON [PRIMARY] TEXTIMAGE_ON [PRIMARY]





Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem with PHP and IE phpcoder Forum and Wrox.com Feedback 4 September 10th, 2011 07:07 AM
I got a problem in PHP. Please help me!!!!! aeroboy32000 Beginning PHP 2 December 26th, 2006 11:45 PM
I need some help on this php problem. major dynamic123 Pro PHP 6 March 5th, 2004 05:49 PM
Problem with PHP and IE phpcoder PHP Databases 1 January 30th, 2004 06:22 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.