Monday, March 12, 2012

Replication and BDE (Borland Database Engine)

Hi,
Is it true that BDE encounters problem when the database is used for
replication? We have problem with BDE when the tables are used in
publication and rowguid column is added to them. The error message returned
by BDE is not helpful at all (Capability is not supported!)
Any help would be greatly appreciated.
LeilaHi Leila
I believe ROWGUIDCOL is not supported by BDE (although I can't be certain),
but you should not have any need to retrieve/set this. If you do want them
returned try casting it to char/varchar.
John
"Leila" wrote:

> Hi,
> Is it true that BDE encounters problem when the database is used for
> replication? We have problem with BDE when the tables are used in
> publication and rowguid column is added to them. The error message returne
d
> by BDE is not helpful at all (Capability is not supported!)
> Any help would be greatly appreciated.
> Leila
>
>|||Thanks John,
It seems that BDE performs some queries that is not in your control (when
you work visually with database in Delphi IDE). These queries have problem.
"John Bell" <jbellnewsposts@.hotmail.com> wrote in message
news:782B8B52-5D32-4913-8B8A-40FA8C78AAE2@.microsoft.com...[vbcol=seagreen]
> Hi Leila
> I believe ROWGUIDCOL is not supported by BDE (although I can't be
> certain),
> but you should not have any need to retrieve/set this. If you do want them
> returned try casting it to char/varchar.
> John
> "Leila" wrote:
>|||Hi
Maybe it is time to switch to ADO?
John
"Leila" wrote:

> Thanks John,
> It seems that BDE performs some queries that is not in your control (when
> you work visually with database in Delphi IDE). These queries have problem
.
>
> "John Bell" <jbellnewsposts@.hotmail.com> wrote in message
> news:782B8B52-5D32-4913-8B8A-40FA8C78AAE2@.microsoft.com...
>
>

No comments:

Post a Comment