Hi
I try to add an record to an ACCESS file by using
Create Sql View . MDB file has a column with this properties :
field name : MON
data type : TEXT
field size : 4
I used this command after create view
DBSetProp("viewmahane"+".mon","Field","DataType","C(4)")
The problem is : when i insert data to MDB file ,ACCESS has additional space at the end of field data.
for example if i type ops in VFP ,in ACCESS shows ops + one space or if i type op in VFP in ACCESS shows ops + two space.
Because of that additional space the other program that use MDB file didn't work correctly
How can i fix this problem?
I try to add an record to an ACCESS file by using
Create Sql View . MDB file has a column with this properties :
field name : MON
data type : TEXT
field size : 4
I used this command after create view
DBSetProp("viewmahane"+".mon","Field","DataType","C(4)")
The problem is : when i insert data to MDB file ,ACCESS has additional space at the end of field data.
for example if i type ops in VFP ,in ACCESS shows ops + one space or if i type op in VFP in ACCESS shows ops + two space.
Because of that additional space the other program that use MDB file didn't work correctly
How can i fix this problem?