Re: [Firebird-net-provider] DDEX provider releases

2006-06-27 Thread Carlos Guzmán Álvarez
Hello: > BTW what about providing nightly/weekly/... builds for the whole provider > sources? > That would be nice but i didn't know how to do that automatically i think sourceforge has support for that will try to ivestigate how. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.

Re: [Firebird-net-provider] DDEX provider releases

2006-06-27 Thread Carlos Guzmán Álvarez
Hello: > I think i will create a new module into the CVS ( NETProvider/DDEX ) for > the DDEX provider this week, also it will have his own release cycle ( > what will make more easy to fix his bugs without waiting to release the > provider as well ) > > Any opinions on this ?? > Done yet. :)

Re: [Firebird-net-provider] Visual Studio Express? Does it ordoesn'tit?

2006-06-27 Thread John Smith
Although you correct in the sense that you can not integrate it into the ide. However the Firebird framework will work on the express line of products. You can programmatically connect to databases. John Smith - Original Message - From: "Sergio Samayoa" <[EMAIL PROTECTED]> To: "'For us

Re: [Firebird-net-provider] Visual Studio Express? Does it or doesn'tit?

2006-06-27 Thread Sergio Samayoa
AFAIK no. You need VS SDK (no .net SDK) and VS Express isn't supported by VS SDK. Regards. -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Robin Davis Enviado el: Martes, 27 de Junio de 2006 12:18 p.m. Para: firebird-net-provider@lists.sourceforge.net Asun

[Firebird-net-provider] FireBird DotNet provider for Pocket PC

2006-06-27 Thread Nazri M
I had read the developers documentation corner but could not find any answer for my questions below.I am using Visual Studio 2005 to write a vb.net application for a windows mobile pocket pc and would like to know if the current dotnet provider version 1.7 will work on a windows mobile pocket pc.Th

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Jiri Cincura
Maybe the best solution will be to add into query first x skip y. So we haven't to hack this with break and we also haven't use cancel method. What do you think? -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web serv

Re: [Firebird-net-provider] DNET-46

2006-06-27 Thread Carlos Guzmán Álvarez
Hello: > Hey, > > I noticed http://tracker.firebirdsql.org/browse/DNET-46 was closed. > My question is, how can I access this feature with FB.Net ? > That is not going to be implemented at least for now. -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey qu

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Carlos Guzmán Álvarez
Hello: > So, waiting for Carlos. ;) > Well firebird didn't support query cancelation so it will be hard to implement .. hehe -- Carlos Guzmán Álvarez Vigo-Spain http://carlosga.blogspot.com/ No hay un solo rey que no descienda de un esclavo, ni un esclavo que no haya tenido reyes en su f

Re: [Firebird-net-provider] Fb bpd, delphi 2006 compatible?

2006-06-27 Thread Carlos Guzmán Álvarez
Hello: > I've spent a couple of days debugging the BDP code on Delphi 2006. It is > now possible to create an application that utilizes the BDP non-visual > controls. Note that there are several new methods expected by the updated > BDP interfaces that are not implemented. Even so, BDP appears t

Re: [Firebird-net-provider] Problems with Date Field

2006-06-27 Thread Carlos Guzmán Álvarez
Hello: > The weird thing is that in my DataSet the Date is correct, but it is > always showing 2006 on the TextBox, even when i open the form for the > first time it shows 2006 in all my Date TextBoxes. > > I ll try to make a test case and send it to you, cause my actual > project is kinda big. >

Re: [Firebird-net-provider] Visual Studio Express? Does it or doesn't it?

2006-06-27 Thread Jiri Cincura
On 27.6.2006 19:18 Robin Davis wrote: > Hi, > > At the risk of annoying regulars, can I ask, DOES the net client support > Visual Studio Express or not? I have read conflicting messages and can't > get it to work. If it does, could somebody point me in the direction of > a clear setup procedure

[Firebird-net-provider] Visual Studio Express? Does it or doesn't it?

2006-06-27 Thread Robin Davis
Hi, At the risk of annoying regulars, can I ask, DOES the net client support Visual Studio Express or not? I have read conflicting messages and can't get it to work. If it does, could somebody point me in the direction of a clear setup procedure? Thanks a lot, Rob Davis Using Tomcat but nee

[Firebird-net-provider] DNET-46

2006-06-27 Thread Carlo Kok
Hey, I noticed http://tracker.firebirdsql.org/browse/DNET-46 was closed. My question is, how can I access this feature with FB.Net ? -- Carlo Kok Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easie

Re: [Firebird-net-provider] Reading and writing blobs in chunks

2006-06-27 Thread Jiri Cincura
On 27.6.2006 16:48 pablosantosluac wrote: > AFAIK I could read this way using FbDataReader GetBytes but... Is there > a way to write in that way too? If I'm not wrong Firebird not supports writing only part of data into blob. You have to write whole blob in one way. -- Jiri Cincura http://blog

[Firebird-net-provider] Reading and writing blobs in chunks

2006-06-27 Thread pablosantosluac
Hello,   I would like to read/write data from a blob in a Firebird table, but in chunks.   AFAIK I could read this way using FbDataReader GetBytes but... Is there a way to write in that way too?   It seems there is something similar in SQLServer (http://msdn.microsoft.com/library/default.asp?

Re: [Firebird-net-provider] Problems with Date Field

2006-06-27 Thread Fabio Gomes
Carlos, The weird thing is that in my DataSet the Date is correct, but it is always showing 2006 on the TextBox, even when i open the form for the first time it shows 2006 in all my Date TextBoxes. I ll try to make a test case and send it to you, cause my actual project is kinda big. thanx, -Fá

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Jiri Cincura
On 27.6.2006 11:03 Le roy Arnaud wrote: > i think also :) So, waiting for Carlos. ;) -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Le roy Arnaud
Jiri Cincura a utilisé son clavier pour écrire : > I think, that better will be to implement Cancel method. i think also :) Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSph

Re: [Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Jiri Cincura
I think, that better will be to implement Cancel method. -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM

[Firebird-net-provider] Little problem in fbmembershipprovider

2006-06-27 Thread Le roy Arnaud
hello, There is a problem in the function that implement pagination like : FindUsersByEmail;GetAllUsers;FindUsersByName; the problem is these functions call Command.Cancel but this is not implemented so to fix this i replace in these functions Command.Cancel() by break; Using Tomcat but need