'Multiple-step OLE DV Operation generates error:
From: Hermann Hass (hermannhass_at_web.de)
Date: 01/23/04
- Next message: Brian Bushay TeamB: "Re: Two combo boxes and Master-detail tables"
- Previous message: Mike Collier: "Re: Principle usage of adoconnection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 23 Jan 2004 04:16:59 +0100
I had to change my curser from client to server (using dynamic type)
My iser-Procedure works like
adodataset.insert
filling the fields from edit-objects (like
myfield.assstring:=myedit.text)
adodataset.post
{then call readroutine for reread)
reading then fields to edit-objects
(like:
if myfield.isempty
then myedit.text:=''
else myedit.text:=field.assstring
)
after posting, the field are empty, but on acessing the if-statement (if
myfield.isempty) generate an error:
'Multiple-step OLE DV Operation generates error: Check each OLE DB
Status value, if availanle. No work wa done'
(the field type are "Text", "varchar" works)
thanks hermann
- Next message: Brian Bushay TeamB: "Re: Two combo boxes and Master-detail tables"
- Previous message: Mike Collier: "Re: Principle usage of adoconnection"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]