dbTalk Databases Forums  

SSIS,DBF and Deleted Records

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


Discuss SSIS,DBF and Deleted Records in the microsoft.public.sqlserver.dts forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
robert@robertdennis.com
 
Posts: n/a

Default Re: SSIS,DBF and Deleted Records - 05-02-2008 , 02:55 PM






On Apr 30, 11:26*am, "Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz>
wrote:
Quote:
Problem solved, it appears that if you SELECT * FROM <TABLE> it returns
deleted records, but if you are explict in your selection then deleted
records are not returned.

"Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz> wrote in message

news:ex7yoiiqIHA.2520 (AT) TK2MSFTNGP02 (DOT) phx.gbl...



Hi,
I have created an SSIS Package to import data from a DBF file, no problem.
Data has been import without issue.
A number of deleted records have also been imported as valid records.

I'm current using the latest VFPOLEDB.1 provider 9.0.0.5815, which I
believed by default didn't select deleted records.
Trying to reconcile between the VFP application, the dbf file, and the
imported data in SQL database, I noticed a number of deleted records. *Is
there anyway to set the connection to not show deleted records? Or in the
query selecting from the source?- Hide quoted text -

- Show quoted text -
In the connected DELETED must be missing or set to True for deleted
records to be ignored.


Reply With Quote
  #12  
Old   
robert@robertdennis.com
 
Posts: n/a

Default Re: SSIS,DBF and Deleted Records - 05-02-2008 , 02:55 PM






On Apr 30, 11:26*am, "Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz>
wrote:
Quote:
Problem solved, it appears that if you SELECT * FROM <TABLE> it returns
deleted records, but if you are explict in your selection then deleted
records are not returned.

"Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz> wrote in message

news:ex7yoiiqIHA.2520 (AT) TK2MSFTNGP02 (DOT) phx.gbl...



Hi,
I have created an SSIS Package to import data from a DBF file, no problem.
Data has been import without issue.
A number of deleted records have also been imported as valid records.

I'm current using the latest VFPOLEDB.1 provider 9.0.0.5815, which I
believed by default didn't select deleted records.
Trying to reconcile between the VFP application, the dbf file, and the
imported data in SQL database, I noticed a number of deleted records. *Is
there anyway to set the connection to not show deleted records? Or in the
query selecting from the source?- Hide quoted text -

- Show quoted text -
In the connected DELETED must be missing or set to True for deleted
records to be ignored.


Reply With Quote
  #13  
Old   
robert@robertdennis.com
 
Posts: n/a

Default Re: SSIS,DBF and Deleted Records - 05-02-2008 , 02:55 PM



On Apr 30, 11:26*am, "Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz>
wrote:
Quote:
Problem solved, it appears that if you SELECT * FROM <TABLE> it returns
deleted records, but if you are explict in your selection then deleted
records are not returned.

"Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz> wrote in message

news:ex7yoiiqIHA.2520 (AT) TK2MSFTNGP02 (DOT) phx.gbl...



Hi,
I have created an SSIS Package to import data from a DBF file, no problem.
Data has been import without issue.
A number of deleted records have also been imported as valid records.

I'm current using the latest VFPOLEDB.1 provider 9.0.0.5815, which I
believed by default didn't select deleted records.
Trying to reconcile between the VFP application, the dbf file, and the
imported data in SQL database, I noticed a number of deleted records. *Is
there anyway to set the connection to not show deleted records? Or in the
query selecting from the source?- Hide quoted text -

- Show quoted text -
In the connected DELETED must be missing or set to True for deleted
records to be ignored.


Reply With Quote
  #14  
Old   
robert@robertdennis.com
 
Posts: n/a

Default Re: SSIS,DBF and Deleted Records - 05-02-2008 , 02:55 PM



On Apr 30, 11:26*am, "Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz>
wrote:
Quote:
Problem solved, it appears that if you SELECT * FROM <TABLE> it returns
deleted records, but if you are explict in your selection then deleted
records are not returned.

"Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz> wrote in message

news:ex7yoiiqIHA.2520 (AT) TK2MSFTNGP02 (DOT) phx.gbl...



Hi,
I have created an SSIS Package to import data from a DBF file, no problem.
Data has been import without issue.
A number of deleted records have also been imported as valid records.

I'm current using the latest VFPOLEDB.1 provider 9.0.0.5815, which I
believed by default didn't select deleted records.
Trying to reconcile between the VFP application, the dbf file, and the
imported data in SQL database, I noticed a number of deleted records. *Is
there anyway to set the connection to not show deleted records? Or in the
query selecting from the source?- Hide quoted text -

- Show quoted text -
In the connected DELETED must be missing or set to True for deleted
records to be ignored.


Reply With Quote
  #15  
Old   
robert@robertdennis.com
 
Posts: n/a

Default Re: SSIS,DBF and Deleted Records - 05-02-2008 , 02:55 PM



On Apr 30, 11:26*am, "Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz>
wrote:
Quote:
Problem solved, it appears that if you SELECT * FROM <TABLE> it returns
deleted records, but if you are explict in your selection then deleted
records are not returned.

"Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz> wrote in message

news:ex7yoiiqIHA.2520 (AT) TK2MSFTNGP02 (DOT) phx.gbl...



Hi,
I have created an SSIS Package to import data from a DBF file, no problem.
Data has been import without issue.
A number of deleted records have also been imported as valid records.

I'm current using the latest VFPOLEDB.1 provider 9.0.0.5815, which I
believed by default didn't select deleted records.
Trying to reconcile between the VFP application, the dbf file, and the
imported data in SQL database, I noticed a number of deleted records. *Is
there anyway to set the connection to not show deleted records? Or in the
query selecting from the source?- Hide quoted text -

- Show quoted text -
In the connected DELETED must be missing or set to True for deleted
records to be ignored.


Reply With Quote
  #16  
Old   
robert@robertdennis.com
 
Posts: n/a

Default Re: SSIS,DBF and Deleted Records - 05-02-2008 , 02:55 PM



On Apr 30, 11:26*am, "Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz>
wrote:
Quote:
Problem solved, it appears that if you SELECT * FROM <TABLE> it returns
deleted records, but if you are explict in your selection then deleted
records are not returned.

"Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz> wrote in message

news:ex7yoiiqIHA.2520 (AT) TK2MSFTNGP02 (DOT) phx.gbl...



Hi,
I have created an SSIS Package to import data from a DBF file, no problem.
Data has been import without issue.
A number of deleted records have also been imported as valid records.

I'm current using the latest VFPOLEDB.1 provider 9.0.0.5815, which I
believed by default didn't select deleted records.
Trying to reconcile between the VFP application, the dbf file, and the
imported data in SQL database, I noticed a number of deleted records. *Is
there anyway to set the connection to not show deleted records? Or in the
query selecting from the source?- Hide quoted text -

- Show quoted text -
In the connected DELETED must be missing or set to True for deleted
records to be ignored.


Reply With Quote
  #17  
Old   
robert@robertdennis.com
 
Posts: n/a

Default Re: SSIS,DBF and Deleted Records - 05-02-2008 , 02:55 PM



On Apr 30, 11:26*am, "Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz>
wrote:
Quote:
Problem solved, it appears that if you SELECT * FROM <TABLE> it returns
deleted records, but if you are explict in your selection then deleted
records are not returned.

"Andrew Stewart" <andrew.stew... (AT) radcomp (DOT) co.nz> wrote in message

news:ex7yoiiqIHA.2520 (AT) TK2MSFTNGP02 (DOT) phx.gbl...



Hi,
I have created an SSIS Package to import data from a DBF file, no problem.
Data has been import without issue.
A number of deleted records have also been imported as valid records.

I'm current using the latest VFPOLEDB.1 provider 9.0.0.5815, which I
believed by default didn't select deleted records.
Trying to reconcile between the VFP application, the dbf file, and the
imported data in SQL database, I noticed a number of deleted records. *Is
there anyway to set the connection to not show deleted records? Or in the
query selecting from the source?- Hide quoted text -

- Show quoted text -
In the connected DELETED must be missing or set to True for deleted
records to be ignored.


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.