Re: [Firebird-net-provider] Visual Web Developer 2008 Express

2007-12-06 Thread Jiri Cincura
On 12/6/07, Steve Johnson <[EMAIL PROTECTED]> wrote: > How do you add FirebirdClient assembly to references? I don't know VWD Express exactly, but in Solution Explorer, there's a "folder" References. Right-click and choose Add Find the FirebirdClient assembly and click OK. After that, if you

Re: [Firebird-net-provider] Visual Web Developer 2008 Express

2007-12-06 Thread Steve Johnson
How do you add FirebirdClient assembly to references? ""Jiri Cincura"" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On 12/4/07, Steve Johnson <[EMAIL PROTECTED]> wrote: >> I'm a newbee in Visual Web Developer (VWD) and not sure of the >> "preferred" >> method to attach a Firebi

Re: [Firebird-net-provider] Visual Web Developer 2008 Express

2007-12-04 Thread Jiri Cincura
On 12/4/07, Steve Johnson <[EMAIL PROTECTED]> wrote: > I'm a newbee in Visual Web Developer (VWD) and not sure of the "preferred" > method to attach a Firebird database. > > 1. ODBC Depends on your need. But with native .NET provider, why not to use it? ;) > 2. Embedded What does it mean? > 3.

[Firebird-net-provider] Visual Web Developer 2008 Express

2007-12-04 Thread Steve Johnson
I'm a newbee in Visual Web Developer (VWD) and not sure of the "preferred" method to attach a Firebird database. 1. ODBC 2. Embedded 3. FbConnection I have tried using FBConnection but get an error; VWD can't find the FBConnection class. What am I missing in the "Using" statement? Can the Fire