I'm very new to NET but especially to working with dB's in NET, and I'm
in need of some help if possible.
I understand about copying the three necessary dll's to my exe's
directory and renaming the fbembed.dll to fbclient.dll if working in
Windows. I also know my connectionString should
I think you're stuck with a self-extracting program then. Just have a
wrapper program which includes all the exes and dlls as resources and, when
run, it'll extract them to a temporary folder, run the target executable,
wait for it to quit and delete the files it extracted.
You could extend the
Hello:
> I'm thinking about refactoring Update method of FbDataAdapter using generics
> for connections.
>
> There's no huge work to do, but it (maybe) can help to improve performace.
>
> What do you think?
>
Ok.
--
Carlos Guzmán Álvarez
Vigo-Spain
http://carlosga.wordpress.com
---
Hello:
> Is there any limit to the number of columns we can have for a table in
> firebird? eg 255 for SQL server.
> is there any limit in the total row size in firebird ?
Please send that questions to the firebird support lists
>
--
Carlos Guzmán Álvarez
Vigo-Spain
http://carlosga.wordpress.c
Hi all,
Is there any limit to the number of columns we can have for a table in
firebird? eg 255 for SQL server.
is there any limit in the total row size in firebird ?
TIA,
Manish
-
Take Surveys. Earn Cash. Influence the Futur
Hi
You cant think to have a function in your exe who verify if exist all
dependencies.
If user download your exe, if does not have all *.dll you can download that
file. If you make new version of your application, user download only exe ,
not 'all' files.
Regards,
Paul
From: [EMAIL PROT
Thank you for your feedback everyone.
Meaning of "dummies" in my case.
- most end-users who could not find their rear-ends with a flash light even
if their life depended on it. (please try not to laugh because it's a serious
situation in my case)
So as you can see
an XCOPY(or a ba