Viewing 15 posts - 16 through 30 (of 36 total)
Matt Wilhoite (8/6/2009)
//EDIT Also,...
August 6, 2009 at 8:58 am
I wrote this query but it goes row by row:
IF ( members.recipid = memcaid.recipid)
BEGIN
IF(members.royalid IS NULL)
BEGIN
UPDATE members
SET members.royalid = CAST(memcaid.membid AS varchar(12))
END
ELSE
BEGIN
IF(members.royalid CAST(memcaid.membid AS varchar(12)))
BEGIN
PRINT 'Mismatch';
END
END
END
Should I do this...
August 6, 2009 at 7:19 am
Hello,
Thanks for the help but I am giving up on this. Its already taken a lot of my time. I will try to clean up the data on FoxPro side
Thanks
August 6, 2009 at 7:00 am
Jack Corbett (8/4/2009)
[bit_val]==False ? Null(DT_BOOL) : [bit_val]
If the datatype of the bit column is bool you may have to...
August 4, 2009 at 4:03 pm
Jack Corbett (8/4/2009)
August 4, 2009 at 2:41 pm
rmechaber (8/4/2009)
August 4, 2009 at 1:39 pm
Jack Corbett (8/4/2009)
August 4, 2009 at 12:39 pm
novice_coder (8/3/2009)
Jack Corbett (8/3/2009)
Why are you using the JET provider when there is a FoxPro OLE DB driver? This could be your problem.
hmm Beacsue I read somewhere on the...
August 3, 2009 at 9:26 pm
Jack Corbett (8/3/2009)
Why are you using the JET provider when there is a FoxPro OLE DB driver? This could be your problem.
hmm Beacsue I read somewhere on the internet...
August 3, 2009 at 8:33 pm
BTW, I am not using Import/Export wizard. I am building a SSIS package and for source I am picking OLE DB Source and for the Provider in connection Manager, I...
August 3, 2009 at 8:20 pm
Allister Reid (8/3/2009)
I just tested a SSIS import of a Foxpro free table, with integer and logical fields, both nullable. I added a few rows of data leaving a...
August 3, 2009 at 8:13 pm
Jack Corbett (8/3/2009)
August 3, 2009 at 4:09 pm
rmechaber (8/3/2009)
August 3, 2009 at 4:03 pm
Hello rmechaber,
Thanks for the information. Yes, I have managed to migrate the data using SSIS but I am facing problems with Logic/Bit fields. In my FoxPro table these fields have...
August 3, 2009 at 10:02 am
haha thanks Jeff. Yeah, I have been acknowledged by my professors and managers in the past for my coding skills. Hopefully I will become as good as you guys in...
August 2, 2009 at 9:24 pm
Viewing 15 posts - 16 through 30 (of 36 total)