0
votes
1answer
45 views

Error on c# when trying to fetch multiple data from database

I have this code on c#: private void sqlConnLabel() { NoIDPenghuni = new SqlParameter(); SqlConnection con = new SqlConnection(strCon); com2 = new SqlCommand(); ...
-1
votes
1answer
37 views

mysql_fetch_array() expect parameter 1

I tried to show some data from database with select option from the first page but I got two error when the page tried to retrieve the data from database the errors are mysql_num_rows() expects ...
0
votes
2answers
46 views

PHP account system

I have a complicate question which I can't find answers from online, or maybe I just don't know the best word to describe it,but hopefully you all and help out little bit, thanks you so much. I want ...
-2
votes
1answer
50 views

Query to only show column names with value

I'm working on a filtering system which will only show the results matching a certain criteria. The user makes their 'filter' which adds that preference to a filters table. The column names is the ...
9
votes
2answers
408 views

Implementing bulk record fetching

At the start of my program, I need to read data from a MS Access database (.mdb) into a drop down control. This is done so that whenever the user types in that control, the application can ...
0
votes
1answer
67 views

Android : How can I retrieve my desire data in my Database

First of all I don't know if my database is working since I ended up changing my previous code in here (it doesn't work also) now I use the tutorials in newboston for sqlite, but I m still having some ...
1
vote
1answer
97 views

android : how can i fetch my selected id in my sqlite

I want to fetch some data from DB. I don't get any error messages. Here is the code that doesn't work: database helper: import android.content.ContentValues; import android.content.Context; import ...
0
votes
1answer
109 views

Fetch a selected row in Zend Framework

I know how to Fetch all the results from the DB What i want to do is to fetch a selected row. Can anyone give me a sample code. public function getAllAddresses() { $dbTable = new ...
0
votes
3answers
45 views

Fetching SQL records

Ah, I wrote a script, but I forgot already how to fetch MySQL records... so... I get problem with this RESOURCE id#X $QUERY = "SELECT id FROM WORKING TABLE VARIABLE WHERE username='WORKING USERNAME ...
0
votes
1answer
61 views

Zend Database Table getrow

I have a table of serial keys +----+---------------------+------+ | id | product_key | used | +----+---------------------+------+ | 1 | 3C45-GH76-9V74-HLKJ | 1 | | 2 | ...
2
votes
3answers
436 views

Fetch only one row in PHP/MySQL [duplicate]

Possible Duplicate: mysql_fetch_array() expects parameter 1 to be resource, boolean given in select simple question here. I have a SELECT query SELECT FROM friendzone WHERE ID = ...
0
votes
2answers
59 views

How to fetchAll all the columns from the database

I have a coding like this $tampilUbahVerifikator = $app['db']->prepare(" select p.nama_pegawai, v.id_pegawai, v.id_verifikator, v.penanggung_jawab, ...
0
votes
0answers
94 views

Data fetching really slow from webservice

I have the following webserivce. "club": { "staff": [ … ], "trainingen": [ … ], "team": [ { "name": "Baerts Lennert", "number": "0", ...
0
votes
1answer
152 views

Showing url/hyperlink database fetched data

I have a question about a well known problem: the messages of my users contain hyperlinks to other area's of my website. I fetch data from the database to show the last message a user has posted on ...
0
votes
2answers
68 views

Adding who posted a topic in a database

I have a table TOPICS in my database, which does not state which user opened it. In my MESSAGES table however, there is a USER column which shows which user has opened it. My question is: how can I ...
-1
votes
1answer
167 views

Fails to detect ENTER when data is saved and fetched from database

I am writing a PHP script where i am including comment box(textarea) .The data entered is first saved in the database and then fetched from the database for displaying .Problem is that it doesn't go ...
0
votes
3answers
1k views

PDO - Call to a member function fetch() on a non-object

My error: ( ! ) Fatal error: Call to a member function fetch() on a non-object in C:\wamp\www\PDO\index.php on line 13 My code: <?php $config['db'] = array( 'host' => ...
0
votes
4answers
2k views

PHP MYSQL $row[$variable]

I am trying to work around with dynamic table creation and data fetching. I am trying to get the data using following code : $myQuery = "SELECT ".$col_name." FROM ".$tabname." WHERE ...
0
votes
0answers
77 views

Efetch NCBI Biopython

I am new to python and biopython .I am trying to dowload data from the genome database from the NCBI but just recently discovered the Efecth function is no longer supported since they changed the ...
1
vote
1answer
765 views

Fetch query from Magento database — mysql_num_rows

What function is equal to mysql_num_rows in Magento?
1
vote
1answer
651 views

fetching db column names only, for display in dynamic table using php

in the code below Im searching specific columns from a db table and placing them into a html table, inserting &nbsp for empty db fields to maintain uniformed structure. That part works fine, but ...
0
votes
2answers
3k views

PDO Query Fatal error: Call to a member function setFetchMode() on a non-object

I have been trying to pull all infomation where $user is equal to subscriberID in my sql database. I am using the PDO method of inserting data and wish to use the query function also. i am getting the ...
0
votes
0answers
116 views

iOS local database accessing issues

We are developing an iPhone calender application which we are using ical to sync with other people's calender event. We would like to design the application first fetch local database to display data ...
0
votes
1answer
2k views

Matlab database connection: Undefined function or method 'fetch' for input arguments of type 'struct'

I have a strange error that comes when my database connection is established and then its throughs out this error when executing e=fetch(e) that Undefined function or method 'fetch' for input ...
0
votes
1answer
211 views

How to fetch only a value from MySQL database? [duplicate]

Possible Duplicate: Is there a way to fetch the first entry of a table in database using SQL query? So, I downloaded a script(top-site script), i think that it's build up on the famous ...
1
vote
1answer
145 views

Can't fetch database objects when extending to another twig template in Symfony2

I'm new to Symfony2 (with knowledge in 1.2-1.4) and having little trouble trying to fetch some objects from the DB. I have a base template (index.html.twig) which have the following code block: ...
0
votes
4answers
43 views

MySQL many 'and' statements

I have this statement wich is the wrong way to do it but how would I get the statement to work (the result of the statement needs to hold all the AND in it) SELECT a.username, a.first_name, ...
0
votes
3answers
67 views

Product ID is not being stored in the database

can anyone help? my code doesn't seem to store the value of product id here in my code have a look I am also getting the ID from another table <?php include("Connection.php"); $dTime = time(); ...
0
votes
1answer
106 views

CoreData: two level fetchRequest on addition

I have a Core Data that stores Movies and Actors. I get the list of movies through json. Each Movie has a cast(Actor, role) So I have Movie, Actor, ActorRole entity. When i receive the list of ...
1
vote
3answers
148 views

What is the best way to select one row in MySQL using PHP?

I have a mysql statement which grabs just one record based on an id. I want to know if using mysql_fetch_row or something along the lines of that is better then using something such as ...
0
votes
2answers
470 views

WinForms app seems “Not Responding” while fetching data from database?

I work on WinForms app (VB.NET) which handles CRUD operations. When it loads the data, it seems state like "Not Responding" and when loading finished, every thing will be normal. How do you solve ...
-1
votes
2answers
492 views

Perl DBI fetch portion of database?

I'm working on a database, where the number of rows is somewhere above 1,000,000. I have my select statement, but if I fetchall to begin with, I run out of memory quickly. Here are my 2 questions: ...