UniDac 3.0.0.2 - RAD 2010

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 23 Sep 2009 09:03

This problem will be fixed also in the next build.

rmerka
Posts: 8
Joined: Wed 16 Sep 2009 13:37
Location: Austin, TX

Post by rmerka » Wed 23 Sep 2009 18:48

Plash, you said:

We will fix the problem with providers in the next UniDAC build.
Providers are used to add providers units to USES automatically. But you can easily add a provider unit to USES manually.


When I do this and add InterBaseUniProvider to the USES clause I get a Provider not defined error when I try to set Connected to True.

Thanks,
Russell Merka

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 24 Sep 2009 07:03

You should assign a value to the Provider property of TUniConnection.

rmerka
Posts: 8
Joined: Wed 16 Sep 2009 13:37
Location: Austin, TX

Post by rmerka » Thu 24 Sep 2009 14:08

I get the same error regardless of what I put in the Provider property.

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 25 Sep 2009 07:48

Please see the UniDAC demo. It works without the provider components.

rmerka
Posts: 8
Joined: Wed 16 Sep 2009 13:37
Location: Austin, TX

Post by rmerka » Fri 25 Sep 2009 13:51

Yes I can connect using the dialog at run-time. However the provider is not available at design-time and I don't want to show my users a dialog and give out database security info either. So this does not help.

Thanks,
Russell Merka

tobias_cd
Posts: 56
Joined: Thu 18 Dec 2008 22:10

Post by tobias_cd » Sat 26 Sep 2009 05:30

Hi Russell,

I think you may have mistaken 2 different issues: the "ProviderName" property (like "SQL Server" or "Oracle" etc) can just be set at runtime.

The "Login" dialog is independent of that and you should set the "LoginPrompt" property of the TUniConnection to "False" and then the credentials like "Username", "Password", "Server".

Also, for SQL Server you may choose the authentication mode like this:
MyUniConnection.SpecificOptions.Values['Authentication'] := 'AuWindows' or
MyUniConnection.SpecificOptions.Values['Authentication'] := 'AuServer'

Regards,
Tobias

rmerka
Posts: 8
Joined: Wed 16 Sep 2009 13:37
Location: Austin, TX

Post by rmerka » Wed 30 Sep 2009 13:42

Thanks tobias_cd, I understand that but I still cannot connect to a Db at design time unless I am missing something.

andy_bri
Posts: 19
Joined: Fri 02 Oct 2009 12:36

Are you kidding? CRITICAL BUG will be fixed after a month?

Post by andy_bri » Fri 02 Oct 2009 13:08

Hello, I have bought UniDAC library about a month ago. I have spent plenty of time to move project from IBX to UniDAC. There are many UniProvider Components on different forms of my project now.

When you have written that UniDAC is ready for Delphi 2010, I collected components from other providers (TMS and so on) and I moved all the project to Delphi 2010. But now, on many forms I have an information that UniProvider components are not available. I can not run my work because I do not want to change all the forms with UniProvider components.

So I stopped all my work and I started looking for a solution. And now I have found that it is a bug, that you do not want to repair immediately??? It is not just a small problem of comfort. I understand, that looking for a urgent solution can take even some hours. NOT DAYS. For me it is a CRITICAL BUG, which stops my further work! What should I do now? Stop developing for a month? Go back to IBX?

Why did not you removed a news your WWW that "UniDAC is ready for Delphi 2010" immediately after you got an infomation about this bug?

I am really surprised. Could you write us when exactly a fixed version will be available? I just have started a cooperation with your company, but I hope it is not your regular method of handling such situations.

Andrzej

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Mon 05 Oct 2009 09:32

We are planning to release the new UniDAC build this week.

rmerka
Posts: 8
Joined: Wed 16 Sep 2009 13:37
Location: Austin, TX

Post by rmerka » Mon 12 Oct 2009 14:21

Any news on the fixed build?

Excessive
Posts: 9
Joined: Tue 13 Oct 2009 06:44

Post by Excessive » Tue 13 Oct 2009 06:54

Now, this is a very bad approach for handling a buggy product. You are advertising your product as "Delphi 2010 compatible", but the product is not.

You should provide a fix as soon as possible, or you will lose customers.

Just my two cents.

Mantra
Posts: 1
Joined: Thu 15 Oct 2009 19:42

Bought UniDAC 3.00.0.2 Pro today

Post by Mantra » Thu 15 Oct 2009 19:57

I'm new with UniDAC an was very astonished when I didn't find any providers in the the Pro Edtion, but as I found out, I'm not the only one.
In a posting here I could read that there is a new build comming in a few days. Because I'm new, can anyone tell me where I can get the new build, when it is released.

sincerly Reiner

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Fri 16 Oct 2009 07:21

The new build is released.

rmerka
Posts: 8
Joined: Wed 16 Sep 2009 13:37
Location: Austin, TX

Post by rmerka » Fri 16 Oct 2009 15:31

Thank You

Post Reply