Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
109 views

What is the point of salt and hashing if database is accessible?

I just learned the concept of hashing ("Hey! don't forget the salt!") and using salt to make the password secured. Hashing it is a one way encryption (actually not encryption but hashing) so it ...
3
votes
2answers
56 views

Python script that notifies me when a update is made to a website.

I need to make a script that will notify me when a change is made to a website. I am not sure about the best way to go about this and I don't know what python has that will be useful. Any push in the ...
3
votes
2answers
103 views

PHP Resource ID error

I wan't to retrieve or output data in the database but I kept on getting the error called " Resource ID ". here is my code <?php $host="localhost"; $username="root"; $password ="123192"; ...
3
votes
1answer
209 views

Retrieving Data from the BattleNet

I have seen sites like "sc2ranks.com" and I totally wonder how they get information I could only access when being ingame. I mean how can I access for example the StarCraft II EU Ladder? Is this just ...
3
votes
4answers
664 views

Sporadically Slow Calls From .NET Application To SQL Server

I have a table in SQL Server that I inherited from a legacy system thats still in production that is structured according to the code below. I created a SP to query the table as described in the code ...
2
votes
3answers
81 views

How to avoid many database round trips and a lot of irrelevant data?

I have worked with various applications and encountered this situation many times. Until now I have not figured out what is the best approach. Here's the scenario: I have an application either ...
2
votes
1answer
245 views

Windows phone 7: post some values, retrieve the response

How can I post a value to an online page, and then retrieve the response to put it in a string? It's a PHP page that take the $_POST value and then echo a response that I want to grab.
2
votes
3answers
307 views

post data from table row like json format

this is related to my last question( NOTE: I already got some good answers there). I'm doing a program that will filter. I didn't include this question because i thought that it is easier for me to ...
2
votes
1answer
103 views

How to evaluate a search/retrieval engine using trec_eval?

Is there any body who has used TREC_EVAL? I need a "Trec_EVAL for dummies". I'm trying to evaluate a few search engines to compare parameters like Recall-Precision, ranking quality, etc for my ...
2
votes
1answer
113 views

Website data retrieval

An recent article has prompted me to pick up a project I have been working on for a while. I want to create a web service front end for a number of sites to allow automated completion of forms and ...
1
vote
1answer
46 views

Android - Retrieving a string from a specific element of a gridview

I'm pretty new to Android and I have been playing about with GridView. I've got stuck trying to retrieve Strings from individual elements of the GridView so that I can save state based on the changes ...
1
vote
1answer
50 views

Downloading and writing images from an array of urls crashing iPad

I am writing images to the directory of my app using the following code in a separate thread for (int j =0; j<[sorted count]; j++) { NSData *data = [NSData dataWithContentsOfURL:[NSURL ...
1
vote
1answer
67 views

How to read the files sequentially from a subfolder in document directory of iPhone

I am saving some images in to the documents directory of the app using the following code. for (int k=0;k<[_imageNames count];k++) { NSString *imagePath = [dataPath ...
1
vote
2answers
412 views

Postal code (ZIP) worldwide (not just US) optimized data structure (not SQL, CSV or Google API) for long and lat retrieval

Does any one know of database structure such as this http://www.maxmind.com/app/geolitecity that is optimized for super fast retrieval of long and lat based on either ZIP or (City, State, Country) ...
1
vote
1answer
245 views

TextBox column in GridView

I added a textbox column in the gridview by using the following code. <asp:TemplateField HeaderText="Order"> <ItemStyle/> <ItemTemplate> ...
1
vote
3answers
109 views

Data parsing-retrieval using php

Lets say we have the following structure in a web page. How can i retrieve the following information using php? something XAXAXA-SASASASA 2-1 ZAZAZAZA-CACACACA 2-2 <th class='black' ...
1
vote
2answers
334 views

T-SQL - parameter assignment, data retrieval and comparison in one line - is it possible?

I want to do something like this in T-SQL, but it will return an error: DECLARE @Stock int IF(SELECT @Stock = [Stock] FROM dbo.Products WHERE [ProductID] = 1) > 5 PRINT 'Stock is good: ...
1
vote
1answer
84 views

Looking for an “example database”

I'm currently working on a semantic web project to enrich web services with semantic meta information. Therefore, I'm looking for another information source to gain more information (esp. examples, ...
1
vote
2answers
79 views

PHP / MySQL formatinng: An example of how this type of data is used?

Sorry in advance for the kind of odd/vague question :). I've come across this kind of formatting stored in MySQL databases on several occasions now and I'm wondering how the data is used? For ...
1
vote
3answers
206 views

Large Analytics Database Responsive Retrieval (MYSQL)

I want to create a 'google analytics' type application for the web - i.e. a web-based tool to do some reporting and graphing for my database. The problem is that the database is HUGE, so I can't do ...
1
vote
2answers
214 views

How to Conditionally Retrieve Rows from the Database in PHP?

Ok, I have a database full of values with one field value for prospects and another for clients... I'd like to retrieve only the clients information... How do I write the function??? UPDATE Here ...
0
votes
3answers
63 views

Paradox - know whether there is change in the database without opening a connection

I am writing a application in C# that needs to do the following: without connecting to the database I need to check if there are some new logs in database. If there are then I am allowed to open the ...
0
votes
1answer
33 views

JPA Parent/Child with Same class, Retrieval issue

I have one issue with retrieval Parent/Child relationship of type "Folder Hierarchy" Ideally, in plain Oracle SQL, it would be easy to use CONNECT BY clause. But with Hibernate, some reason it ends up ...
0
votes
1answer
81 views

Get some data from a SQL Server database without connection to it [closed]

I am writing a application in C# that needs to do the following: without connecting to the database I need to check if there are some new logs in database if there are then I am allowed to open the ...
0
votes
1answer
31 views

What information can we access from the client?

I'm trying to compile a list of information that is accessible via javascript such as: Geo-location IP address Browser software Exit location Entrance location I understand that a user can alter ...
0
votes
1answer
29 views

Accessing the value of a dynamically added Control inside Update panel

I have a page which contains an update panel and inside it, we have a placeHolder which will be populated with a textbox when button1 is pressed. Now I neeed to access the value entered in the ...
0
votes
5answers
63 views

return inserted items for a given interval

How would one design a memory efficient system which accepts Items added into it and allows Items to be retrieved given a time interval (i.e. return Items inserted between time T1 and time T2). There ...
0
votes
0answers
15 views

Retrieving data from a form webpage through code

I want to retrieve some data from a form based website like http://data.bls.gov/cgi-bin/srgate (you can enter LNU03008876), thats only the first page . I basically need some pointers on how to deal ...
0
votes
2answers
40 views

Improving an ':has_many :through' association in order to retrieve data

I am using Ruby on Rails 3.0.10 and I would like to improve some code (keep reading for more information) that retrieves data from the database using an :has_many :through association. In the model I ...
0
votes
1answer
105 views

How to store Multiple Pieces of Data in jsTree nodes using a Single Attribute?

In order to store arbitrary data in jsTree nodes, I'm passing a custom attribute (say node-data) to the create_node method. But I need to store more than one piece of data in the single attribute. ...
0
votes
3answers
45 views

Can JavaScript be used to send and store information on a server?

For example: When you ask a question on stackoverflow, you input information into the text box, and that information is sent to the server where it is stored and displayed to the end-user. Can the ...
0
votes
1answer
55 views

Dynamic Take in LINQ to Entities?

Let say I have the following tables: Category: ID, Name, Limit News: ID, Title Relation: CID, NID I want to select top 'x' news from News table with CID, CName and that 'x' depends on ...
0
votes
1answer
150 views

How to use MySQL “Statement.RETURN_GENERATED_KEYS” in Oracle to retrieve key values?

I have the following MySQL query specified within a JSP. I want to figure out an equivelant query that I can run properly against Oracle Database as I am migrating my project from MySQL to Oracle DB. ...
0
votes
0answers
26 views

how to order 3000 records in calc - row by row or col by col

a question regarding the formatting a sampled set of datas: how to order 3000 records in calc - row by row or col by col Here on this site i have a number of Foundations... i want to copy and paste ...
0
votes
1answer
35 views

Retrieving records from design containing multiple hierarchy

I have 4 tables (Type01, Type02, Type03, Type04) . They have different columns . Table Type01 is a parent of 3 child tables (subtype01, subtype02, subtype03) . And it has a one to one relationship ...
0
votes
3answers
179 views

how to get the data from a row jquery

I have this problem about retrieving row data in jquery. this is not really a simple problem for me since my table cells contains a select tag, and a input box. To be clear enough, here's my html code ...
0
votes
0answers
264 views

How to get Sqlite Data into Dictionary?

i have sqlite database in my app, i want take the data in my dictionary as key Value Pairs i wrote the following code but i got only last element repeatedly .. so please give me some code for that.. ...
0
votes
3answers
270 views

asp.net return recordset as associated array

I'm trying to dig into asp.net and C# and have some problems; I've built a class to access db-data (don't ask why, it's an assignment). public static class dbConn { public static ArrayList ...
0
votes
2answers
102 views

Data Mining/Retrieval Question

Our SQL Server 2005 database has nearly 100 different tables. We are going to provide a feature to search some information according to the user defined filters. Our filter configuration going to be ...
0
votes
0answers
211 views

Retrieve and echo greek characters problem

Lets say I have a string like this - " Πρώτη θέση Δεύτερη θέση" Using php DOM tree I search for elements td and I am trying to echo Πρώτη Θέση and Δεύτερη Θέση. Although when I am echoing the Greek ...
0
votes
0answers
148 views

Getting multiple youtube-api videos data

Is there option to get multiple videos (or playlist) data like "titles" etc? i can do this for one video using this -> ...
0
votes
1answer
115 views

Which is the best way to retrieve data and add them to a database?

Let's say I want to retrieve data from a static web page. When retrieved I want to add them to my existing database. Which is the best way to do it? Until now I thought of creating a Java app to ...
0
votes
1answer
48 views

MySQL database cannot be retrieved using dump

I tried to retrieve a MySQL database in my localhost using the database dump of my real live MySQL database (which is in production and doing well). I used MySQL Administrator visual interface for ...
0
votes
2answers
273 views

How to represent data in an efficient way ? (Graphically Talking)

Before going for further reading, just to let you know this question is vague and do not need one precise answer. To the contrary more answer I get better it will be for me. The question is : How to ...
0
votes
8answers
51 views

How to retrieve data that is not in the same order as the query in SQL?

I am trying to retrieve a record from a table in SQL. Here is what I want. For example: I have a table name studentScore with two columns: studentName ----- Scores John Smith ----- 75,83, 96 I ...
0
votes
1answer
16 views

How to distinguish in master data and calculated interpolated data?

I'm getting a bunch of vectors with datapoints for a fixed set of values, in the example below you see an example of a vector with a value per time point 1D:2 2D: 7D:5 1M:6 6M:6.5 But alas not for ...
0
votes
2answers
56 views

PHP Multi-Dimensional Arrays Issue

Ok I have a mult-dimensional array which has the following structure... 0 => array ( 'membership' => array ( 'member' => array ( 'name' => '', ...
0
votes
2answers
344 views

Issue regarding retrieving all email id's from address book in iphone

I am newbie to Address book programming. I want to retrieve all email id's from address book.The issue is below code gets the all data for one record(one person). but When i add more than one contact ...
0
votes
1answer
339 views

How do I populate the AjaxControlToolkit combo box with JQuery using a webservice

Is it possible to populate the AjaxControlToolkit ComboBox with jQuery using a webservice. I want to do this to get away with update panels containing large response data. With this I also want to get ...
0
votes
1answer
115 views

Sqlite: Need to retrieve the automatic primary keys generated for each entry I insert

What's the best way to do this? Note that this is the sqlite version packaged with Google Gears, also.

1 2