The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
7 views

Yahoo pipe using XPath Fetch Page showing null

I'm building a Yahoo Pipe using the XPath Fetch Page module. You can see my pipe here. I can see the right information shown in the Debugger, showing 13 items, but when I run my pipe I'm getting the ...
0
votes
0answers
20 views

Backbone fetch returns null on GET with parameters

I have an endpoint GET using asp.net web api with some search ASP.NET WEB API public IEnumerable<AudtisDTO> Get(searchCriteriaObject value) { return ...
0
votes
1answer
21 views

PDO Fetching Bcrypted password?

I have been a lot of troubles with my code since I first started learning something about hashing and salting passwords. First, I learn how to "hash" passwords with MD5 (Yeah, don't do that anymore), ...
-1
votes
2answers
49 views

MYSQL doesn't select next row [closed]

I'm trying to create a select-field with options, the options are stored in the database. The table looks like this: id option class 1 opt1 cl1 2 opt2 cl2 3 opt3 cl3 4 opt4 ...
0
votes
3answers
36 views

Unable to fetch data from textfield using $_POST

I have been not able to fetch data from the textfield 'current_reading'. What can be the issue? every other text and $_POST method are working fine index page ...
0
votes
1answer
15 views

GrabURL from Website table

Hi Guys I Want to Grab an URL from a site the page only has one or many URL link on it, I would like to connect to the site URL and grab the link fro inside the page And put that in a string, Can It ...
0
votes
0answers
24 views

Fetch html which is loaded dynamically? python

I am writing a crawler in python which must extract the links to the PDFS listed in this page: http://www.peekyou.com/barack_obama (scroll down, there is a "documents" section with links to pdfs. ) ...
0
votes
0answers
11 views

Realtime hashtag counter with instagram API

I had an idea to create a realtime instagram hashtag counter which would show how much a defined hashtag has pictures. I got succesful with the instragram API part where I fetch the information, but ...
0
votes
3answers
27 views

PHP - MySQL “next” - “previous” link with ordering

I have a table like this id | name | image | ordering ------+-------------+------------+-------------- 1 | name 1 | one.jpg | 5 ...
1
vote
1answer
25 views

PHP Curl - Validate and Fetch .csv file efficiently. How?

I'm very weak in curl functions. I have a script which does hourly routines to update files among networked sites. I have three concerns: Efficiency Accuracy Security Having tested it in some ...
0
votes
2answers
27 views

Why is git pull bringing in changes that git fetch rebase is not?

I have a remote branch 1.4 I did a git fetch origin with the result: 13b1449..51618fe 1.4 -> origin/1.4 I then did a git rebase 13b1449 git responded Current branch 1.4 is up to date I then ...
0
votes
2answers
63 views

How to construct a SQL query to fetch different rows from same table in different columns?

Lets say I have a table in ORACLE database like: ACC_ID | ACC_AMT 111 | 10000 111 | 12000 111 | 14000 222 | 25000 222 | 30000 333 | 18000 333 | 27000 333 | 13000 333 | ...
1
vote
4answers
42 views

Ruby on Rails: Fetch database result and search through results

I have a set of IDs for a table called "brands". I want to fetch the name column for each record in the brand table without having to re-query the database using Brand.find(brand_id). Instead, is ...
0
votes
1answer
18 views

what wrong with this hql query, I use fetch in my hql to overload the child sets

string hql = "from Customer as c left outer join fetch c.Orders" + "where c.CustomerId=:id"; using(Session) { return Session.CreateQuery(hql).SetInt32("id",id).List<Customer>(); } ...
0
votes
0answers
44 views

what's wrong with this simple fetch PDO statement?

What's wrong with this PDO code? It doesn't give me any results although there definitely are some results in the tip table in the database. try{ $this->pdo = new PDO( ...
0
votes
1answer
11 views

fetch specific data from table to be declare as variable

I need to fetch certain data from table and declare it as variable, is it possible for me to do this? $get_user_info = "SELECT * FROM user_database WHERE ic='$ic'"; $user_info = ...
0
votes
0answers
19 views

PHP & mySQLi - while mysqli_fetch_array not echoing result

trying to echo the rows. i dont get any errors, but it works if i do the second part. <?php $result = mysqli_query($db_connect, "SELECT * FROM items") or die ("Query is invalid." . ...
1
vote
1answer
38 views

Fetching data from the server to Backbone giving me a weird json

I'm trying to fetching data from the server with backbone, this is my request: I initialize the view with this: // Backbone view initialize this.collection = new Dropdown.Collections.Brands(); ...
0
votes
0answers
157 views

access data from facebook using proxy server

I have to develop a facebook application which has to fetch data from facebook via a proxy server. The proxy server is a middle server which channels facebook with the facebook application. It is the ...
-4
votes
0answers
30 views

Fetch URLs from website

[SUMMARY] I want to fetch the URLs of the pages behind a website's page, without knowing them. It's like this but with pages I don't know. [IN-DEPTH INFORMATION] The website contains data about TV ...
0
votes
3answers
44 views

JPA Hibernate - @ManyToOne not getting correctly

I'm using JPA (Hibernate) and I have a problem when I try to fetch an object from my database. I'm using Glassfish 3.1.2, Hibernate and Oracle database 10.2.0.4. Here is the concept of my ...
0
votes
1answer
25 views

Backbone Boilerplate - fetch method don't refresh collection

is my first question here, so I please about some patience and forgive my english:) When I type link in browser address bar, all is OK. But when I do this inside browser by clicking element, ...
-1
votes
1answer
35 views

C# dataGridView select 100 by 100 rows

I have a problem with dataGridView in C#. I want to select 100 by 100 rows of data. The table is very big with 100000 rows and growing. So if i select all rows it takes too long to fill the ...
0
votes
1answer
48 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(); ...
0
votes
2answers
51 views

Object not fetch well in java

I have a problem with fetching objects in Java. There is object A which is Entity bean class and it contains object B (other Entity bean class) as a field. Object A was created without B and later ...
-2
votes
1answer
31 views

Why the PDO statement error comes in this code?

I have the following code, I am unable to figure out why the PDO statement error occurs, here is my code try { $db = new PDO("mysql:dbname=imdb","username","pwd"); ...
2
votes
2answers
24 views

JSON value encoded twice : how to use fetch_assoc()?

The following code returns the value twice, once encoded in JSON : <?php $req = $bdd->prepare('SELECT Date, Open, Close FROM quotes WHERE Symbol = ? AND Date > ? AND Date < ?'); ...
0
votes
0answers
42 views

Backbone fetch, calls both error and succes

I'm new to Backbone and I was trying to retrive an JSONP from a nodejs server. My problem is that both error and succes methode are called.Is there any mistake in my code? Any suggestions are ...
0
votes
1answer
14 views

Does BatchFetch change the fetch type?

I am using EclipseLink 2.1.0 in my Java EE application and optimized the loading of nested entity lists using @BatchFetch. Now I'm curious if this Annotation will change the fetch mode, meaning does ...
0
votes
2answers
19 views

MySQLi Error with a simple WHERE clause SELECT statement

I have a simple mysqli query which fails to run when I set the where condition to a string like the below code (option='title'), however if I used an integer instead (id=1) it works! here is the ...
0
votes
1answer
40 views

Simple SQL syntax error in fetchRow() Zend Framework

i got a simple instruction like this: $db = Zend_Db_Table::getDefaultAdapter(); $select = $db->select(); $select ->from(array("b" => "barcos")) ->join(array("i" => ...
-1
votes
0answers
21 views

MySQLi Fetch Assoc Returning Null

Here is my code: `final public function getSetting($z) { global $db; $q = $db->query('SELECT * FROM `zip_settings` WHERE variable = "{$z}"'); while($return = ...
0
votes
1answer
26 views

Short code to get 2 values from one row with php pdo

Possibly stupid question, but can not find answer. I need to get values from two columns of the same row. And then set variables with each value. Here I get one value from column Number and then ...
-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 ...
2
votes
1answer
42 views

If the service returns JSON data, should I still use this.collection. toJSON()?

In my backbone application the REsT service always returns JSON data, so should I always use this.collection.toJSON() or can I use this.collection directly after collection fetch to bind the data to ...
0
votes
2answers
37 views

How Do I Get A Value From MySQL Table - PHP

I am having a real hard time fetching a value from my sql database. My code is below and I am trying to display $balance, but when I echo it, it just shows "Array". Here is an image of my database ...
0
votes
4answers
47 views

Displaying content with functions does not work properly

First of all: I know this is a very messy code and not the proper way to do this. But its first attempt to write a class and functions.. What i want it to do: Output all rows in the "articles" table, ...
1
vote
2answers
117 views

Backbone fetch() throws an Uncaught TypeError: Cannot read property 'ajax' of undefined

I am integrating BackBone on a new project. While I am somewhat familiar with BackBone, this will be my first attempt at creating a new project with it. I setup a model and view, but am getting a ...
1
vote
1answer
73 views

Git fetch and pull operation on branches

This might have been asked before but I can not find the answer. Assume following scenario. I have a local repository with following local branches. Scenario 1 local Branch A Branch B ...
0
votes
0answers
36 views

Backbone fetch() fails for IE

I am using Backbone's fetch to get data from a remote server. It works fine for all browsers but IE (of course), as IE requires you to use XDomainRequest instead of XHR for cross site. Do I have to ...
0
votes
2answers
50 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 ...
0
votes
1answer
60 views

mysqli fetch_assoc only 1 result instead of all

if ($result = $db->query("SELECT * FROM tab WHERE ID = $id")) { while($row = $result->fetch_assoc() ){ echo "ID:". $row['ID']; echo "Product:" .$row['Product']; ... } $result->close(); } else ...
0
votes
1answer
39 views

can't retrieve all rows from a table

I've tried the past hour to figure a way for the server to recognize if a user already owns a similar row in my MySQL DB can any of your guys help me... here is the code ive done by now $nummer = ...
2
votes
3answers
35 views

Fetch not repeated rows in hibernate

I would like to fetch a list from a query in Hibernate but without repeated elements. Currently i have something like: SELECT t FROM Table t join fetch t.list tl WHERE tl.userid=:userid AND ...
0
votes
0answers
27 views

How to get integer value in jsp file via Excel file?

I have connected my jsp to Excel sheet, and i am fetching the marks to jsp file. But the marks are showing as 85.0 instead of 85 , For example: <%= rs.getString(4) %> How can i get the value ...
0
votes
1answer
69 views

Backbone fetch parent model with nested collection

My aplication has this structure: Project (model) -> tracks (collection) -> track (model) -> clips (collection) clip (model) I ...
0
votes
0answers
73 views

HQL stop fetching children executing inner/left join fetch query

I have a design like entity having children of a type and each of those children has a property of parent entity. Object A Object B (property) Object A (property) Object ...
0
votes
2answers
45 views

error fetch array [closed]

I tried to fetch my all data using mysql_fetch_array with this code while($row = mysql_fetch_array($sql)){ if($row_counter % 2){ $row_color="bgcolor='#FFFFFF'"; }else{ ...
0
votes
2answers
42 views

PDO multiple fetching of same query [duplicate]

I am fetching the results from a db with PDO::FETCH_ASSOC. The issue is that I am doing it twice in the same file. Is that a known issue? What would be the alternative? Here is my code: FIRST TIME ...
0
votes
0answers
70 views

GitHub: checkout data to origin, adding data to origin without merge

I have a remote repository and a local one. The local Git repository I also use in StarTeam. My task is to take files from Git origin, after check them out on StarTeam, and then add changes to Git ...

1 2 3 4 5 17