> Hello, I will continue making noise until I'm explained how the new build
> system is supposed to work. I'm tired of checking for possible differences
> between the VC10 and VC8 projects and my VC9 project.
I found no differences between VC8 and VC9 (except of usage of manifest
files and fi
>> to change few aliases and don't touch application :
>>
>> year2015 = D:\archive\databases\year2015.fdb
>> year2016 = D:\archive\databases\year2016.fdb
>>
>I didn't say it would work for everyone or every situation. Does anything?
>However, as with everything else in my programs, I would have
Unfortunately my proposal can't be done.
There is the forward decls that can't be declared in another namespace.
There is a second option. There is nothing much "namespace Jrd" opening,
so is possible to change all of them.
But there is a lot of Jrd::, specially in _proto.h files. I never
unders
Hi!
It's allowed to use XSQLVAR (or blr messages) between different types
like number->varchar (or vice-versa) but it's not allowed to use
different types when one of them is a blob.
DSQL moves data using MOVD_move, which do it like a client move. This
was ok before, cause DSQL was not part of th
17.04.2011 20:03, Adriano dos Santos Fernandes wrote:
> Comments?
Great!
Can it also automatically engage BLOB filters if BLOB subtypes differ?
--
SY, SD.
--
Benefiting from Server Virtualization: Beyond Initi
On 17-04-2011 16:18, Dimitry Sibiryakov wrote:
> 17.04.2011 20:03, Adriano dos Santos Fernandes wrote:
>> Comments?
>
>Great!
>
>Can it also automatically engage BLOB filters if BLOB subtypes differ?
>
It will do automagically.
Adriano
-
17.04.2011 22:03, Adriano dos Santos Fernandes wrote:
>
> It's allowed to use XSQLVAR (or blr messages) between different types
> like number->varchar (or vice-versa) but it's not allowed to use
> different types when one of them is a blob.
>
> DSQL moves data using MOVD_move, which do it like a cl