Re: [Firebird-net-provider] FB and VS 2008

2007-08-01 Thread Robert Simpson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Carlos Guzmán Álvarez > Sent: Wednesday, August 01, 2007 9:35 AM > To: firebird-net-provider@lists.sourceforge.net; Robert Simpson > Cc: 'For users and developers of t

Re: [Firebird-net-provider] FB and VS 2008

2007-08-01 Thread Robert Simpson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Carlos Guzmán Álvarez > Sent: Wednesday, August 01, 2007 8:30 AM > To: firebird-net-provider@lists.sourceforge.net > Subject: Re: [Firebird-net-provider] FB and VS 2008 > > Hello: > > > This seems

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

2006-10-16 Thread Robert Simpson
ft\VisualStudio\8.0\DataProviders\{7F041D59-D76A-44ed-9AA2-FBF6B0548B80}\SupportedObjects\DataViewSupport] - Cut Here - 8.  Find and replace any occurance above of "VisualStudio" and replace it with either VBExpress or VCSExpress. 9.  Replace the %PATH% above with the full

Re: [Firebird-net-provider] Problem on dispose implementaionin fbcommand

2006-06-14 Thread Robert Simpson
Carlos -- you can modify the dispose on the FbCommand so that if a datareader is active when the command is disposed, the command doesn't actually dispose, but modifies some internal flag on the FbDataReader that tells the FbDataReader that it now "owns" the command and should dispose the command w

firebird-net-provider@lists.sourceforge.net

2006-06-11 Thread Robert Simpson
specific statements and VS&DDEX > > On 11.6.2006 17:55 Robert Simpson wrote: > > I have the same problem with the SQLite provider. > Basically what you have > > to do is generate a simple select statement to make the > querybuilder build > > the ot

firebird-net-provider@lists.sourceforge.net

2006-06-11 Thread Robert Simpson
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > On Behalf Of Jiri Cincura > Sent: Saturday, June 10, 2006 12:50 PM > To: For users and developers of the Firebird .NET providers > Subject: Re: [Firebird-net-provider] OT: Problem with FB > specific statements a

Re: [Firebird-net-provider] Getting a single value from the database in C#

2006-04-27 Thread Robert Simpson
If you don't care about the ID, just SELECT COUNT(CLI_COD) FROM CLIENTES (etc etc) That way ExecuteScalar() will return 0 if there are no rows, or >0 if there were rows. You won't have to check for NULL's that way. Robert - Original Message - From: "Fabio Gomes" <[EMAIL PROTECTED]

Re: [Firebird-net-provider] DDEX

2006-04-20 Thread Robert Simpson
- Original Message - From: "Graham Hardwick" <[EMAIL PROTECTED]> To: Sent: Thursday, April 20, 2006 6:57 AM Subject: [Firebird-net-provider] DDEX Has anyone looked at how SQLite's ADO.NET 2.0 provider integrates with Visual Studio 2005 ? It only requires running the install.exe file a

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

2006-02-23 Thread Robert Simpson
A good place to start would be to run vwdexpress in a debugger so you can get the stack dump. That'd help Carlos identify where the error is coming from exactly. Robert - Original Message - From: "Rob Hutchison" <[EMAIL PROTECTED]> To: Sent: Thursday, February 23, 2006 5:50 AM Subj

Re: [Firebird-net-provider] DDEX stuff

2006-02-22 Thread Robert Simpson
One other thing ... if you go packageless, you don't need the VSIP SDK either. That and supporting all the Express Editions are the primary reason I'm leaving the SQLite provider packageless. Robert --- This SF.Net email is sponsored by x

[Firebird-net-provider] DDEX stuff

2006-02-22 Thread Robert Simpson
Perhaps I might be able to lend a little help on the DDEX front ... Here's a few changes to the reg file that should make Firebird packageless. Replace any occurrance of "VisualStudio" with "VWDExpress" to make the reg file work on that Express edition: - Cut Here - ÿþWindows Registry