Displaying 2 results from an estimated 2 matches for "postingdate".
Did you mean:
posting_date
2006 Jun 26
0
DBI question. How do I load a database with data parsed from REXML?
...chive=nil, @att="attribution here",
@blurb="Signs and symptoms of food poisoning", @post=nil, @fimage=nil,
@head="Health Tip: Eaten Bad Food?">]
I have a database schema that looks like this:
Code:
create table Newsfeeds (
ArticleId varchar(100),
PostingDate date,
ArchiveDate date,
NewsType varchar(100),
Headline text,
Blurb text,
Byline varchar(100),
Body text,
FeatureBlurb text,
FeatureImage text,
Attribution var...
2006 Jun 24
0
Best approach for loading a data object into mysql?
...ot;, @archive=nil, @att="attribution here",
@blurb="Signs and symptoms of food poisoning", @post=nil, @fimage=nil,
@head="Health Tip: Eaten Bad Food?">]
I have a database schema that looks like this:
create table Newsfeeds (
ArticleId varchar(100),
PostingDate date,
ArchiveDate date,
NewsType varchar(100),
Headline text,
Blurb text,
Byline varchar(100),
Body text,
FeatureBlurb text,
FeatureImage text,
Attribution var...