Possibly missing define in Xs2Ado
Possibly missing define in Xs2Ado
In my code, using Xs2Ado, I get the error "XS0103 The name 'adConnectUnspecified' does not exist in the current context". It seems that this define is not implemented in the Xs2Ado.Runtime. If I change adConnectUnspecified to adAsyncConnect I get no error. I have searched in Xs2Ado.Runtime.dll with a hex editor and adAsyncConnect is found but adConnectUnspecified is not.
Re: Possibly missing define in Xs2Ado
Kees,
If this is missing then add
to your code
Robert
If this is missing then add
Code: Select all
DEFINE adConnectUnspecified := -1
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu
Re: Possibly missing define in Xs2Ado
Robert,
Thank you, I just thought that you may want to check if there are any other defines missing and update Xs2Ado. Is Xs2Ado still being maintained or is it a "dead" product with no future updates?
Kees.
Thank you, I just thought that you may want to check if there are any other defines missing and update Xs2Ado. Is Xs2Ado still being maintained or is it a "dead" product with no future updates?
Kees.
Re: Possibly missing define in Xs2Ado
Kees,
Xs2Ado is a compatibility product.
I will update it when needed.
Robert
Xs2Ado is a compatibility product.
I will update it when needed.
Robert
XSharp Development Team
The Netherlands
robert@xsharp.eu
The Netherlands
robert@xsharp.eu