Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-10 Thread Jiří Činčura
Why? EF6 provider is separate. -- Mgr. Jiří Činčura Independent IT Specialist From: Brian Liedtke [mailto:lied...@frii.com] Sent: Monday, May 11, 2015 6:52 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help generating an EDMX on EF6

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-10 Thread Brian Liedtke
Interesting. Reason? Would think that FirebirdClient should be compiled for Entity Framework 6. Brian From: Jiří Činčura Sent: Sunday, May 10, 2015 10:30 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help generating an EDMX on EF6 Nope

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-10 Thread Jiří Činčura
Nope. -- Mgr. Jiří Činčura Independent IT Specialist From: Brian Liedtke [mailto:lied...@frii.com] Sent: Monday, May 11, 2015 12:50 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help generating an EDMX on EF6 So the EF_6 symbol should not be

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-10 Thread Brian Liedtke
So the EF_6 symbol should not be set for FirebirdSql.Data.FirebirdClient? Brian From: Jiří Činčura Sent: Sunday, May 10, 2015 4:34 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help generating an EDMX on EF6 The EF_6 is there for

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-10 Thread Jiří Činčura
lopers of the Firebird .NET providers<mailto:firebird-net-provider@lists.sourceforge.net> Subject: Re: [Firebird-net-provider] Help generating an EDMX on EF6 Hi, Your set up looks correct, but EF cannot load the provider for some reason. What I haven’t tried is using embedded FB with EF6 a

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-09 Thread Brian Liedtke
] Sent: Sunday, May 3, 2015 3:45 AM To: firebird-net-provider@lists.sourceforge.net Subject: [Firebird-net-provider] Help generating an EDMX on EF6 Hey all, I’ve been beating my head against the wall this past week trying to get this solved. After reading Jiri’s blog on upgrading to EF6 and

Re: [Firebird-net-provider] Help generating an EDMX on EF6

2015-05-03 Thread Jiří Činčura
Hi, Your set up looks correct, but EF cannot load the provider for some reason. What I haven’t tried is using embedded FB with EF6 and EDMX – as the provider with embedded needs some IL emit and the provider is now executed in copyied sandboxed environment it might be an issue. Just guessing. M

Re: [Firebird-net-provider] Help with retrieving/binding image from database

2012-11-03 Thread Mr. John
van Zyl Sent: Saturday, November 3, 2012 3:09 PM Subject: Re: [Firebird-net-provider] Help with retrieving/binding image from database On Sat, Nov 3, 2012 at 9:50 AM, Mr. John wrote: > Invalid cast from 'System.DBNull' to 'System.Drawing.Image'. Your code should check for NULL

Re: [Firebird-net-provider] Help with retrieving/binding image from database

2012-11-03 Thread Jiri Cincura
On Sat, Nov 3, 2012 at 9:50 AM, Mr. John wrote: > Invalid cast from 'System.DBNull' to 'System.Drawing.Image'. Your code should check for NULLs, either in database and handle empty result set or in result directly. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://ww

Re: [Firebird-net-provider] Help with retrieving/binding image from database

2012-11-03 Thread Mr. John
I call bindingsource :    bSource_.EndEdit() Thanks ! From: Gerdus van Zyl To: Mr. John ; For users and developers of the Firebird .NET providers Sent: Friday, November 2, 2012 3:55 PM Subject: Re: [Firebird-net-provider] Help with retrieving/binding image fr

Re: [Firebird-net-provider] Help with retrieving/binding image from database

2012-11-02 Thread Jiri Cincura
On Fri, Nov 2, 2012 at 1:32 PM, Mr. John wrote: > BLOB SUB_TYPE 1 Why "1"? It's binary, isn't it? -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- LogMeIn Central: Ins

Re: [Firebird-net-provider] Help with retrieving/binding image from database

2012-11-02 Thread Mark Rotteveel
On Fri, 2 Nov 2012 05:32:43 -0700 (PDT), "Mr. John" wrote: > Hi ! >  I'm using VB.2008 with FB 2.5/,Net provider version 2.7.7.0   > > I want  to save and retrieve/bind image from/to picture box control > > > image database field :  >  F_IMAG      BLOB SUB_TYPE 1 SEGMENT SIZE 4096 BLOB SUB_TYP

Re: [Firebird-net-provider] Help with retrieving/binding image from database

2012-11-02 Thread Gerdus van Zyl
Blob sub_type 1 is Text. sub_type 0 is binary. That is why you are getting a string from the database. see http://www.firebirdfaq.org/faq165/ On Fri, Nov 2, 2012 at 2:32 PM, Mr. John wrote: > Hi ! > I'm using VB.2008 with FB 2.5/,Net provider version 2.7.7.0 > > I want to save and retrieve/bin

[Firebird-net-provider] Help with retrieving/binding image from database

2012-11-02 Thread Mr. John
Because yahoo put this email in Spam folder  I've moved code into pastebin.com  links  and resend it : Hi !  I'm using VB.2008 with FB 2.5/,Net provider version 2.7.7.0   I want  to save and retrieve/bind image from/to picture box control image database field :   F_IMAG      BLOB SUB_TYPE 1

[Firebird-net-provider] Help with retrieving/binding image from database

2012-11-02 Thread Mr. John
Hi !  I'm using VB.2008 with FB 2.5/,Net provider version 2.7.7.0   I want  to save and retrieve/bind image from/to picture box control image database field :   F_IMAG      BLOB SUB_TYPE 1 SEGMENT SIZE 4096 saving to database :          Dim IMG As New Bitmap(PictureBox1.Image)            

[Firebird-net-provider] Help - provider cannot be found in the configuration

2012-07-31 Thread Ricardson Albuquerque
Hi, Im getting this error: Error 175: The specified store provider cannot be found in the configuration, or is not valid. follow the instructions in this link, but it still fails, to edit the. edmx is clear that the exi

Re: [Firebird-net-provider] help

2011-04-05 Thread Eduardo Cimas
Yep, i have installed FirebirdSql.Data.FirebirdClient.dll with GAC and edited the path in the reg file and it didnt repair the error. Im hopeless, i dont know where is the problem, i followed all the steps in the internet forums. PD: sorry for my bad english =( Ty for the fast anwser. 2011/4/5 G

Re: [Firebird-net-provider] help

2011-04-05 Thread Gerdus van Zyl
Have you installed FirebirdClient into the GAC: gacutil /i FirebirdSql.Data.FirebirdClient.dll and edited the reg files before merging with the path to the DataTools dll files? eg: "CodeBase"="C:\\src\\external-dependencies\\FirebirdDDEXProvider\\FirebirdSql.VisualStudio.DataTools.dll" 2011/4/5 E

[Firebird-net-provider] help

2011-04-04 Thread Eduardo Cimas
Spanish: Hola! Estoy intentando configurar VS2008 y VS2010 para trabajar con Firebird y siguiendo todos los pasos y al añadir una conexion con servidor me salta el siguiente error : * No se puede cargar el archivo o ensamblado 'file:///C:\Archivos de programa\Microsoft Visual Studio 10.0\Comm

Re: [Firebird-net-provider] Help please

2011-02-13 Thread Ivan Arabadzhiev
Hi, What exactly is your problem? Usually (atleast in my case) all there is to do is to run the installer (which I don`t think is mandatory if you put the assembly in app dir) and to add a reference. > Hi, > > > I've been trying to install the firebird .net provider for the whole day > and I

[Firebird-net-provider] Help please

2011-02-13 Thread Wassim Muna
Hi, I've been trying to install the firebird .net provider for the whole day and I still haven't done it correctly (I must have some serious problems with my "reading skills" :-)) Could someone with a considerable amount of experience (and a little patience) help me please? regards, W

Re: [Firebird-net-provider] Help ME

2010-05-23 Thread Ivan Arabadzhiev
Hi, The way I see it - you`re trying to target .net 3.5 (or less) with a 4.0 provider dll. Since I stayed on 2.0 for sometime after 3.5 came out, I had the same issue - download the sources, open the project and change the target framework from project properties. It will most probably compla

[Firebird-net-provider] Help ME

2010-05-22 Thread sistemas
i have a problems with firebird in visual studio 2010 you can help me please! my error is this Warning 1 The referenced assembly "FirebirdSql.Data.FirebirdClient, Version=2.5.2.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" could not be resolved because it has a dependency on "Syst

[Firebird-net-provider] Help Using Linqpad

2010-04-16 Thread John Tomaselli
Wed, 14 Apr 2010 00:36:33 +0400 >> From: "Ivan Arabadzhiev" >> Subject: [Firebird-net-provider] Named transactions >> To: "For users and developers of the Firebird .NET providers" >> >> Message-ID: >> Content-Type: text/plain; charset=wi

Re: [Firebird-net-provider] Help Using Linqpad

2010-04-15 Thread Jiri Cincura
How's your CSDL for the UnitPrice field looking? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.cincura.net/ | http://www.ID3renamer.com -- Download Intel® Parallel Studio Eval Try the new software tools for yourse

[Firebird-net-provider] Help Using Linqpad

2010-04-14 Thread John Tomaselli
Hi, I'm using LINQPad & Entity Framework 3.5 with Firebird 2.5.2 and trying to learn Linq. I've converted the NorthwindEF.mdf database to Firebird 2.5 and I have a problem with the OrderDetail, UnitPrice (money) field. By definition the field is defined as decimal(18,4) which is the highest value

[Firebird-net-provider] help setting blob field to null in asp.net entityframework application

2009-07-28 Thread Paul Dryden
I'm using Firebird 2.5 and the .net provider with an asp.net web application. Data is provided by an EntityDataSource backed by an EDM generated from a firebird database. I can load a type 0 blob field with image data by handling the DetailsView ItemUpdating event. protected void DetailsView1_

Re: [Firebird-net-provider] Help with the Firebird Client 2.1.0 for Compact Framework

2008-12-10 Thread Jiri Cincura
On Wed, Dec 10, 2008 at 16:07, Ramon Helena <[EMAIL PROTECTED]> wrote: > just an > estrange behaviours with pass parameters Char in store Procedure, don't > work 100%.- Can you elaborate. > So I downloaded the last version 2.1.0 and when I try to build using the > bat file for compact Framework,

[Firebird-net-provider] Help with the Firebird Client 2.1.0 for Compact Framework

2008-12-10 Thread Ramon Helena
Hallo Guys, I would like to test the FirebirdClient 2.1.0 for Compact Framework. Actually I working with the version 2.0.1 without problems –just an estrange behaviours with pass parameters Char in store Procedure, don’t work 100%.- So I downloaded the last version 2.1.0 and when I try to build u

Re: [Firebird-net-provider] Help with error message

2008-11-28 Thread Zvjezdan Tomicevic
Is it IIS or Desktop application? If it is IIS, i had similar problem. Reading from database woud just break (totally arbitrarily) and I would get messages in event log just like that. It turned out to bi antivirus which was scanning WebApp directory causing it to restart, sometimes in the middle

Re: [Firebird-net-provider] Help with error message

2008-11-26 Thread Jiri Cincura
What's the server and provider version? And what's the error number? -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.Net email is sponsored by the Moblin Your Move

[Firebird-net-provider] Help with error message

2008-11-26 Thread MartinT
Our error log spat out the following IscError yesterday. We have tried to recreate but cannot. I was wondering if anybody could have an inking what caused this from reading the error below? Is it a connectivity issue? Thanks FirebirdSql.Data.Common.IscException: Exception of type 'FirebirdSql.Da

Re: [Firebird-net-provider] Help Converting C# Code to Pascal

2008-09-18 Thread Scott Price
Hi Tony, Glad to have been some help. :) Just remember, when using Array of X with Delphi, it's sometimes handy to have the item defined as a type somewhere, as you may well want to cast to it at some point. Might even be worth making a general collection of types defining common array's y

Re: [Firebird-net-provider] Help Converting C# Code to Pascal

2008-09-18 Thread Anthony Kylitis
Hi Scott: Thanks for the assistance. This worked great. We left the variable b out and just cast it within the parameter as follows: Context.Response.BinaryWrite((dr.Item['OneSheetImage'] as TByteArray)); Easy enough. Thanks, Tony "Scott Price" <[EMAIL PROTECTED]> wrote in message news:[EM

Re: [Firebird-net-provider] Help Converting C# Code to Pascal

2008-09-18 Thread Scott Price
Hi Anthony, Anthony Kylitis wrote: I have a procedure that displays an image stored in a database. The code was written in C# but now I'm trying to get it working in Pascal (Delphi). It's just one line of code I'm having trouble with. The following is that line in C#: Context.Response.Bin

[Firebird-net-provider] Help Converting C# Code to Pascal

2008-09-17 Thread Anthony Kylitis
Hello: I have a procedure that displays an image stored in a database. The code was written in C# but now I'm trying to get it working in Pascal (Delphi). It's just one line of code I'm having trouble with. The following is that line in C#: Context.Response.BinaryWrite(byte[]dr["OneSheetImag

Re: [Firebird-net-provider] Help with BLOB type

2008-09-05 Thread André Knappstein , Controlling
Hello, also check out this link: http://www.firebirdsql.org/dotnetfirebird/blob-reading-example-csharp.html It is for C#, but the principle is the same and you should be able to transfer it with very small changes to VB.net ciao, André ~~~Ihre Nachricht~~~ tgc> dear All, tgc> i want to insert

Re: [Firebird-net-provider] Help with BLOB type

2008-09-04 Thread Pham Huu Le Quoc Phuc
Use byte[] to hold image type _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Thursday, September 04, 2008 15:52 To: firebird-net-provider@lists.sourceforge.net Subject: [?? Probable Spam] [Firebird-net-provider] Help with BLOB type dear

[Firebird-net-provider] Help with BLOB type

2008-09-04 Thread tahantobing
dear All, i want to insert image to table. how should i do? would you meint to give one example code with vb .net? many thanks tahan tobing- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build t

Re: [Firebird-net-provider] Help with SQL

2008-08-27 Thread Joaquim Pais
in .net using always @ On Wed, Aug 27, 2008 at 09:59, André Knappstein, Controlling < [EMAIL PROTECTED]> wrote: > Hello Steve, > > > join InvoiceDetail d ON (d.InvoiceID = :InvoiceID) > > join InvoicePayment p ON (p.InvoiceID = :InvoiceID) > > where (i.InvoiceID = :InvoiceID) > > Are parameters s

Re: [Firebird-net-provider] Help with SQL

2008-08-27 Thread André Knappstein , Controlling
Hello Steve, > join InvoiceDetail d ON (d.InvoiceID = :InvoiceID) > join InvoicePayment p ON (p.InvoiceID = :InvoiceID) > where (i.InvoiceID = :InvoiceID) Are parameters supposed to work that way in ADO.net?? I always use "@" for a parameter identifier instead of ":" regards, André --

Re: [Firebird-net-provider] Help with SQL

2008-08-26 Thread Steve Faleiro
--- Steve Harp <[EMAIL PROTECTED]> wrote: > HI All, > > > > I'm trying to get invoice totals to show item totals and payments. I > have 3 > tables; Invoice, InvoiceDetail, and InvoicePayment. I first tried a > join > like this. > > [..] I haven't tried it in NET, but am venturing a guess

Re: [Firebird-net-provider] Help with SQL

2008-08-26 Thread Mercea Paul
ugust 27, 2008 7:53 AM To: 'For users and developers of the Firebird .NET providers' Subject: Re: [Firebird-net-provider] Help with SQL Try this select i.SiteID, i.InvoiceID, Sum(COALESCE(d.Charge, 0)) AS Itm, Sum(COALESCE(p.Amount, 0)) AS Pmt, (Sum(COALESCE(d.Ch

Re: [Firebird-net-provider] Help with SQL

2008-08-26 Thread Mercea Paul
@lists.sourceforge.net Subject: [Firebird-net-provider] Help with SQL HI All, I'm trying to get invoice totals to show item totals and payments. I have 3 tables; Invoice, InvoiceDetail, and InvoicePayment. I first tried a join like this. select i.SiteID, i.InvoiceID, NULLIF(Sum(d.Charge), 0) A

[Firebird-net-provider] Help with SQL

2008-08-26 Thread Steve Harp
HI All, I'm trying to get invoice totals to show item totals and payments. I have 3 tables; Invoice, InvoiceDetail, and InvoicePayment. I first tried a join like this. select i.SiteID, i.InvoiceID, NULLIF(Sum(d.Charge), 0) AS Itm, NULLIF(Sum(p.Amount), 0) AS Pmt, (NULLIF(Su

Re: [Firebird-net-provider] help: connection to classic server

2008-06-12 Thread Jiri Cincura
On 6/12/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > firebird .NET data provider 1.7, This version of FirebirdClient is obsolete. No longer maintained. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

[Firebird-net-provider] help: connection to classic server

2008-06-12 Thread tahantobing
dear all, if i use embedded server 2.1, my application is worked good, with code programm: dim cs As New FirebirdSql.Data.Firebird.FbConnectionStringBuilder cs.DataSource = "localhost" cs.Database = "C:\GENAPP\database\application.FDB" cs.UserID = "sysdba" cs.Passw

Re: [Firebird-net-provider] help

2008-04-24 Thread tahan.lumbantobing
hi Jiri, i've already tried with connectiong pooling from the example but there is a messages: "Offset and length were out of bounds for the array or count is greater than the number of elements from index to the end of the source collection" tahan "Jiri Cincura"" <[EMAIL PROTECTED]> wrote in me

Re: [Firebird-net-provider] help

2008-04-24 Thread Jiri Cincura
On 4/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hi Jiri, > i'dont get it about your answer{What version of FirebirdClient you're > using?} > i have only know that > {i use firebird 2.1 server (not embedded), > 1.1 net > vb. net 2003 > windows xp home} > tahan Download latest 1.7

Re: [Firebird-net-provider] help

2008-04-24 Thread tahantobing
hi Jiri, i'dont get it about your answer{What version of FirebirdClient you're using?} i have only know that {i use firebird 2.1 server (not embedded), 1.1 net vb. net 2003 windows xp home} tahan = > hi Jiri, > i've already tried with connectiong pooling from the

Re: [Firebird-net-provider] help

2008-04-24 Thread Jiri Cincura
On 4/24/08, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > hi Jiri, > i've already tried with connectiong pooling from the example > but there is a messages: > "Offset and length were out of bounds for the array or count is greater > than the number of elements from index to the end of the sourc

Re: [Firebird-net-provider] help

2008-04-24 Thread Jiri Cincura
http://www.firebirdsql.org/index.php?op=devel&sub=netprovider&id=examples -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net email is sponsored by the 2008 JavaOn

[Firebird-net-provider] help

2008-04-24 Thread tahan tobing
hi every one, i'm new bie in using vb.net with firebird server. so than, i have tried already with firebird ado.net 1.7 but still not work to make a connection i use firebird 2.1 server (not embedded), 1.1 net vb. net 2003 windows xp home please help me, or please show me an archieve mail for my

Re: [Firebird-net-provider] Help Regarding the Backup.

2007-12-20 Thread Jiri Cincura
Use FbBackup class. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 20

[Firebird-net-provider] Help Regarding the Backup.

2007-12-20 Thread Database Team
Hello, I am using Firebird Version 2.0.3 server, I want to back the Database file usign the .NET Provider 2.1.0. How can I do so. As there is tools for taking the Back but I don't want to use that. Please help it that. Regards, Rakesh singh, http://www.4colordesign.com

Re: [Firebird-net-provider] Help: Unable to executetheGRANTstatement

2007-10-24 Thread Shanand Chandradas
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Sent: Friday, October 19, 2007 1:07 PM To: André Knappstein; For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help: Unable to executetheGRANTstatement Hello: > My somewhat restricted

Re: [Firebird-net-provider] Help: Unable to execute theGRANTstatement

2007-10-19 Thread Helen Borrie
At 05:33 PM 19/10/2007, André Knappstein wrote: >My somewhat restricted knowledge of Firebird internals might lead me >wrong here, but wouldn't you have to run "GRANT" statements against >the target database, instead of against the security.fdb ??? Exactly. :-) I re-read the first posting and saw

Re: [Firebird-net-provider] Help: Unable to execute theGRANTstatement

2007-10-19 Thread Carlos
Hello: > My somewhat restricted knowledge of Firebird internals might lead me > wrong here, but wouldn't you have to run "GRANT" statements against > the target database, instead of against the security.fdb ??? I think it should be executed over the target database -- Carlos Guzmán Álvarez V

Re: [Firebird-net-provider] Help: Unable to execute theGRANTstatement

2007-10-19 Thread André Knappstein , Controlling
My somewhat restricted knowledge of Firebird internals might lead me wrong here, but wouldn't you have to run "GRANT" statements against the target database, instead of against the security.fdb ??? -- Mit freundlichen Grüssen, André Knappstein, EDV und Controlling Verwaltungs- und Erlebnis

Re: [Firebird-net-provider] Help: Unable to execute theGRANTstatement

2007-10-17 Thread Shanand Chandradas
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jiri Cincura Sent: Thursday, October 18, 2007 12:19 AM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help: Unable to execute theGRANTstatement On 10/17/07, Shanand Chandradas &l

Re: [Firebird-net-provider] Help: Unable to execute the GRANTstatement

2007-10-17 Thread Shanand Chandradas
Carlos Sent: Wednesday, October 17, 2007 8:04 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help: Unable to execute the GRANTstatement Hello: > fbCmd.CommandText = "GRANT OPERATOR TO TESTUSER" > >

Re: [Firebird-net-provider] Help: Unable to execute the GRANTstatement

2007-10-17 Thread Jiri Cincura
On 10/17/07, Shanand Chandradas <[EMAIL PROTECTED]> wrote: > Hello Carlos, > > So when -1 is returned, the statement is supposed to be successfully > executed? If that is the case, then I am confused. Because it is returning > -1, however, the right is not actually allocated to the user in the da

Re: [Firebird-net-provider] Help: Unable to execute the GRANTstatement

2007-10-17 Thread Shanand Chandradas
Carlos Sent: Wednesday, October 17, 2007 8:04 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Help: Unable to execute the GRANTstatement Hello: > fbCmd.CommandText = "GRANT OPERATOR TO TESTUSER" > >

Re: [Firebird-net-provider] Help: Unable to execute the GRANT statement

2007-10-17 Thread Carlos
Hello: > fbCmd.CommandText = "GRANT OPERATOR TO TESTUSER" > > fbCmd.CommandType = CommandType.Text > > fbCmd.Transaction = FbCon.BeginTransaction > > If fbCmd.ExecuteNonQuery() <> -1 Then /*This doesn't return any > value, it only returns -1 Execute

[Firebird-net-provider] Help: Unable to execute the GRANT statement

2007-10-17 Thread Shanand Chandradas
Hello, I am using FirebirdSql.Data.FirebirdClient.dll in my project. I am trying to execute GRANT statement for a USER to grant a role sat OPERATOR. CODE: fbCmd = New FbCommand() FbCon = New FbConnection(connstring) /* Connection is made to the security.fdb with user SYSDBA and

Re: [Firebird-net-provider] Help with the installation of the DDEX provider in Visual Studio 2005

2007-06-27 Thread Angel Ivorra
Thanks to all... I get this working... I combine the FirebirdDDEXProviderPackageLess32.reg file. I change the path a c:\FirebirdClient\ I Change the version number to 2.1.0.0 Otherwise not work. Without change the version number in the machine.config file, visual studio suddenly closes when t

Re: [Firebird-net-provider] Help with the installation of the DDEX

2007-06-23 Thread Carlos Guzmán Álvarez
Hello: > type=3D"System.Data.Common.DbProviderConfigurationHandler, System.Data, > Version=3D2.0.1.0, Culture=3Dneutral, PublicKeyToken=3D3750abcc3150b00c" /> This needs to be: - This SF.net email is sponsored by DB2

Re: [Firebird-net-provider] Help with the installation of the DDEX provider in Visual Studio 2005

2007-06-22 Thread Bubak44
Angel Ivorra wrote: > > > then i add this line to the machine.config file > > type="System.Data.Common.DbProviderConfigurationHandler, System.Data, > Version=2.0.1.0, Culture=neutral, PublicKeyToken=3750abcc3150b00c" /> > > in the section > > Change version 2.0.1.0 to 2.1.0.0 -- View

Re: [Firebird-net-provider] Help with the installation of the DDEXprovider in Visual Studio 2005

2007-06-15 Thread Joachim Wingartz
installed into c:\programme\FirebirdClient Perhaps there is a problem with the spaces within "Archivos de programa" I hope it helps. - Original Message - From: "Angel Ivorra" <[EMAIL PROTECTED]> To: Sent: Friday, June 15, 2007 1:08 PM Subject: [Firebird-n

[Firebird-net-provider] Help with the installation of the DDEX provider in Visual Studio 2005

2007-06-15 Thread Angel Ivorra
Hi to all members of the list. Is my first message in this list. Im trying to install Firebird DEX Provider in Visual Studio. First, sorry about my poor english... I have Visual Studio Professional Edition 2005 (in spanish). I have installed Microsoft Visual Studio 2005 SDK February. >From the s

Re: [Firebird-net-provider] Help with FB client for the

2007-04-14 Thread Jiri Cincura
Adrián Avila Mtz. wrote: > This is the exception I get: > > "FbException was unhandled" > "No messsage for error code 335544721 found" Thie error means: Unable to complete network request to host "{0}". So your PDA/emulator isn't properly presetted for using network. -- Jiri {x2} Cincura http:

Re: [Firebird-net-provider] Help with FB client for the

2007-04-14 Thread Adrián Avila Mtz.
This is the exception I get: "FbException was unhandled" "No messsage for error code 335544721 found" Im using this assemly: FirebirdClient-2.0.1-Compact-Bin Downloaded from firebirdsql.org I made the change you told me but with the same results, this is the code: private void button1_Click

Re: [Firebird-net-provider] Help with FB client for the

2007-04-14 Thread Carlos Guzmán Álvarez
Hello: > What does "unknow exception" mean? The exception must be some type of. And one more question, are you using an assembly built for the compact framework. ?? - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [Firebird-net-provider] Help with FB client for the compac framework...

2007-04-13 Thread Jiri Cincura
Adrián Avila Mtz. wrote: > But it shows and unknow exception in he line: >con.Open() What does "unknow exception" mean? The exception must be some type of. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

[Firebird-net-provider] Help with FB client for the compac framework...

2007-04-13 Thread Adrián Avila Mtz.
Im trying to make to make a simple application for Windows CE using the FB client for the compact framework, I have the next code: string cs = "User=SYSDBA;Password=masterkey;Database=c:\\imagenco\\dbi\\dobleb\\gasconsola.fdb;DataSource=192.168.0.151;"; FbConnection con =

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0

2007-01-27 Thread Carlos Guzmán Álvarez
Hello: > //Of course this won't compile because the error says the parameter for > Createdatabase must be a string, but what string? What version of the .NET provider are you using ?? If 2.0 you should do the call using a connection string, FbConnection.CreateDatabase("ServerType=1;SYSDBA;

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Vlad Orlovsky
of the Firebird .NET providers Sent: Wednesday, January 24, 2007 12:30:46 PM Subject: Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress! Hi Robert, Did you get my replies to you, by any chance? I think I sent them to your email, rather then the lis

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Robert Meek
Behalf Of Scott Price Sent: Wednesday, January 24, 2007 1:19 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress! Hi Robert, Did you get my replies to you, by any chance? I think I s

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Robert Meek
L PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Carlos Guzmán Álvarez Sent: Wednesday, January 24, 2007 1:17 PM To: For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress! Hello: > Now

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Scott Price
Hi Robert, Did you get my replies to you, by any chance? I think I sent them to your email, rather then the list here. Kind regards, Scott :) Robert Meek wrote: > After spending about three hours this morning and looking up some opposing > esamples from yet another Firebird NET site on t

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Scott Price
Hi Robert, Did you get my replies to you, by any chance? I think I sent them to your email, rather then the list here. Kind regards, Scott :) Robert Meek wrote: > After spending about three hours this morning and looking up some opposing > esamples from yet another Firebird NET site on t

Re: [Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Carlos Guzmán Álvarez
Hello: > Now THIS actually compiles but when I run it in the debugger it tells me > it cannot find 'fbembed.dll'! I have that file in it's installation > directory as well as in the application's exe directory, so there must be > something missing in the conection string perhaps? > How d

[Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0 ADDENDUM some progress!

2007-01-24 Thread Robert Meek
After spending about three hours this morning and looking up some opposing esamples from yet another Firebird NET site on the internet, I came up with this: MyFBConnectionString := new FbConnectionStringBuilder(); MyFBConnectionString.Add('ServerType', 1); MyFBConnectionString.Add('User', 'S

[Firebird-net-provider] HELP! Please! FireBird Embedded NET 2.0

2007-01-24 Thread Robert Meek
I've gone thru all the docs, looked up instructions on Google, but STILL I cannot get an embedded setup to work! There are really no consise instructions available that I have been able to find that take you from setup to creating a database, adding tables, fields, indexes, etc. I added the pro

Re: [Firebird-net-provider] Help: FBException - : I/O error

2006-07-18 Thread K. Sriram Srivatsan
Carlos Guzm?n ?lvarez <[EMAIL PROTECTED]> Subject: Re: [Firebird-net-provider] Help: FBException - : I/O error for file CreateFile (open) To: "For users and developers of the Firebird .NET providers" Message-ID: <[EMAIL PROTECTED]> Content-Type:

Re: [Firebird-net-provider] Help: FBException - : I/O error for file CreateFile (open)

2006-07-18 Thread Carlos Guzmán Álvarez
Hello: > > > connectionString="ServerType=1;User=sysdba;Password=masterkey;Dialect=3;Database=DMFCC.fdb;Connection > > lifetime=15;Pooling=true;MinPoolSize=0;MaxPoolSize=100" > It maybe some connection is being done from a different process and the embedded server didn't support that -- Carlos

[Firebird-net-provider] Help: FBException - : I/O error for file CreateFile (open)

2006-07-18 Thread K. Sriram Srivatsan
Hello,   Sorry for the long post but I urgently need some help with the ADO.NET provider for C# 2005.   May I know what I am doing wrong or why this error would occur please?   I get an error “FirebirdSql.Data.FirebirdClient.FbException: I/O error for file CreateFile (open)” while tryin

Re: [Firebird-net-provider] Help please

2006-04-24 Thread Jiri Cincura
On 24.4.2006 16:28 Magnus Löflund wrote: "An unexpecred error occured in the .NET Framwork Data Provider for Firebird. Please contact the provider vendor to resolve this problem." Just shooting. Try to check the machine.config for first. Then connection strings. Else send exactly the way (st

[Firebird-net-provider] Help please

2006-04-24 Thread Magnus Löflund
Hi all.. I hope someone here can help me on this matter. I am developing in .Net Visual studio 2005 and have installed Firebas .Net provider for a while ago. Now when im developing a completely differnet application using ms-sqlserver and vs 2005. The problem i have is with the .NET Firebird prov

[Firebird-net-provider] Help There's some way for grant privilegies to users from .NET application?

2005-12-12 Thread Vince McCloud
HI, i like to know if there's some way for grant privilegies to users from .NET application, i try create a procedure for this, but the IBexpert pull out error.Thanks for the help. by the way thanks for help me to create users from .NET application__C

[Firebird-net-provider] Help How to create a user in Firebird from .NET application?

2005-12-09 Thread Vince McCloud
Hi, i wanna know if there's some way for create a user in firebird from .NET application via stored procedure or udf. Thanks for your help  Do You Yahoo!? La mejor conexión a Internet y 2GB extra a tu correo por $100 al mes. http://net.yahoo.com.mx