Re: [Firebird-net-provider] Entity Model

2008-11-15 Thread Teträm Corp
Jiri Cincura a écrit : > On Fri, Nov 14, 2008 at 19:41, Teträm Corp <[EMAIL PROTECTED]> wrote: > >> ok, thanks >> is there another place, except here of course, where I can read those >> stuff ? >> > > devel list, SVN commit messages, my blog &g

Re: [Firebird-net-provider] Entity Model

2008-11-14 Thread Teträm Corp
Jiri Cincura a écrit : > On Fri, Nov 14, 2008 at 15:14, Tetram Corp <[EMAIL PROTECTED]> wrote: > >> great, but during runtime, when i need to access results of a linq >> query, an exception is raised saying it was attempting "Firebird" as >> ProviderManifestToken and not 2.1.1.17910 >> > >

Re: [Firebird-net-provider] Entity Model

2008-11-14 Thread Teträm Corp
Jiri Cincura a écrit : > On Fri, Nov 14, 2008 at 15:38, Tetram Corp <[EMAIL PROTECTED]> wrote: > >> is it normal that when I add a new table to my model, all properties are >> marked Entity key = true >> shouldn't be only primary keys ? or at least none because it's easier to >> set one or two p

Re: [Firebird-net-provider] Trailing spaces trimmed

2008-10-04 Thread Teträm Corp
I'm not sure, because of UNICODE charset, it should be (it's out of my knowledge) but AFAIK, varchar fields never kept trailing spaces Thierry Julien Ferraro a écrit : > > Hello, > > I’ve got a strange behavior with the provider. The trailing space of a > string are trimmed. > > Let me give you

Re: [Firebird-net-provider] Provider with ASP.NET

2008-09-18 Thread Teträm Corp
Jiri Cincura a écrit : > On Thu, Sep 18, 2008 at 11:00 PM, Teträm Corp <[EMAIL PROTECTED]> wrote: > >> sorry missing that: no, I'm connecting to a "real" server through >> fbclient.dll (there're some distributed exes which use the same db) >&

Re: [Firebird-net-provider] Provider with ASP.NET

2008-09-18 Thread Teträm Corp
Thanks, I missed to mention that I don't use embedded version, but CS version So, AFAIK, I don't use any additional DLL (expect provider one of course) Thierry Steve Faleiro a écrit : > The firebird.msg file should be put in the same directory as the > fbclient.dll or fbembed.dll and the other

Re: [Firebird-net-provider] Provider with ASP.NET

2008-09-18 Thread Teträm Corp
Well not really through fbclient.dll AFAIK because provider doesn't use it, does it? Thierry Teträm Corp a écrit : > Jiri Cincura a écrit : > >> Well, you're using embedded right? Then it's located in (afaik) >> working directory of app. >> >>

Re: [Firebird-net-provider] Provider with ASP.NET

2008-09-18 Thread Teträm Corp
Jiri Cincura a écrit : > Well, you're using embedded right? Then it's located in (afaik) > working directory of app. > sorry missing that: no, I'm connecting to a "real" server through fbclient.dll (there're some distributed exes which use the same db) Thierry

Re: [Firebird-net-provider] VS2008 DDEX probem

2008-09-05 Thread Teträm Corp
clearer indeed :) I'm very interested, where did you find it ? Thierry Christian Nylund a écrit : > I didn't change the install at all. All I did was switch to an earlier > version of the FirebirdSql.VisualStudio.DataTools.dll. As in actually > replacing the file in my installation folder (whi

Re: [Firebird-net-provider] DDEX setup

2008-09-05 Thread Teträm Corp
Jiri Cincura a écrit : > On Fri, Sep 5, 2008 at 10:32 AM, Tetram Corp <[EMAIL PROTECTED]> wrote: > >> Couldn't the same be done to Firebird provider/ddex? >> > > Probably. Somebody should create some installer. The "only" problem is > to detect VS a install appropriate reg file. You wanna c

Re: [Firebird-net-provider] How / Can i detect the pagesize with fbprovider 2.x?

2008-09-03 Thread Teträm Corp
indeed :-) thanks a lot Thierry Jiri Cincura a écrit : > With 8kB page and using maximum blob size you'll have more likely > problems with file system than with server. ;) > > - This SF.Net email is sponsored by the Mobl

Re: [Firebird-net-provider] How / Can i detect the pagesize with fbprovider 2.x?

2008-09-03 Thread Teträm Corp
Hi, sorry if it's a dumb question but what is the relationship between page size and the maximum size of a blob ? afaik, a blob is not limited by page size and can size up to 32Gb (as mentioned here: http://www.firebirdfaq.org/faq61/) am i wrong? Thierry Michael Möhle a écrit : > Hello, > is