Re: [Firebird-net-provider] Feedback request ( II )

2006-04-13 Thread Marvin Cook
Carlos,I have spent the last couple of hours trying to get v2.0 to work in VS2005.Used DDEX.Downloaded the latest vsSDKMarch2006 and installed it.Installed FirebirdClient-2.0-RC2.exe Edited the Machine.config file as directedRan the FirebirdDDEXProvider.reg (could not find the %path% but installed

Re: [Firebird-net-provider] Feedback request ( II )

2006-04-14 Thread Marvin Cook
\\FirebirdClient\\ The work path had been left in the path statements.Thanks for all your hard work.MarvOn 4/13/06, Marvin Cook [EMAIL PROTECTED] wrote:Carlos,I have spent the last couple of hours trying to get v2.0 to work in VS2005.Used DDEX.Downloaded the latest vsSDKMarch2006 and installed

[Firebird-net-provider] Problem procedure

2006-04-16 Thread Marvin Cook
Visual Studio 2005 : C# : Firebird-2.0.0.12484-0-Win32.exe : FirebirdClient-2.0-RC2.exeI have the following procedure which compiles OK but throws an exception when runpublic void UpdateLastViewed(DateTime newDate) { MOVIESDataSetTableAdapters.MOVIESTableAdapter mta = new

[Firebird-net-provider] Embedded Firebird

2006-04-21 Thread Marvin Cook
Hi all,Can the embedded version of firebird be used? If so, could you point me to a link which explains how to get C# to load the fbembed.dll.Thanks,Marv

Re: [Firebird-net-provider] Embedded Firebird

2006-04-22 Thread Marvin Cook
Jiri,I have placed the fbembed.dll next to the exe. Still get the same error. I am using the fbembed.dll from the Firebird-2.0.0.12484-0_embed_win32.zip download. How do you modify the app.config file?Marv On 4/22/06, Jiri Cincura [EMAIL PROTECTED] wrote: On 22.4.2006 6:26 Marvin Cook wrote: Jiri

Re: [Firebird-net-provider] Embedded Firebird

2006-04-24 Thread Marvin Cook
OlegThanks. That seems to explain the problem I am having. I think I'll wait for the next release. :)MarvOn 4/24/06, Oleg Deribas [EMAIL PROTECTED] wrote: Hello,Marvin Cook said the following on 22.04.2006 7:26: I am using Firebird-2.0.0.12484-0-Win32.exe, FirebirdNETProvider-1.7.1.exe, VS2005 C

Re: [Firebird-net-provider] Provider future development

2006-07-25 Thread Marvin Cook
Carlos,It would be nice to be able to put fbembed.dll in the same directory as the executeable.MarvOn 7/24/06, Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote:Hello: What features do you think the provider lacks and needsto be implemented in future versions ??One thing that i think that will be

Re: [Firebird-net-provider] Provider future development

2006-07-26 Thread Marvin Cook
Carlos, i don't like to do so in the provider itself as it will not work for mono on linuxIt doesn't work *now* in mono or linux :)If we could get it to work in Windows, it would help a lot of people. MarvOn 7/26/06, Carlos Guzmán Álvarez [EMAIL PROTECTED] wrote: Hello: What about put the path

Re: [Firebird-net-provider] Provider future development

2006-07-28 Thread Marvin Cook
Jeri,The embedded server is unusable currently-- at least in my opinion. Is there no way we can implement the original intent which was to put the fbembed.dll in the application folder. I realize that everyone is volunteer and that I am not able to contribute, but I sure would like to have the

Re: [Firebird-net-provider] Provider future development

2006-08-06 Thread Marvin Cook
Carlos,I used the following code to load the embedded firebird server. I works very well on Firebird-1.5.2.4731_embed_win32. However, when I try to load the Firebird-2.0.0.12710-0_embed_win32, It will not load at all. While version 2 of Firebird is still Beta, it is nearing final release and I

[Firebird-net-provider] Installation FirebirdClient-2.0.1-RC1.exe

2006-09-23 Thread Marvin Cook
Hi all,I tried to upgrade to 2.0.1 and failed. I tried everything I could think of. Process:Un-installed Firebird ClientInstalled DDEXinstalled Firebird Client 2.0.1 RC1 Changed the paths in DDEX .reg filechanged the machine.config filere-booted the machineWhen I fire up VS2005(prof), I get

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

Re: [Firebird-net-provider] Installation instructions

2006-10-26 Thread Marvin Cook
I got this error too. I recommend that you go to the registry entries and make sure that the paths to the client are correct. Other than that, if you are using XP, you can use a restore point to go back. At one point, I re-installed/repaired VS. MarvOn 10/26/06, Kevin Stanton [EMAIL PROTECTED]

Re: [Firebird-net-provider] How to get Firebird Embedded 2.0 towork on Vista

2007-02-26 Thread Marvin Cook
I find I need both msvcp71.dll and msvcr71.dll Marv On 2/25/07, Philipp Sumi [EMAIL PROTECTED] wrote: XP comes with it (maybe it came with SP2? I'm not sure...) This dll comes mostly with Office. Glad that I read this - I was planning to deploy my application without that DLL as it

Re: [Firebird-net-provider] Problem creating a DataGridView

2007-03-31 Thread Marvin Cook
Jiri, The table does not show up on the list generated by the smart tag. Marv On 3/31/07, Jiri Cincura [EMAIL PROTECTED] wrote: If you add empty DataGridView and the add BindingSource (i.e. from SmartTag and following wizard), are column generated? -- Jiri {x2} Cincura

Re: [Firebird-net-provider] Problem creating a DataGridView

2007-03-31 Thread Marvin Cook
Jiri, When I link it as you suggest, the LOCATIONS table does not show up in the DataMember list of the bindingsource. If I try to add it manually, I get a Property value is not valid dialog box. I can add it at run time. Marv On 3/31/07, Jiri Cincura [EMAIL PROTECTED] wrote: Marvin Cook

Re: [Firebird-net-provider] Problem creating a DataGridView

2007-03-31 Thread Marvin Cook
Yes. see: http://www.cw-infotech.com/Data/ScreenCapture.jpg Marv On 3/31/07, Jiri Cincura [EMAIL PROTECTED] wrote: Marvin Cook wrote: Jiri, When I link it as you suggest, the LOCATIONS table does not show up in the DataMember list of the bindingsource. If I try to add it manually, I

Re: [Firebird-net-provider] Problem creating a DataGridView

2007-03-31 Thread Marvin Cook
On 3/31/07, Jiri Cincura [EMAIL PROTECTED] wrote: Marvin Cook wrote: Jiri, The table does not show up on the list generated by the smart tag. In DataGridView's SmartTag isn't any table (by default). You can add here data source (default BindingSource) and then it's all generated. -- Jiri

Re: [Firebird-net-provider] Problem creating a DataGridView

2007-03-31 Thread Marvin Cook
Why does it always happen to me :) Marv On 3/31/07, Jiri Cincura [EMAIL PROTECTED] wrote: Marvin Cook wrote: Yes. see: http://www.cw-infotech.com/Data/ScreenCapture.jpg So, this seems to be some problem in VS. If it's in DataSet, it should be visible in BindingSource. Really weird

Re: [Firebird-net-provider] Transactions or no transactions

2007-04-02 Thread Marvin Cook
The easiest way is to use TransactionScope. using (TransactionScope scope = new TransactionScope()) { //do your code sc.Complete(); } I'll try it. Thanks Marv - Take Surveys. Earn Cash. Influence the Future of

Re: [Firebird-net-provider] Problem creating a DataGridView

2007-04-05 Thread Marvin Cook
Carlos, I, too, retested it and also got correct results. I am not sure what happened, you can see from the screen capture that there was a problem. Somehow whatever was wrong has corrected itself -- the worst kind of problem to find. I plan to re-install Visual Studio. I think that the

Re: [Firebird-net-provider] Installation of ddex

2007-06-17 Thread Marvin Cook
Not much help on your problem, except that I have the identical setup and it works just fine. Make sure the registry paths point to where the firebird client software really is. Marv On 6/17/07, Planet [EMAIL PROTECTED] wrote: Hello, I've installed Firebird Client 2.1.0-RC1 and the DEX

Re: [Firebird-net-provider] [PHISH] Re: Visual C# and Firebird embeddeddatabase connection failure

2007-07-19 Thread Marvin Cook
Jiri, I am using DDEXProvider-2.0.1 and can not find the path parameter in the connection string builder. I also downloaded the EBEmbeddedExamples and got an error that fbclient could not be found. Marv On 7/19/07, Jiri Cincura [EMAIL PROTECTED] wrote: On 7/19/07, Bob K. [EMAIL PROTECTED]

Re: [Firebird-net-provider] [PHISH] Re: Visual C# andFirebirdembeddeddatabaseconnection failure

2007-07-19 Thread Marvin Cook
. - Original Message - From: Marvin Cook [EMAIL PROTECTED] To: For users and developers of the Firebird .NET providers firebird-net-provider@lists.sourceforge.net Sent: Thursday, July 19, 2007 1:40 PM Subject: [PHISH] Re: [Firebird-net-provider] Visual C# andFirebirdembeddeddatabaseconnection

[Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Marvin Cook
Hi all, I am developing a program using the embedded DB. When I run it on VISTA as a user who has admin rights, it runs OK. When I run it as a standard user, it fails to connect to the embedded DB. If I point it to a server which is running Firebird, it works for either user. My assumption is

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Marvin Cook
Jiri, The fbembed.dll is in the executable folder and I am using the new ClientLibrary connection string builder data element to point to it. Works fine if my development account runs it. With a regular user, the program throws an exception. The details are: ** Exception Text

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-04 Thread Marvin Cook
PROTECTED] wrote: On 8/5/07, Marvin Cook [EMAIL PROTECTED] wrote: Jiri, The fbembed.dll is in the executable folder and I am using the new ClientLibrary connection string builder data element to point to it. Works fine if my development account runs it. With a regular user, the program

Re: [Firebird-net-provider] VISTA Embedded Problem

2007-08-05 Thread Marvin Cook
On 8/4/07, Dean Harding [EMAIL PROTECTED] wrote: FirebirdSql.Data.FirebirdClient.FbException: operating system directive CreateFileMapping failed --- Starting from Windows XP SP2, any user who calls CreateFileMapping in a session other than session 0 needs the Create Global Objects

Re: [Firebird-net-provider] Problem : Firebird integration with Visual Studio 2005

2007-09-04 Thread Marvin Cook
I have found this kind of problem when the table does not contain a primary key. Marv On 9/4/07, Muzaffer Bayramoglu [EMAIL PROTECTED] wrote: Hi everyone , I've vs2005 pro and .net framework 2.0 installed . Also i've installed vs2005 sdk , firebird .net provider 2.0.1 and firebird ddex

[Firebird-net-provider] VS 2008

2007-12-26 Thread Marvin Cook
Hi all, I just installed VS 2008 and wondered where I can find the Firebird .Net Provider for it. Thanks Marv - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005.

Re: [Firebird-net-provider] VS 2008

2007-12-29 Thread Marvin Cook
Thanks Jiri On Dec 29, 2007 3:57 PM, Jiri Cincura [EMAIL PROTECTED] wrote: On 12/26/07, Marvin Cook [EMAIL PROTECTED] wrote: Hi all, I just installed VS 2008 and wondered where I can find the Firebird .Net Provider for it. You can use DDEX for VS2005. Only some modifications in reg

Re: [Firebird-net-provider] RFC: Installation

2008-03-06 Thread Marvin Cook
Jiri, While I agree that most developers have the capability to unpack and add the elements to the correct place, it is an area that prone to error. One of the things a computer is good at is doing tedious things correctly once it has been trained (programmed). To me, it makes more sense to

Re: [Firebird-net-provider] Deploy FirebirdSql.Data.FirebirdClient.dll

2009-08-17 Thread Marvin Cook
Jonas, I put FirebirdClient.dll in my app folder with out problem. I could never get ClickOnce to work. I use Inno. I will be glad to send you a script if you like. Marv On Mon, Aug 10, 2009 at 12:45 PM, Jonas Blaausgedacht jonasa...@yahoo.dewrote: Jonas Blaausgedacht wrote: Hello all,

[Firebird-net-provider] VS2010 DDEX Installation

2010-06-15 Thread Marvin Cook
Hi all, I installed the DDEX and when I attempt to set up a new DB connection, I get the Firebird Data Source option and the Add Connection dialog box comes up, but when I try to put any data in it, it closes on the first key stroke and takes me back to the choose your data connection dialog box.

Re: [Firebird-net-provider] VS2010 DDEX Installation

2010-06-15 Thread Marvin Cook
I messed up the Machine.Config file. Got the /DbProviderFactories tag out of sequence. Marv On Tue, Jun 15, 2010 at 11:23 AM, Marvin Cook marv.c...@gmail.com wrote: Hi all, I installed the DDEX and when I attempt to set up a new DB connection, I get the Firebird Data Source option

[Firebird-net-provider] Firebird Embedded in ASP

2010-07-14 Thread Marvin Cook
Hi all, I am using the following connection string: client library=D:\Work\RVWeb\RVWeb\fbembed.dlll;initial catalog=D:\Work\RVWeb\RVWeb\RVWEB.FDB;server type=Embedded;user id=SYSDBA;password=masterkey I am getting a: operating system directive CreateFile failed error. The paths are correct.

Re: [Firebird-net-provider] Firebird Embedded in ASP

2010-07-30 Thread Marvin Cook
Jiri, I was trying to use it as a ASPX database. Do you have any reference materials I could access? Marv On Thu, Jul 15, 2010 at 2:58 AM, Jiri Cincura disk...@cincura.net wrote: The user under the application is running probably doesn't have enough rights. -- Jiri {x2} Cincura

Re: [Firebird-net-provider] Firebird Embedded in ASP

2010-07-31 Thread Marvin Cook
. What am I doing wrong? On Fri, Jul 30, 2010 at 2:40 PM, Jiri Cincura disk...@cincura.net wrote: On Fri, Jul 30, 2010 at 18:59, Marvin Cook marv.c...@gmail.com wrote: I was trying to use it as a ASPX database. Do you have any reference materials I could access? It's same as with server except

Re: [Firebird-net-provider] Firebird Embedded in ASP

2010-08-05 Thread Marvin Cook
at 00:19, Marvin Cook marv.c...@gmail.com wrote: I am using the following connection string: client library=D:\Work\RVWeb\RVWeb\ fbembed.dlll;initial catalog=D:\Work\RVWeb\RVWeb\RVWEB.FDB;server type=Embedded;user id=SYSDBA;password=masterkey I am getting a: operating system directive

Re: [Firebird-net-provider] Firebird Embedded in ASP

2010-08-05 Thread Marvin Cook
Jiri, Yes, that is true, except you put a memo on the net about using embedded in asp.net. On Thu, Aug 5, 2010 at 3:32 PM, Jiri Cincura disk...@cincura.net wrote: On Thu, Aug 5, 2010 at 17:34, Marvin Cook marv.c...@gmail.com wrote: I am unlikely to have Create Global Objects privileges

[Firebird-net-provider] Fwd: FW: Happy Thanksgiving!!!

2012-11-19 Thread Marvin Cook
*Subject:* *Happy Thanksgiving * [image: Description: []] Shot my first turkey yesterday! Scared the shit outta everyone in the frozen food section. It was awesome! Getting old is so much fun !!! *Remember: Don 't make old People mad. Just remember*we don't like being