dbTalk Databases Forums  

SSIS and deleted rows in Visual FoxPro

microsoft.public.sqlserver.dts microsoft.public.sqlserver.dts


Discuss SSIS and deleted rows in Visual FoxPro in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Cosmin
 
Posts: n/a

Default SSIS and deleted rows in Visual FoxPro - 06-19-2006 , 09:56 AM






Hello,
I made a connection Manager in SSIS witch use "Microsoft OLE DB Provider for
Visual FoxPro". But when I retrive the date I see also the deleted rows.

What I must do in order to not see the deleted rows?
(The dBase ODBC driver has the property "Show deleted rows" unchecked)

Thank you,
Cosmin


Reply With Quote
  #2  
Old   
Allan Mitchell
 
Posts: n/a

Default Re: SSIS and deleted rows in Visual FoxPro - 06-19-2006 , 01:40 PM






Hello Cosmin,


Do you need to PACK the table as well?



Allan Mitchell
www.SQLDTS.com
www.SQLIS.com
www.Konesans.com

Quote:
Hello,
I made a connection Manager in SSIS witch use "Microsoft OLE DB
Provider for
Visual FoxPro". But when I retrive the date I see also the deleted
rows.
What I must do in order to not see the deleted rows? (The dBase ODBC
driver has the property "Show deleted rows" unchecked)

Thank you,
Cosmin



Reply With Quote
  #3  
Old   
Cindy Winegarden
 
Posts: n/a

Default Re: SSIS and deleted rows in Visual FoxPro - 06-19-2006 , 04:01 PM



Hi Cosmin,

I'm not sure what the dBase ODBC driver has to do with the FoxPro and Visual
FoxPro OLE DB data provider (the latest is downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates ).

The "Show Deleted Rows" may be a misnomer. There is also a checkbox in the
Visual FoxPro ODBC driver setup that references "deleted" but in this case
checking the box corresponds to the FoxPro "SET DELETED ON" command which
filters out deleted records.

The default for the VFP OLE DB data provider is SET DELETED ON, that is, it
does not retrieve deleted rows.

Allan mentioned packing the tables. While this is one way of eliminating
deleted rows it requires exclusive use of the tables and is usually done as
part of a weekly housekeeping routine, if done at all.



--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
cindy (AT) cindywinegarden (DOT) com


"Cosmin" <Cosmin (AT) discussions (DOT) microsoft.com> wrote


Quote:
I made a connection Manager in SSIS witch use "Microsoft OLE DB Provider
for
Visual FoxPro". But when I retrive the date I see also the deleted rows.

What I must do in order to not see the deleted rows?
(The dBase ODBC driver has the property "Show deleted rows" unchecked)



Reply With Quote
  #4  
Old   
Cosmin
 
Posts: n/a

Default Re: SSIS and deleted rows in Visual FoxPro - 06-20-2006 , 04:29 AM



Hi,

I didn’t have the "deleted" box checked in ODBC FP driver.
I also tried with "SET DELETED ON" and it's OK.
With the "PACK" solution provided by Allen I couldn't go because I don’t
have excusive access.

Thanks a lot for your answers,
Cosmin


"Cindy Winegarden" wrote:

Quote:
Hi Cosmin,

I'm not sure what the dBase ODBC driver has to do with the FoxPro and Visual
FoxPro OLE DB data provider (the latest is downloadable from
msdn.microsoft.com/vfoxpro/downloads/updates ).

The "Show Deleted Rows" may be a misnomer. There is also a checkbox in the
Visual FoxPro ODBC driver setup that references "deleted" but in this case
checking the box corresponds to the FoxPro "SET DELETED ON" command which
filters out deleted records.

The default for the VFP OLE DB data provider is SET DELETED ON, that is, it
does not retrieve deleted rows.

Allan mentioned packing the tables. While this is one way of eliminating
deleted rows it requires exclusive use of the tables and is usually done as
part of a weekly housekeeping routine, if done at all.



--
Cindy Winegarden MCSD, Microsoft Most Valuable Professional
cindy (AT) cindywinegarden (DOT) com


"Cosmin" <Cosmin (AT) discussions (DOT) microsoft.com> wrote in message
news1B90987-7F4F-4D7D-B3BA-19A068B52595 (AT) microsoft (DOT) com...

I made a connection Manager in SSIS witch use "Microsoft OLE DB Provider
for
Visual FoxPro". But when I retrive the date I see also the deleted rows.

What I must do in order to not see the deleted rows?
(The dBase ODBC driver has the property "Show deleted rows" unchecked)




Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.