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

2006-10-24 Thread VS-Polis
Title: Jürgen Thomas Carlos Guzmán Álvarez schrieb: Hello: thank you very much. That's the information I needed, because I didn't know that I had to install DDEX Provider to use Firebird in Visual Studio. _Now I got connection from VCSE to Firebird database._ Unfortunately, I go

[Firebird-net-provider] Data\Design\DataAdapter\FbDataAdapterDataSetGenerator.resx removed?

2006-10-24 Thread Jiri Cincura
Hi, did somebody remove this file knowingly? If so, I'll remove also the reference from VS's project. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Using Tomcat but need to do more? Need

Re: [Firebird-net-provider] Data\Design\DataAdapter\FbDataAdapterDataSetGenerator.resx removed?

2006-10-24 Thread Jiri Cincura
Or maybe somebody added reference to VS's project file, cause' I don't see any dead file on CVS. -- Jiri {x2} Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Using Tomcat but need to do more? Need to su

[Firebird-net-provider] Firebird Embedded Configuration

2006-10-24 Thread Christian Waldmann
Hi all I can use the embedded server from Visual Studio 2005 with C# only if I copy the DLL to the System32 directory. Is there a place where I can configure the location of the fbembed.dll? The application finds it if the dll is in application dir. Thanks Christian Waldmann -

Re: [Firebird-net-provider] Firebird Embedded Configuration

2006-10-24 Thread Jiri Cincura
Christian Waldmann wrote: > Is there a place where I can configure the location of the fbembed.dll? Easily no. Loading the DLL is handled by system (there is no full harcoded path). You can rebuild provider and change the loading of DLL do be able to specify path... -- Jiri {x2} Cincura http:

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-24 Thread Carlos Guzmán Álvarez
Hello: > xxx.BackupFiles.Add(xxx); > > but when somebody has: > > ArrayList myArrayList = xxx.BackupFiles; > ... Yes, while i can't think on a good reason to be doing so ;) > so this will be a problem, don't you? Or will this modification of code > introduced as "new version with new feature

Re: [Firebird-net-provider] FbBackup and FbRestore improvement

2006-10-24 Thread Jiri Cincura
Carlos Guzmán Álvarez wrote: > Hello: >> xxx.BackupFiles.Add(xxx); >> >> but when somebody has: >> >> ArrayList myArrayList = xxx.BackupFiles; >> ... > Yes, while i can't think on a good reason to be doing so ;) Hmm, but nobody knows... >> so this will be a problem, don't you? Or will this m

Re: [Firebird-net-provider] Firebird Embedded Configuration

2006-10-24 Thread Marvin Cook
Christian,Here is a class I use.Marv//public class TLoadEmbeded    {    private string FPath;    public string DBPath     {    get { return FPath; }    }    public TLoadEmbeded(string path)    { 

[Firebird-net-provider] Membership, Role and Personalization Providers

2006-10-24 Thread Ryan Clark
Hello Everyone,   My name is Ryan Clark.  I'm currently working on a project that requires we use Firebird as our database.  I have been working with Firebird now for several years and .Net since it's inception so this is not a problem.  The architecture I have designed for our solution