Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6722873
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T09:30:00+00:00 2026-05-26T09:30:00+00:00

If I get records from my SQLite database’s master table like this: $database =

  • 0

If I get records from my SQLite database’s master table like this:

$database = new PDO('sqlite:test.sqlite');
$sql = "SELECT * FROM sqlite_master";
$records = $database-> query($sql);

then it gives me double the amount of fields in each record, both indexed and associative:

type:[table]
0:[table]
name:[site_comments]
1:[site_comments]
tbl_name:[site_comments]
2:[site_comments]
rootpage:[3]
3:[3]
sql:[CREATE•TABLE•site_comments(author•varchar(50),•comment•varchar(255))]
4:[CREATE•TABLE•site_comments(author•varchar(50),•comment•varchar(255))]

I remember using the PDO object many years ago and there were fetchAll() et al. methods which was how you determined if you wanted both associative or indexed fields, or one or the other, etc. But this seems to be a new/different version of PDO (PHP installed with the newest version of XAMPP):

enter image description here

How do I tell the PDO object that I want it to give me only the named arrays, e.g. “type” and “name”, but not 0 and 1?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T09:30:01+00:00Added an answer on May 26, 2026 at 9:30 am

    PDO::query returns a PDOStatement. Use PDOStatement::setFetchMode to set the default fetch mode, or pass the mode when calling fetch on the result. Note you set the fetch mode on the result after running PDO::query, not on the PDO object before running the query.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an sqlite database on android created like this: sqlite> .schema CREATE TABLE
This is the code I'm using to select some records from my database. I'm
I want to get the number of NOT NULL records from my SQLite database.
]i have this graph that shows the last 7 records from my sqlite database,
I want to get all the records from the one table which contain at
How can I get specific number of records from nhibernate like 10 or 15
Is there is any way to get the select Random Records using query from
I need to get only 1 record from sql result. we use SELECT TOP
I want to get the records of last month based on my database table
In my iPhone/iPad project, I'm showing some data from SQLite database. This database is

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.