0
votes
3answers
21 views
Backup only new or edited records
I have built a SQL Server Express database that is going to be housed on an external hd. I need to be able to add/update data on the database that is on my system, as well as other systems and then …
-1
votes
1answer
16 views
very long data acquisition and storage/preservation. [closed]
Is anyone interested in a simple analog representation of digital data that lasts areally long time and is inexpensive? I've been "playing" with a system for a long time and am ready to get reviews of …
0
votes
0answers
5 views
Master data validation & enumerations
At a high level my question is like the following -
I am doing a data sync, using web services, between two different systems. To validate the mater data, I depended on creating enums and tried to …
1
vote
2answers
13 views
DataLayer in Linq with different version of Data model
Hi,
I wanted to ask the SO community about this problem in my project. I have a Silverlight App Project in SL 3.0, which at the moment has a classic design with a business layer and a data layer in …
0
votes
0answers
15 views
Use .net object as data source in Crystal Report 2008
HI all,
I created a .net object (ex: A) which contain data have been collected from tables.
Next, i create a List() and pass to SetDataSource() method of ReportDocument object.
When i run then an …
4
votes
10answers
317 views
Why is that data structures usually have a size of 2^n ?
Is there a historical reason or something ? I've seen quite a few times something like char foo[256]; or #define BUF_SIZE 1024. Even I do mostly only use 2^n sized buffers, mostly because I think it …
0
votes
2answers
38 views
Introduction to Java Graphics Libraries
I jut got into information-visualization and scientific-visualization and have been using Piccolo and a little with JFreeChart. I am trying to find a few new libraries that I can start using. I am …
0
votes
1answer
5 views
MVC Toolkit and XmlMetadataProvider
I have been working on validation with the ASP.NET MVC BETA 2. Some of the reading that I have done is very critical of the buddy class approach because it isn't DRY (Don't Repeat Yourself) and …
0
votes
1answer
14 views
Access 97 - external dll gets outdated data - what can i do?
Hello,
In my current job i have to fix some issues in an old Access97-application. My last problem is this: Some reports are created with an external dll and sometimes the reports are wrong. They …
0
votes
1answer
16 views
data in dynamic textbox
Hi, I am new to .Net
I created textboxed dynamically, But when i clicked on the button, i loss before created data in the textbox. How can i maintain data in the dynamic textbox.
Thanks in advance..
1
vote
2answers
38 views
How to include resources in iphone static library ?
I'd like to include files, data and images in a static library API so the users won't need to include them manually in their project.
I see that there isn't obvious way to do it but is there some hack …
0
votes
1answer
44 views
Simulating a railway network
Hello,
I wanted to simulate a railway network where there would be stations, trains and routes connecting each station. So how do you think I should attempt to model this?? I thought of using graphs …
1
vote
5answers
43 views
filling custom c# objects from data received stored procedure
public class User
{
public string FirstName { get; set; }
public string LastName { get; set; }
}
public class Address
{
public string City { get; set; }
public string Country { get; …
0
votes
1answer
18 views
change mysql data directory
Hi All,
Is it possible, if I change my default mysql data directory to other. But, will I be able to access the databases from old location.
any inputs will be a great help.
Thanks in advance
…
2
votes
3answers
44 views
List of Cities by Country
Where does Facebook get their list of cities from? Is there a service that provides an up-to-date feed of cities based on country?
