N
NerdRunner
I have created a web service that creates an oledb connection to a set
of lotus approach dbf files. One field names in the lotus approach
table is
# of Partitions of Room
When I connect to this table and display the field names as they are
read with my connection and a data reader...the field name looks like
__of_Partit
When I attempt to update the data in this field, I recieve an error
that this is not a valid field name. This is part of my connection
string...
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\Clarion;Extended
Properties=dBASE IV
Perhaps I need to use a different driver? How doe I correctly update
this field?
Sean M. Severson
of lotus approach dbf files. One field names in the lotus approach
table is
# of Partitions of Room
When I connect to this table and display the field names as they are
read with my connection and a data reader...the field name looks like
__of_Partit
When I attempt to update the data in this field, I recieve an error
that this is not a valid field name. This is part of my connection
string...
Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\Clarion;Extended
Properties=dBASE IV
Perhaps I need to use a different driver? How doe I correctly update
this field?
Sean M. Severson