RE: [KCFusion] file property

2003-01-24 Thread Keith Purtell
If there is no special header, then the only way Windows knows how to handle a file is 
by looking at
the file name extension (doc, html, pdf, cfm, etc.). Of course that can vary from one 
machine to
another.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]

CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole 
use of the
intended recipient(s) and may contain confidential and privileged information. Any 
unauthorized
review, use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please
contact the sender by reply email and destroy all copies of the original message.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Dunwiddie, Bruce
 Sent: Friday, January 24, 2003 1:50 PM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [KCFusion] file property


 In hex edit mode, the files are the exact same as far as I
 can see, but I
 still need to spend some more time comparing, but definitely
 no headers at
 the beginning of the data. That's why I'm assuming it's
 something more low
 level.

 -Original Message-
 From: Keith Purtell [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 24, 2003 1:12 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [KCFusion] file property


 Is there a section near the top that might be a header
 containing that kind
 of information?

 Keith Purtell, Web/Network Administrator
 VantageMed Operations (Kansas City)
 Email:  [EMAIL PROTECTED]

 CONFIDENTIALITY NOTICE: This email message, including any
 attachments, is
 for the sole use of the
 intended recipient(s) and may contain confidential and privileged
 information. Any unauthorized
 review, use, disclosure or distribution is prohibited. If you
 are not the
 intended recipient, please
 contact the sender by reply email and destroy all copies of
 the original
 message.


  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
 Behalf Of Dunwiddie, Bruce
 Sent: Friday, January 24, 2003 12:13 PM
 To: '[EMAIL PROTECTED]'
 Subject: [KCFusion] file property


 I've got a problem that is currently just beyond my knowledge of file
 properties and encoding types and all that fun. I've got a
 data file that
 needs to be imported into sql server and sql server doesn't
 like it for some
 odd reason. After playing around with it a bit, we've found
 that if we open
 it up in a plain text editor and copy/paste the contents over
 to another
 plain text file and save that file, it works just fine. Also, if the
 original file is opened in UltraEdit, it's by default being
 opening in hex
 edit mode as opposed to plain text mode which is how the
 second file gets
 opened and how most plain text files get opened in UltraEdit.
 What is it
 about this file that is causing this? Is it some form of file property
 specifying the encoding type? Is this a property I can change
 using code?
 Any help or suggestions would be appreciated.


---
[This E-mail scanned for viruses by Declude Virus]

 
 
__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]
 



RE: [KCFusion] file property

2003-01-24 Thread Matt . Bassham

How is the data file being created? Is is being exported from another DBMS?
Is it getting generated through a program?




   
   
Dunwiddie,
   
Bruce  To: '[EMAIL PROTECTED]' 
[EMAIL PROTECTED]   
BDunwiddie@henry   cc:
   
wurst.com  Subject: RE: [KCFusion] file property  
   
Sent by:   
   
CF-List-owner@kcf  
   
usion.org  
   
   
   
   
   
01/24/03 03:42 PM  
   
Please respond to  
   
CF-List
   
   
   
   
   




There's got to be something else, something akin to file attributes.


-Original Message-
From: Keith Purtell [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 3:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] file property





If there is no special header, then the only way Windows knows how to
handle a file is by looking at
the file name extension (doc, html, pdf, cfm, etc.). Of course that can
vary from one machine to
another.


Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]


CONFIDENTIALITY NOTICE: This email message, including any attachments, is
for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not the
intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.





 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Dunwiddie, Bruce
 Sent: Friday, January 24, 2003 1:50 PM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [KCFusion] file property


 In hex edit mode, the files are the exact same as far as I
 can see, but I
 still need to spend some more time comparing, but definitely
 no headers at
 the beginning of the data. That's why I'm assuming it's
 something more low
 level.

 -Original Message-
 From: Keith Purtell [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 24, 2003 1:12 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [KCFusion] file property


 Is there a section near the top that might be a header
 containing that kind
 of information?

 Keith Purtell, Web/Network Administrator
 VantageMed Operations (Kansas City)
 Email:  [EMAIL PROTECTED]

 CONFIDENTIALITY NOTICE: This email message, including any
 attachments, is
 for the sole use of the
 intended recipient(s) and may contain confidential and privileged
 information. Any unauthorized
 review, use, disclosure or distribution is prohibited. If you
 are not the
 intended recipient, please
 contact the sender by reply email and destroy all copies of
 the original
 message.


  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
 Behalf Of Dunwiddie, Bruce
 Sent: Friday, January 24, 2003 12:13 PM
 To: '[EMAIL PROTECTED]'
 Subject: [KCFusion] file property


 I've got a problem that is currently just beyond my knowledge of file
 properties and encoding types and all that fun. I've got a
 data file that
 needs to be imported into sql server and sql server doesn't
 like it for some
 odd reason. After playing around with it a bit, we've found
 that if we open
 it up in a plain text editor and copy/paste the contents over
 to another
 plain text file and save that file, it works just fine. Also, if the
 original file is opened in UltraEdit, it's by default being
 opening in hex
 edit mode as opposed to plain text mode which is how the
 second file gets
 opened and how most plain text files get opened in UltraEdit.
 What is it
 about this file 

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] file property





It's being sent to us from another company. It is being exported from their db which could be any db on any os.


-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 3:45 PM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] file property




How is the data file being created? Is is being exported from another DBMS?
Is it getting generated through a program?





 
 Dunwiddie, 
 Bruce To: '[EMAIL PROTECTED]' [EMAIL PROTECTED] 
 BDunwiddie@henry cc: 
 wurst.com Subject: RE: [KCFusion] file property 
 Sent by: 
 CF-List-owner@kcf 
 usion.org 
 
 
 01/24/03 03:42 PM 
 Please respond to 
 CF-List 
 
 





There's got to be something else, something akin to file attributes.



-Original Message-
From: Keith Purtell [mailto:[EMAIL PROTECTED]]
Sent: Friday, January 24, 2003 3:37 PM
To: [EMAIL PROTECTED]
Subject: RE: [KCFusion] file property






If there is no special header, then the only way Windows knows how to
handle a file is by looking at
the file name extension (doc, html, pdf, cfm, etc.). Of course that can
vary from one machine to
another.



Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email: [EMAIL PROTECTED]



CONFIDENTIALITY NOTICE: This email message, including any attachments, is
for the sole use of the
intended recipient(s) and may contain confidential and privileged
information. Any unauthorized
review, use, disclosure or distribution is prohibited. If you are not the
intended recipient, please
contact the sender by reply email and destroy all copies of the original
message.






 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Dunwiddie, Bruce
 Sent: Friday, January 24, 2003 1:50 PM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [KCFusion] file property


 In hex edit mode, the files are the exact same as far as I
 can see, but I
 still need to spend some more time comparing, but definitely
 no headers at
 the beginning of the data. That's why I'm assuming it's
 something more low
 level.

 -Original Message-
 From: Keith Purtell [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 24, 2003 1:12 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [KCFusion] file property


 Is there a section near the top that might be a header
 containing that kind
 of information?

 Keith Purtell, Web/Network Administrator
 VantageMed Operations (Kansas City)
 Email: [EMAIL PROTECTED]

 CONFIDENTIALITY NOTICE: This email message, including any
 attachments, is
 for the sole use of the
 intended recipient(s) and may contain confidential and privileged
 information. Any unauthorized
 review, use, disclosure or distribution is prohibited. If you
 are not the
 intended recipient, please
 contact the sender by reply email and destroy all copies of
 the original
 message.


  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On
 Behalf Of Dunwiddie, Bruce
 Sent: Friday, January 24, 2003 12:13 PM
 To: '[EMAIL PROTECTED]'
 Subject: [KCFusion] file property


 I've got a problem that is currently just beyond my knowledge of file
 properties and encoding types and all that fun. I've got a
 data file that
 needs to be imported into sql server and sql server doesn't
 like it for some
 odd reason. After playing around with it a bit, we've found
 that if we open
 it up in a plain text editor and copy/paste the contents over
 to another
 plain text file and save that file, it works just fine. Also, if the
 original file is opened in UltraEdit, it's by default being
 opening in hex
 edit mode as opposed to plain text mode which is how the
 second file gets
 opened and how most plain text files get opened in UltraEdit.
 What is it
 about this file that is causing this? Is it some form of file property
 specifying the encoding type? Is this a property I can change
 using code?
 Any help or suggestions would be appreciated.






---
[This E-mail scanned for viruses by Declude Virus]





__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]











__
The KCFusion.org list and website is hosted by Humankind Systems, Inc.
List Archives http://www.mail-archive.com/cf-list@kcfusion.org
Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
To Subscribe mailto:[EMAIL PROTECTED]
To Unsubscribe mailto:[EMAIL PROTECTED]






RE: [KCFusion] file property

2003-01-24 Thread Keith Purtell
Well I may have spoken a bit quickly, there are of course file attributes such as 
permissions and so
on. But I thought we were talking about how the system knows how to open a file. You 
need to find
someone with experience putting files instead of just data into databases; that's a 
relatively
specialized area of knowledge. If I hear of something I'll pass it along.

Keith Purtell, Web/Network Administrator
VantageMed Operations (Kansas City)
Email:  [EMAIL PROTECTED]

CONFIDENTIALITY NOTICE: This email message, including any attachments, is for the sole 
use of the
intended recipient(s) and may contain confidential and privileged information. Any 
unauthorized
review, use, disclosure or distribution is prohibited. If you are not the intended 
recipient, please
contact the sender by reply email and destroy all copies of the original message.


 -Original Message-
 From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
 Behalf Of Dunwiddie, Bruce
 Sent: Friday, January 24, 2003 3:43 PM
 To: '[EMAIL PROTECTED]'
 Subject: RE: [KCFusion] file property


 There's got to be something else, something akin to file attributes.

 -Original Message-
 From: Keith Purtell [mailto:[EMAIL PROTECTED]]
 Sent: Friday, January 24, 2003 3:37 PM
 To: [EMAIL PROTECTED]
 Subject: RE: [KCFusion] file property


 If there is no special header, then the only way Windows
 knows how to handle
 a file is by looking at
 the file name extension (doc, html, pdf, cfm, etc.). Of
 course that can vary
 from one machine to
 another.

 Keith Purtell, Web/Network Administrator
 VantageMed Operations (Kansas City)
 Email:  [EMAIL PROTECTED]

 CONFIDENTIALITY NOTICE: This email message, including any
 attachments, is
 for the sole use of the
 intended recipient(s) and may contain confidential and privileged
 information. Any unauthorized
 review, use, disclosure or distribution is prohibited. If you
 are not the
 intended recipient, please
 contact the sender by reply email and destroy all copies of
 the original
 message.


  -Original Message-
  From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On
  Behalf Of Dunwiddie, Bruce
  Sent: Friday, January 24, 2003 1:50 PM
  To: '[EMAIL PROTECTED]'
  Subject: RE: [KCFusion] file property
 
 
  In hex edit mode, the files are the exact same as far as I
  can see, but I
  still need to spend some more time comparing, but definitely
  no headers at
  the beginning of the data. That's why I'm assuming it's
  something more low
  level.
 
  -Original Message-
  From: Keith Purtell [mailto:[EMAIL PROTECTED]]
  Sent: Friday, January 24, 2003 1:12 PM
  To: [EMAIL PROTECTED]
  Subject: RE: [KCFusion] file property
 
 
  Is there a section near the top that might be a header
  containing that kind
  of information?
 
  Keith Purtell, Web/Network Administrator
  VantageMed Operations (Kansas City)
  Email:  [EMAIL PROTECTED]
 
  CONFIDENTIALITY NOTICE: This email message, including any
  attachments, is
  for the sole use of the
  intended recipient(s) and may contain confidential and privileged
  information. Any unauthorized
  review, use, disclosure or distribution is prohibited. If you
  are not the
  intended recipient, please
  contact the sender by reply email and destroy all copies of
  the original
  message.
 
 
   -Original Message-
   From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On
  Behalf Of Dunwiddie, Bruce
  Sent: Friday, January 24, 2003 12:13 PM
  To: '[EMAIL PROTECTED]'
  Subject: [KCFusion] file property
 
 
  I've got a problem that is currently just beyond my
 knowledge of file
  properties and encoding types and all that fun. I've got a
  data file that
  needs to be imported into sql server and sql server doesn't
  like it for some
  odd reason. After playing around with it a bit, we've found
  that if we open
  it up in a plain text editor and copy/paste the contents over
  to another
  plain text file and save that file, it works just fine. Also, if the
  original file is opened in UltraEdit, it's by default being
  opening in hex
  edit mode as opposed to plain text mode which is how the
  second file gets
  opened and how most plain text files get opened in UltraEdit.
  What is it
  about this file that is causing this? Is it some form of
 file property
  specifying the encoding type? Is this a property I can change
  using code?
  Any help or suggestions would be appreciated.


 ---
 [This E-mail scanned for viruses by Declude Virus]



 __
 The KCFusion.org list and website is hosted by Humankind Systems, Inc.
 List Archives http://www.mail-archive.com/cf-list@kcfusion.org
 Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED]
 To Subscribe mailto:[EMAIL PROTECTED]
 To Unsubscribe mailto:[EMAIL PROTECTED]



---
[This E-mail scanned for viruses by Declude Virus]

 
 

RE: [KCFusion] file property

2003-01-24 Thread jabrown
Title: RE: [KCFusion] file property



UNIX 
and MSDOS used to have an issue with the order within a given byte. One 
would have 12 (hex) and the other 21. I haven't worked with either at the 
byte level in a while so I'm not sure its still an issue.

  -Original Message-From: Dunwiddie, Bruce 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, January 24, 2003 
  3:56 PMTo: '[EMAIL PROTECTED]'Subject: RE: [KCFusion] 
  file property
  It's being sent to us from another company. It is being   exported from their db which could be any db on any os. 
  -Original Message- From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, January 24, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: RE:   [KCFusion] file property 
  How is the data file being created? Is is being exported from 
  another DBMS? Is it getting generated through a   program? 
   
   
  "Dunwiddie, 
   
  Bruce" 
  To: "'[EMAIL PROTECTED]'" 
  [EMAIL PROTECTED] 
   
  BDunwiddie@henry 
  cc: 
   
  wurst.com 
  Subject: RE: [KCFusion] file 
  property 
   
  Sent 
  by: 
   
  CF-List-owner@kcf 
   
  usion.org 
   
   
   
  01/24/03 03:42 
  PM 
   
  Please respond 
  to 
   
  CF-List 
   
   
  
  There's got to be something else, something akin to file 
  attributes. 
  -Original Message- From: Keith 
  Purtell [mailto:[EMAIL PROTECTED]] 
  Sent: Friday, January 24, 2003 3:37 PM To: [EMAIL PROTECTED] Subject: RE:   [KCFusion] file property 
  If there is no special header, then the only way Windows knows 
  how to handle a file is by looking at the file name extension (doc, html, pdf, cfm, etc.). Of course that 
  can vary from one machine to another. 
  Keith Purtell, Web/Network Administrator VantageMed Operations (Kansas City) Email: [EMAIL PROTECTED] 
  CONFIDENTIALITY NOTICE: This email message, including any 
  attachments, is for the sole use of the   intended recipient(s) and may contain confidential and 
  privileged information. Any unauthorized   review, use, disclosure or distribution is prohibited. If you 
  are not the intended recipient, please   contact the sender by reply email and destroy all copies of 
  the original message. 
   -Original Message-  
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
   Behalf Of Dunwiddie, Bruce  
  Sent: Friday, January 24, 2003 1:50 PM  To:   '[EMAIL PROTECTED]'  Subject: RE: [KCFusion] 
  file property   
   In hex edit mode, the files are the exact same as far as 
  I  can see, but I  
  still need to spend some more time comparing, but definitely  no headers at  the beginning of the 
  data. That's why I'm assuming it's  something more 
  low  level.  
   -Original Message-  
  From: Keith Purtell [mailto:[EMAIL PROTECTED]] 
   Sent: Friday, January 24, 2003 1:12 PM  To: [EMAIL PROTECTED]  Subject: RE: 
  [KCFusion] file propertyIs there a section near the top that 
  might be a header  containing that kind 
   of information?  
   Keith Purtell, Web/Network AdministratorVantageMed Operations (Kansas City)  Email: [EMAIL PROTECTED]   CONFIDENTIALITY NOTICE: This email 
  message, including any  attachments, is 
   for the sole use of the  
  intended recipient(s) and may contain confidential and privilegedinformation. Any unauthorized  review, use, disclosure or distribution is prohibited. If   you  are not the  
  intended recipient, please  contact the sender by 
  reply email and destroy all copies of  the   original  message. 
  -Original Message-   From: 
  [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
   Behalf Of Dunwiddie, Bruce  
  Sent: Friday, January 24, 2003 12:13 PM  To: 
  '[EMAIL PROTECTED]'  Subject: [KCFusion] file 
  property   
   I've got a problem that is currently just beyond my 
  knowledge of file  properties and encoding types 
  and all that fun. I've got a  data file 
  that  needs to be imported into sql server and sql 
  server doesn't  like it for some  odd reason. After playing around with it a bit, we've found 
   that if we open  it up in a 
  plain text editor and copy/paste the contents over  to another  plain text file and save 
  that file, it works just fine. Also, if the  
  original file is opened in UltraEdit, it's by default being  opening in hex  edit mode as opposed 
  to plain text mode which is how the  second file 
  gets  opened and how most plain text files get 
  opened in UltraEdit.  What is it  about this file that is causing this? Is it some form of file 
  property  specifying the encoding type? Is this a 
  property I can change  using code?Any help or suggestions would be appreciated. 
  
  --- [This E-mail scanned for viruses 
  by Declude Virus] 
  __ 
  The KCFusion.org list and website is hosted by Humankind 
  Systems, Inc. List Archives http://www.mail-archive.com/cf-list@kcfusion.org 
  Questions, Comments or Glowing Praise.. mailto:[EMAIL PROTECTED] 
  To 

RE: [KCFusion] file property

2003-01-24 Thread Dunwiddie, Bruce
Title: RE: [KCFusion] file property



The 
byte order seems to be the same. The file ending is the same. There's no cr's in 
the file at all. I did however find the problem. I'm not sure what it means, but 
the difference between the original file and the second file is that the 
original file actually has 0 value bytes in the file, and the second file has 
these values converted to 20h or 32 dec, which is a space. I bet if I made a 
program that just read in bytes and converted all 0's to 20's, it'd work just 
fine. Thanks for the help.

  -Original Message-From: [EMAIL PROTECTED] 
  [mailto:[EMAIL PROTECTED]]Sent: Friday, January 24, 2003 
  4:12 PMTo: [EMAIL PROTECTED]Subject: RE: [KCFusion] 
  file property
  UNIX 
  and MSDOS used to have an issue with the order within a given byte. One 
  would have 12 (hex) and the other 21. I haven't worked with either at 
  the byte level in a while so I'm not sure its still an 
  issue.
  
-Original Message-From: Dunwiddie, Bruce 
[mailto:[EMAIL PROTECTED]]Sent: Friday, January 24, 2003 
3:56 PMTo: '[EMAIL PROTECTED]'Subject: RE: 
[KCFusion] file property
It's being sent to us from another company. It is being 
exported from their db which could be any db on any os. 
-Original Message- From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 24, 2003 3:45 PM To: [EMAIL PROTECTED] Subject: RE: 
[KCFusion] file property 
How is the data file being created? Is is being exported 
from another DBMS? Is it getting generated through a 
program? 
 
 
"Dunwiddie, 
 
Bruce" 
To: "'[EMAIL PROTECTED]'" 
[EMAIL PROTECTED] 
 
BDunwiddie@henry 
cc: 
 
wurst.com 
Subject: RE: [KCFusion] file 
property 
 
Sent 
by: 
 
CF-List-owner@kcf 
 
usion.org 
 
 
 
01/24/03 03:42 
PM 
 
Please respond 
to 
 
CF-List 
 
 

There's got to be something else, something akin to file 
attributes. 
-Original Message- From: 
Keith Purtell [mailto:[EMAIL PROTECTED]] 
Sent: Friday, January 24, 2003 3:37 PM To: [EMAIL PROTECTED] Subject: RE: 
[KCFusion] file property 
If there is no special header, then the only way Windows 
knows how to handle a file is by looking at 
the file name extension (doc, html, pdf, cfm, etc.). Of 
course that can vary from one machine to 
another. 
Keith Purtell, Web/Network Administrator VantageMed Operations (Kansas City) Email: [EMAIL PROTECTED] 
CONFIDENTIALITY NOTICE: This email message, including any 
attachments, is for the sole use of the 
intended recipient(s) and may contain confidential and 
privileged information. Any unauthorized 
review, use, disclosure or distribution is prohibited. If 
you are not the intended recipient, please 
contact the sender by reply email and destroy all copies of 
the original message. 
 -Original Message-  
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
 Behalf Of Dunwiddie, Bruce  Sent: Friday, January 24, 2003 1:50 PM  To: '[EMAIL PROTECTED]'  Subject: 
RE: [KCFusion] file propertyIn hex edit mode, the files are the 
exact same as far as I  can see, but I 
 still need to spend some more time comparing, but 
definitely  no headers at  the beginning of the data. That's why I'm assuming it's 
 something more low  
level.   
-Original Message-  From: Keith Purtell 
[mailto:[EMAIL PROTECTED]] 
 Sent: Friday, January 24, 2003 1:12 PM 
 To: [EMAIL PROTECTED]  
Subject: RE: [KCFusion] file property  
  Is there a section near 
the top that might be a header  containing that 
kind  of information?   Keith Purtell, Web/Network 
Administrator  VantageMed Operations (Kansas 
City)  Email: 
[EMAIL PROTECTED]   CONFIDENTIALITY NOTICE: This email message, including any 
 attachments, is  for the 
sole use of the  intended recipient(s) and may 
contain confidential and privileged  
information. Any unauthorized  review, use, 
disclosure or distribution is prohibited. If you  are not the  intended recipient, 
please  contact the sender by reply email and 
destroy all copies of  the original 
 message. -Original 
Message-   From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On 
 Behalf Of Dunwiddie, Bruce  Sent: Friday, January 24, 2003 12:13 PM  To: '[EMAIL PROTECTED]'  Subject: 
[KCFusion] file propertyI've got a problem that is 
currently just beyond my knowledge of file  
properties and encoding types and all that fun. I've got a  data file that  needs to be imported 
into sql server and sql server doesn't  like it 
for some  odd reason. After playing around with 
it a bit, we've found  that if we open 
 it up in a plain text editor and