Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2012-06-21 Thread Jiri Cincura
http://tracker.firebirdsql.org/browse/DNET-442 -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com -- Live Security Virtual Conference Exclusive live event will cover all

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-25 Thread Luis Rizo
Hi Jiri, Any chance you've taken a look at this? I could try to take a look at it for you and maybe trace the code if you could give me a bit of guidance on where to start looking for the issue. Thanks, -Luis On Tue, Aug 10, 2010 at 9:58 AM, Jiri Cincura disk...@cincura.net wrote: On Tue,

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-10 Thread Luis Rizo
Hi Jiri, Did you get a chance to try to reproduce the test case I described? Any thoughts would be greatly appreciated. Thanks, -Luis On Fri, Aug 6, 2010 at 7:21 AM, Luis Rizo lriz...@gmail.com wrote: Hi Jiri and Company, Is there anything else I need to do to document this issue? Any hints

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-10 Thread Jiri Cincura
On Tue, Aug 10, 2010 at 15:11, Luis Rizo lriz...@gmail.com wrote: to try to reproduce the test case I described Not yet. -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-06 Thread Luis Rizo
Hi Jiri and Company, Is there anything else I need to do to document this issue? Any hints on a workaround or a possible fix? Thanks, -Luis On Tue, Aug 3, 2010 at 7:45 AM, Luis Rizo lriz...@gmail.com wrote: I have pin pointed the issue. After I sent out the e-mail, I dropped the OPENING

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-03 Thread Jiri Cincura
On Mon, Aug 2, 2010 at 20:44, Luis Rizo lriz...@gmail.com wrote: Anyone have any input or feedback on this issue I'm having? Do you have any reproducible testcase? -- Jiri {x2} Cincura (x2develop.com founder) http://blog.cincura.net/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-03 Thread Luis Rizo
I've set one up by creating an empty database with two of the tables the give me issues. My feeling is that it has something to do with the Foreign Key that one table has to the other. The following assumes that DDEX has been configured and setup with Visual Studio 2010: Attached are 3 scripts:

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-03 Thread Luis Rizo
I have pin pointed the issue. After I sent out the e-mail, I dropped the OPENING table in my test database, I then tweaked to the create script for the OPENING Table by removing the following line: ALTER TABLE OPENING ADD CONSTRAINT FK_OPENING FOREIGN KEY (PROJECT_ID) REFERENCES

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-08-02 Thread Luis Rizo
Anyone have any input or feedback on this issue I'm having? Thanks, -Luis -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million

Re: [Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-07-29 Thread Luis Rizo
I should note that while trying to debug this, I created a new DataSet object, and I was able to add that CODE table with no issues. But when I tried to add the other table that I had in my real DataSet, I got the same error. So it looks like there's some kind of conflict between certain tables. I

[Firebird-net-provider] DDEX Has Problems Adding *Some* TableAdapters to My Typed DataSet

2010-07-28 Thread Luis Rizo
I'm using the latest version of the DDEX in Visual Studio 2010. It works great for the most part. However, today I discovered that there are a few tables in my Firebird 1.5 database that I can't add TableAdapters to my DataSet to. For example, if I drag and drop one of these tables to the design