[Firebird-net-provider] Newbie Help please Ver. 2.0 VS 2005 w/Chrome

2007-01-15 Thread Robert Meek
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

Re: [Firebird-net-provider] Distributing app with embedded Firebird2.0 for "dummies"

2007-01-15 Thread Dean Harding
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

Re: [Firebird-net-provider] FbDataAdapter - generics

2007-01-15 Thread Carlos Guzmán Álvarez
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 ---

Re: [Firebird-net-provider] A simple query.

2007-01-15 Thread Carlos Guzmán Álvarez
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

[Firebird-net-provider] A simple query.

2007-01-15 Thread manish shukla
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

Re: [Firebird-net-provider] Distributing app with embedded Firebird 2.0 for "dummies"

2007-01-15 Thread Mercea Paul
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

Re: [Firebird-net-provider] Distributing app with embedded Firebird 2.0 for "dummies"

2007-01-15 Thread Vlad Orlovsky
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