Results 1 to 3 of 3

Thread: PHP Data Objects

  1. #1
    Millerjames is offline Senior Member
    Join Date
    Dec 2009
    Posts
    331
    Rep Power
    3

    Default PHP Data Objects

    Hi. I am new in forum. I am learning PHP programming language. Right now I have little bit knowledge of PHP. I want to know about the PHP data objects. If you are having any suggestions then reply me. It can helpful to me. Thanks in advanced.

  2. #2
    Davisricky is offline Senior Member
    Join Date
    Dec 2009
    Posts
    331
    Rep Power
    3

    Default

    Following are the predefined constants:
    • PDO: PARAM_BOOL (integer) - stand for data type boolean.
    • PDO: PARAM_NULL (integer) - stand for data type of SQL NULL.
    • PDO: PARAM_INT (integer) - stand for data type INTEGER SQL.
    • PDO: PARAM_STR (integer) - stand for data types CHAR, VARCHAR, or other types of data in a SQL string.
    • PDO: PARAM_STMT (integer) - stand for a type of game results. Not currently supported by all drivers.

  3. #3
    Garcíarobine is offline Senior Member
    Join Date
    Dec 2009
    Posts
    334
    Rep Power
    3

    Default

    When php.ini should be updated to PDO extension laden automatically when PHP comes into operation. You also want to allow drivers particular to your database, ensure that these drivers will be listed after the line pdo.so, as PDO should be states before loading the extensions particular to databases.

    • extension = pdo.so

    If you are using the Windows, PDO and all the main drivers’ ship with PHP as shared extensions, and just require to be activated by editing the php.ini file:
    • extension = php_pdo.dll

Similar Threads

  1. Objects in asp.net
    By WalkerCook in forum Programming
    Replies: 1
    Last Post: 04-24-2010, 11:56 AM
  2. Adding captions to objects
    By Cade Hugue in forum Programming
    Replies: 0
    Last Post: 07-25-2009, 09:30 AM
  3. Flash Actionscript - Objects
    By Waverley in forum Programming
    Replies: 0
    Last Post: 10-27-2008, 08:02 AM
  4. The Tool Box- Snap To Objects
    By ziunalt in forum Programming
    Replies: 0
    Last Post: 09-24-2008, 10:14 AM
  5. Align objects on a slide
    By eirn.wonal in forum Web. 2.0
    Replies: 0
    Last Post: 06-26-2008, 12:47 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
SEO by SubmitEdge

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48