Subject | AW: [IBO] Updating data ? |
---|---|
Author | Svein Erling Tysvaer |
Post date | 2003-04-11T08:38:55Z |
Hello Rainer, comments below
At 08:53 11.04.2003 +0200, you wrote:
My guess is that you simply have forgotten to set the IB_Connection and
IB_Transaction properties of your query (and you may check the
IB_Connection property of the IB_Transaction as well). I haven't got any
zip-program installed on this machine, and do not have time to move it to
my other machine in my office, so you have to check this yourself.
HTH,
Set
At 08:53 11.04.2003 +0200, you wrote:
>Hello Helen,Good!
>
>thanks for the effort to help me!
>
> >1) the SQL of the query
>SELECT * FROM ProgramsToMonitor
> >2) the KeyLinks of the Query
>ProgramsToMonitor.ProgramNo -> which is primary key
> >3) the setting of RequestLive for the Query
>RequestLive:=True
> >Also, is your transaction set to AutoCommit?Still great!
>Yes.
>In my datamodul.Create I do:Most likely you do not need to call StartTransaction.
> PmcDbConnection.Username:='SYSDBA';
> PmcDbConnection.Password:='masterkey';
> PmcDbConnection.Connected:=True;
> PmcDbTransaction.StartTransaction;
> QProgramsToMonitor.Active:=True;
My guess is that you simply have forgotten to set the IB_Connection and
IB_Transaction properties of your query (and you may check the
IB_Connection property of the IB_Transaction as well). I haven't got any
zip-program installed on this machine, and do not have time to move it to
my other machine in my office, so you have to check this yourself.
HTH,
Set