Say i have a table with an xml field. this xml field contains it's own pseudo table, so is there a way to force data entered into new records of the main table for this xml field to use the same structure? hmmm sounds confusing... example:
INSERT INTO email_column (xColumn) VALUES (
'<object...
for simplicity sake I'm going to dumb this down and hope I can apply it to the more complicated situation I'm am looking at.
I have a dataset with 3 fields: customer, date, dollaramount
I want to gather the dollaramount in 4 week intervals for each customer.
I've a ton of experience with sql server, but next to nothing with creating web pages and I want to learn. For me I've always learned easily from examples so if anyone can give me a super basic code example from start (assume i have the stored proc already) to finish (able to see the results...
I'm not very savvy with web design and it's been while besides. I would have used frames to create my page, but have been reading a lot of negative stuff about them so I'm trying to get help finding a better way, or if frames are ok then help with that. pretty basic site, menu on top, menu on...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.