Tagged Questions

0
votes
3answers
49 views

How to export tables from sql server to ms access on the fly?

I would like to publish some data of a sql server 2k to msaccess databases. I'd like to do that given a table supplying datatransformation info, for example : tablenameOnServer …
0
votes
3answers
123 views

iphone development.

hi.i am sapna.and we have to develop an application in an iphone having features:- Identifies a unique user and captures profile. Admin module / configuration module to assist us …
0
votes
2answers
43 views

Is there a javascript equivalent of php’s urldecode or html_entity_decode()?

I've got an associative array in php that I want to stick into a hidden form input so that I can later get the values in javascript. Because of quoting issues, I need to urlencode …
2
votes
5answers
62 views

Tips on building a byte protocol

I'm communicating data between devices, and I have to program the protocol as an array of bytes. Any tips when building protocols at a low-level? .. Eg: Use a 2 byte header, to …
0
votes
1answer
45 views

Can multiple WCF services communicate with each other?

I'm just beginning WCF and so I don't understand exactly how the abstraction works. Can I write a WCF service and install the same thing on multiple machines, and have them communi …
2
votes
5answers
153 views

How do I speed up a SSIS Transfer Server Objects task that runs really slow?

Within SSIS 2005 I used the Import/Export wizard to create a package that drops/recreates and replaces the data on some tables between my production server and development machine. …
3
votes
5answers
668 views

Take picture with iPhone API and transfer it to a server

Hi, I have written an cocoa application to take a picture on the iPhone. I need to transfer the images taken to somewhere besides the iPhone namely another server. Does anyone kn …
0
votes
0answers
51 views

How do I move my PC to a VM instance? [closed]

Is there a way for me to take my current PC and transfer it to a VM running on the same machine or another machine? I am currently running Windows XP.
0
votes
2answers
80 views

Problem while Designing a Database

Hello, I am in a mission to devise an application database in MS ACCESS. In my database there are 5 tables: Master Cash Cheque Detail Month (displays month in a year) Here I …
0
votes
1answer
59 views

Help understanding Amazon Web Services pricing

Hi I am trying to understand Amazon's pricing for regional data transfer... I have an EC2 instance in a us-east region and an S3 bucket in the EU. I am also using a 3rd party serv …
1
vote
6answers
149 views

What is more compact, GET or POST?

Is POST more compact than GET, since GET requests have to be URL-encoded?
2
votes
2answers
99 views

Advice on how to write robust data transfer processes?

I have a daily process that relies on flat files delivered to a "drop box" directory on file system, this kicks off a load of this comma-delimited (from external company's excel et …
1
vote
1answer
57 views

Secure two-way communication between client and server including large file attachments

In .net, I need to securely transfer files 4mb in size from client machines running my software to a central server, process, and securely send back results consisting of a pdf fil …
1
vote
7answers
135 views

Global variables in PHP?

Does PHP have global variables that can be modified by one running script and read by another?
1
vote
4answers
79 views

Can instances of the same PHP script cross communicate?

I'm assuming that for every page request, the webserver (eg. Apache) creates a new instance of a script in memory. Can these instances communicate with each other while running? an …

1 2 3 4 next
15 30 50 per page