Tagged Questions

0
votes
5answers
97 views

which is the better way to get the ip…

What is the better way of getting the IP address in PHP: getenv('REMOTE_ADDR'); or, $_SERVER['REMOTE_ADDR']; please tell me the difference, if any, between the two.
0
votes
2answers
45 views

Program for fetching email from the inbox in VB.NET

I am trying to develop an application to parse email messages. I wrote that program in PHP. It is now working. But the problem is I can not complete my requirement. Now I try to do …
0
votes
1answer
42 views

iphone fetchRequest sub entities?

If i fetch data from "parent" and assign it to a fetchresultscontroller, i still have to call [parent.images allObjects] in my cellForRowAtIndexPath to get to the child data. Is …
1
vote
3answers
63 views

size of remote file is not known of the fetch run time

When I carried out a fetch command, the following messages were output. "size of remote file is not known" Will this be an error? Will it be what or the thing which disappears …
1
vote
1answer
53 views

iPhone + SQLite3 + fetch date column

Hi, I am having a date column in my table and I want to fetch that in iPhone application, I use following method to fetch values: objPlayer.type = sqlite3_column_int(selectstmt, …
0
votes
1answer
43 views

iPhone dev: how do you print results from a Core Data fetchRequest?

I've added the following to the AppDelegate in the Core Data Recipes example, but I don't get any printed result in the Console...any ideas? #pragma mark - #pragma mark TESTING RE …
1
vote
3answers
92 views

How to make a C code to fetch some content from the internet?

Suppose I want my C code to fetch the headline from a website, like www.example.com How to do that? Can I write a program in C to do this? give me a start...
0
votes
3answers
59 views

Check for files (robots.txt, favicon.ico) to a website php

I would like to check to a remote website if it contains some files. Eg. robots.txt, or favicon.ico. Of course the files should be accessible (read mode). So if the website is : …
2
votes
4answers
68 views

mssql_fetch_object text character limit?

Hi there, I'm fetching some data from an MSSQL table using the mssql_fetch_object, but the text appears to cut off on the page. The data is all there in the table, but it seems t …
0
votes
3answers
84 views

fetch=join to tables to one class NHibernate

I have read some post about fetch=join - http://nhforge.org/blogs/nhibernate/archive/2009/04/09/nhibernate-mapping-lt-many-to-one-gt.aspx (ser4ik.livejournal.com/2505.html) So I ha …
0
votes
3answers
235 views

hibernate ignores fetch=”join” on a collection when navigating the object tree with iterator

i have a forum with 1..n members each having 1..n articles, so this is my mapping: <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate …
0
votes
2answers
70 views

How to fetch all hits in lucene.net

Hi, I want to fetch all hits from lucene. Is there any wild card character which fetches all records?
2
votes
2answers
642 views

Linq for NHibernate and fetch mode of eager loading

Is there a way to set the fetchmode to eager for more than one object using linq for nhibernate. There seems to be an expand method which only allows me to set one object. However …
0
votes
3answers
101 views

If fetched data from MySql is smaller than *number*, show this, else show something else?

Hi Masters of Web Programing. I've got this code: <?PHP $db_user = 'user'; $db_pass = 'password'; $db_name = 'dbname'; $db_host = 'localhost'; if(mysql_connect($db_host,$db_us …
0
votes
1answer
123 views

Subsonic 3 - No Fetch, FetchAll, or Scaffolding Control?

I'm fairly new to SubSonic, and downloaded the latest version which only contained a zip file with the folders Binaries, Examples and T4 Templates. Upon further reading I was look …

1 2 3 next
15 30 50 per page