Re: [Firebird-net-provider] Params for stored procedure

2006-10-16 Thread Carlos Guzmán Álvarez
Hello: > > Any ideas? > The sp returns any blob ?? > > - 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

Re: [Firebird-net-provider] Params for stored procedure

2006-10-16 Thread Jiri Cincura
Charset definition? -- Jiri {x2} 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 techno

[Firebird-net-provider] Params for stored procedure

2006-10-16 Thread Rick Roen
VB.Net 2005 FB 1.5   I have created a table adapter in a project for a stored procedure in my database.   I used the connection xsd work space and right clicked + Add to create the DataTable and TableAdapter components.  The TableAdapter has a Fill and GetData method like   GetData(I

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Marvin Cook
Drag the Firebird Client DLL to your toolbox.MarvOn 10/16/06, Rick Roen <[EMAIL PROTECTED] > wrote:Yes, thanks.I can understand from the pictures how to do this. I will try to start using the bindingSource + components since this is the.Net 2 way.RickCarlos Guzmán Álvarez wrote:> Hello:>> I was exp

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Rick Roen
Yes, thanks. I can understand from the pictures how to do this. I will try to start using the bindingSource + components since this is the .Net 2 way. Rick Carlos Guzmán Álvarez wrote: > Hello: >> I was expecting to see components like FBConnection, FBCommand in the >> toolbox. Then I could fi

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Hello: >> I was expecting to see components like FBConnection, FBCommand in the >> toolbox. Then I could fill out the properties in the property editor. >> > You need to do that manually ... but as Jiri has told yet that is the > old-way. Check the http://www.dbs

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Carlos Guzmán Álvarez
Hello: > I was expecting to see components like FBConnection, FBCommand in the > toolbox. Then I could fill out the properties in the property editor. > You need to do that manually ... but as Jiri has told yet that is the old-way. > I don't understand if I should be doing something different t

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Jiri Cincura
Rick Roen wrote: > I don't understand if I should be doing something different that the above, > or how to use the ADO.NET components and bind them to FB? In ADO.NET 2 you should use BindignSource etc. objects to handle connections. Creating FbConnection, FbCommand etc. is old-school way. -- Ji

Re: [Firebird-net-provider] Visual Studio 05 and Dataset Use

2006-10-16 Thread Robert Simpson
Title: RE: [Firebird-net-provider] Visual Studio 05 and Dataset Use > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] > On Behalf Of Daniel Hahn > Sent: Monday, October 16, 2006 4:07 AM > To: VS-Polis; For users and developers of the Firebird .NET prov

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Rick Roen
I was expecting to see components like FBConnection, FBCommand in the toolbox. Then I could fill out the properties in the property editor. Here is what I do now to connect: Dim connection As New FbConnection("connection string...") Dim cmd As New FbCommand("P_XML_SALESDOC", connection) ... Conne

[Firebird-net-provider] Export and import data

2006-10-16 Thread Le roy Arnaud
Hello, i search a solution to export and import data in firebird database. I know the fbexport tools but is what the fb provider implement it or implements an other thing ? Maybe Someone have use the fbexport tool with the fbprovider. Thanks -

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Carlos Guzmán Álvarez
Hello: > > VS 2005 pro > > Firebird NET client 2.0.1-RC2 > > I have installed the Firebird client and can connect to an FB DB from > code, however I think the FB components should show up in the toolbox > – like the FBConnection. > What components ?? > --

Re: [Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Jiri Cincura
Rick Roen wrote: > code, however I think the FB components should show up in the toolbox – > like the FBConnection. For ADO.NET 2.0 is this way deprecated. You should use native ADO.NET components and bind it to FB. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Visual Studio 05 and Dataset Use

2006-10-16 Thread Carlos Guzmán Álvarez
Hello: > I use VB Express and it seems like it's not possible to use new DDEX > there... :( too bad! Express versions comes with limitewd extensibility support, the only thing that could work is to modify the information of one of the already configured provider in the registry ( for example th

[Firebird-net-provider] components not showing in tool box

2006-10-16 Thread Rick Roen
VS 2005  pro Firebird NET client 2.0.1-RC2   I have installed the Firebird client and can connect to an FB DB from code, however I think the FB components should show up in the toolbox – like the FBConnection.   I have made the changes to the machine.config like:  
Re: [Firebird-net-provider] Visual Studio 05 and Dataset Use
Hallo Jürgen, I use VB Express and it seems like it's not possible to use new DDEX there... :( too bad! Now I have to use writexmlschema() everytime I changed my database and use xsd to generate a new dataset! Bad thing but - the only solution. Thanks for your help. Regards, Daniel Am Monta

Re: [Firebird-net-provider] Visual Studio 05 and Dataset Use

Title: Jürgen Thomas Hallo Daniel, I could write in German, but for the international users... First, you have to include the provider in your machine.config. I use NET 2.0, FB 2.0 and FB-Provider 2.0. C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\machine.config           

Re: [Firebird-net-provider] Firebird on Windows Vista?

Indeed :) It worked as normal when I compiled it as x86 application and run it on Vista 64 bit. Thank you Jiri! Thank you Dean! Regards, Yas - Original Message - From: "Jiri Cincura" <[EMAIL PROTECTED]> To: "Yas ." <[EMAIL PROTECTED]> Sent: Monday, October 16, 2006 11:02 AM Subject: Re:

[Firebird-net-provider] Visual Studio 05 and Dataset Use

Hello! I'm currently using the dataset and it's XML read/write feature but now I want to migrate to firebird. The problem is - if I want to create a dataset I can only choose betwen MSSQL and OleDB. There's no Firebird available, although I installed the DDEX. Can you help me? I don't want to m

Re: [Firebird-net-provider] Firebird on Windows Vista?

Dean Harding wrote: > That's because firebird is a 32-bit DLL, and your .NET application is > running as a 64-bit process by default. You cannot load 32-bit DLLs into > 64-bit processes. > > There're two solutions. The simplest is to run your .NET app as a 32-bit > process. This one will work toda