[Firebird-net-provider] Provider 1.7.1.x ?

2006-12-11 Thread Julien Ferraro
Hi all, There is a modification in the CVS branch of the 1.7 that we need to use . I would like to know if a release is planned for it, and when ? I already asked the question twice but with no answers. TIA Julien - Take

Re: [Firebird-net-provider] Provider 1.7.1.x ?

2006-12-11 Thread Carlos Guzmán Álvarez
Hello: > There is a modification in the CVS branch of the 1.7 that we need to use > . I would like to know if a release is planned for it, and when ? > There are no plans for a new release right now. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com ---

[Firebird-net-provider] thanks!

2006-12-11 Thread ferreirah
Thank you guys for your help. My Visual Studio 2005 is now working with the Visual Studio DDEX provider for Firebird. It was the wrong settings in my machine.config file. It looks like you provide the wrong settings in the readme file that comes with the installation. Heine Ferreira ---

Re: [Firebird-net-provider] Caching is possible?

2006-12-11 Thread Carlos Guzmán Álvarez
Hello: > In SQL Server is possible to use cache, page cache(on asp) or sql cache. > In Interbase and Firebird was posibility to set schema cache dir. > > How is possible to use some facility like caching data to eliminate trafic > from and to firebird server? Could you please post an example of sql

Re: [Firebird-net-provider] Caching is possible?

2006-12-11 Thread paul.mercea
Hi > How is possible to use some facility like caching data to eliminate > trafic from and to firebird server? Could you please post an example of sql server caching ?? Cache is verry useful for webapp. There are many type of cache (from page cache to sql cache) For page cache responsible is web

Re: [Firebird-net-provider] Caching is possible?

2006-12-11 Thread Carlos Guzmán Álvarez
Hello: > Entire system will fire database only when update will apear. That is an Sql Server 2005 specific feature. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com - Take Surveys. Earn Cash. Influence the

Re: [Firebird-net-provider] Caching is possible?

2006-12-11 Thread paul.mercea
>> Entire system will fire database only when update will apear. >That is an Sql Server 2005 specific feature. It could be implemented using events from database. Probably best way is to use web service for that. Thanks, Paul -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.wordpress.com -

[Firebird-net-provider] 2.1.0 Beta 1 Membership provider 1.5 scripts

2006-12-11 Thread Steve Ramacher
I just downloaded the source code for 2.1.0 Beta 1 and started testing the provider. Over all you have done a good job of cleaning up the scripts so that they will run. I attempted to run the provider scripts to create the database for the membership provider, and ran into just a few snags. 1. Fi

Re: [Firebird-net-provider] Caching is possible?

2006-12-11 Thread Dean Harding
The way its implemented on SQL Server is that the caching infrastructure on the client keeps a connection open to the server, and there's basically a stored procedure that it calls which only returns when there is a change notification on the server. The tricky part is the implementation of the no

Re: [Firebird-net-provider] Caching is possible?

2006-12-11 Thread Scott Price
> In SQL Server is possible to use cache, page cache(on asp) or sql cache. > In Interbase and Firebird was posibility to set schema cache dir. > > How is possible to use some facility like caching data to eliminate trafic > from and to firebird server? Whilst not specifically a Firebird thing, yo

Re: [Firebird-net-provider] Output parameter values may not match its names

2006-12-11 Thread Fabio Gomes
I don´t like the way it is too, but its not a real big deal, sometimes i have to do some workarounds in my code so the parameters match the order, but i ve been working with the firebird provider for a long time and got used to it, but matching the parameters by name would make my life easier somet

Re: [Firebird-net-provider] thanks!

2006-12-11 Thread Doru Constantin
[EMAIL PROTECTED] wrote: > Thank you guys for your help. > My Visual Studio 2005 is now working with the Visual Studio DDEX > provider for Firebird. It was the wrong settings in my machine.config file. > It looks like you provide the wrong settings in the readme file that comes > with the installat