0
votes
1answer
17 views
PHPMailer AddAddress()
ok, i don't know how the data should be formatted for AddAddress PHPMailer function; i need the email to be sent to multiple recipients so i tried
$to = "me@domain.com,you@domain …
0
votes
1answer
19 views
HABTM data not saving (cakephp).
Hello,
I have two models related HABTM (documents and people).
class Person extends AppModel {
var $name = 'Person';
var $hasAndBelongsToMany = array(
'Document' …
0
votes
0answers
14 views
Data report in VB 6.0
I'm using data report in VB 6 and trying to display images from database. It retrieves the image but showing the same image for all output
the code i'm using are given below
Dim r …
1
vote
2answers
33 views
Cleaning a Production Database for use in Testing
I'm building a local vm for doing web dev rather than using our on site development. I need a database locally, but I don't want to just pull down a production db and use that as i …
0
votes
5answers
29 views
Diagrams for Data Flow?
I'm a database programmer, but I have never used data flow/diagram program. I would like to explain some Data Diagram to a client.
Question - what is a program that will allow me …
0
votes
2answers
40 views
linq query from more tables
public ActionResult myItems() {
var dataContext = new RecordsDataContext();
MembershipUser myObject = Membership.GetUser();
string CurrentUserName …
0
votes
3answers
48 views
Most efficient way to import data from one MySQL database to another
I'm writing a PHP script which imports data from tables in two different databases into another one. I've got it working ok with sample data, except now I've moved to using data cl …
0
votes
6answers
61 views
need to write at beginning of file with php
Im making this program and im trying to find out how to write data to the beginning of a file rather than the end. "a"/append only writes to the end, how can i make it write to the …
39
votes
22answers
645 views
Detecting database tampering, is it possible?
Hi everyone,
Long time listener, first time caller.
'Say you have a database table that is responsible for logging user activity. The integrity of this log is important, so you w …
0
votes
5answers
50 views
Data Aggregation :: How important is it really?
I'm curious to know where people value Data Aggregation. I'm truly curios, if you don't mind letting me know how important this really is to you personally with respect to your wo …
0
votes
0answers
11 views
how to implement trie data structure using c for the identification of sets?
here we should write a program to implement the identification of sets(object sets containing strings not in an alphabetical order) which makes basically use of tries.
0
votes
4answers
54 views
How to map the NHibernate Data Model to the Domain Model?
I started creating a domain model and now I asking myself, how can I map this domain model to a NHibernate Data Model ((using Fluent NHibernate)? Is there anywhere a good and simpl …
0
votes
0answers
31 views
Condensing Stock Data
I have a data set that is composed as such:
2009,11,01,17,00,23,1.471700,1.472000
2009,11,01,17,01,04,1.471600,1.471900
2009,11,01,17,01,09,1.471900,1.472100
2009,11,01,17,01,1 …
0
votes
1answer
23 views
dynamic column binding in Xaml
This is a follow up question from an earlier post (here).
I have some 'header' information stored as:
Dictionary<string,string> - where the first string represents the field …
0
votes
3answers
41 views
How should I persist order data over time without tying it to underlying product pricing data that is subject to change?
I have an application that processes and stores orders. Each order is composed of line items that have various things like pricing, sizing, colors, etc. My question is how do I p …
