Connecting Tech Pros Worldwide Forums | Help | Site Map

Reading DBF file

S Shulman
Guest
 
Posts: n/a
#1: Jan 6 '06
Hi

I am trying to read a dbf file using OLEDB but I can't get the entire field.
I suspect that it is because the OLEDB measures the size of the field
assuming it is UNICODE characters and then it reads that number of
characters (another thing that supports that that when Access or SQL Server
read import this table they set the field size to the same amount of
characters that actually return)

Thank you

S Shulman





Cindy Winegarden
Guest
 
Posts: n/a
#2: Jan 6 '06

re: Reading DBF file


Hi S.,

Please post the code you're using to update. Describe the fields (type,
size) that are wrong and what the actual and returned values are.

--
Cindy Winegarden MCSD, Microsoft Visual FoxPro MVP
cindy_winegarden@msn.com www.cindywinegarden.com


"S Shulman" <smshulman@hotmail.com> wrote in message
news:OEQIrtrEGHA.1508@TK2MSFTNGP15.phx.gbl...[color=blue]
> Hi
>
> I am trying to read a dbf file using OLEDB but I can't get the entire
> field.
> I suspect that it is because the OLEDB measures the size of the field
> assuming it is UNICODE characters and then it reads that number of
> characters (another thing that supports that that when Access or SQL
> Server read import this table they set the field size to the same amount
> of characters that actually return)
>
> Thank you
>
> S Shulman
>[/color]


Closed Thread