I am using ADO VisualC++ Extensions for accessing my database.I'm using Access *.mdb files eith JET engine.
All types of dates update just fine except varChar types
that are empty.To update this fields I have to initializate
them first using variants then I can freely update them using IADORecordBinding.
Please Help!I can use variants but I would prefer not to.
All types of dates update just fine except varChar types
that are empty.To update this fields I have to initializate
them first using variants then I can freely update them using IADORecordBinding.
Please Help!I can use variants but I would prefer not to.