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
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
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
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
-
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:
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
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
Christian,Here is a class I use.Marv//public class TLoadEmbeded { private string FPath; public string DBPath
{ get { return FPath; } } public TLoadEmbeded(string path) {
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