Search found 6 matches

by devrandom
Thu 02 Mar 2006 09:02
Forum: dotConnect for PostgreSQL
Topic: "Function xxx does not exist"
Replies: 1
Views: 2669

"Function xxx does not exist"

I set up the connection and then command components at design time. When I set the procedure name to public.GetCopies and try to execute I get the error message "function public.getcopies() does not exist" (notice the case change). It does not matter if I specify the name as "public"."GetCopies" either.
If I however rename the procedure at the db to "getcopies" (all lower case) - then "public"."getcopies" works.
It is a very annoying bug - I do not want - I cannot in fact - rename all procedures/functions to lowercase.

I use 2.40.14. It was the same under 2.40.13. I am not able to test under 2.50.15 due to the licence bug.

Regards,

Hubert
by devrandom
Mon 20 Feb 2006 16:59
Forum: dotConnect Universal
Topic: UniDataAdapter and FillSchema(DataTable...
Replies: 2
Views: 5933

Any response?

Silence...
by devrandom
Mon 13 Feb 2006 12:12
Forum: dotConnect for Oracle
Topic: OraDirect and DbProviderFactory
Replies: 4
Views: 3248

It works

It was missing. Now it works.

Thank you and regards,

Hubert
by devrandom
Mon 13 Feb 2006 11:02
Forum: dotConnect for Oracle
Topic: OraDirect and DbProviderFactory
Replies: 4
Views: 3248

DbProviderFactories.GetFactoryClasses()

>> OraDirect .NET 3.20 have OracleProviderFactory component

True.

But why does a call to DbProviderFactories.GetFactoryClasses() return just the following?:
...some other providers...
PostgreSQLDirect.NET Data Provider

OraDirect is missing from that list.
I do have the OraDirect installed. Any clues?

Regards,

Hubert
by devrandom
Fri 10 Feb 2006 10:56
Forum: dotConnect Universal
Topic: UniDataAdapter and FillSchema(DataTable...
Replies: 2
Views: 5933

UniDataAdapter and FillSchema(DataTable...

Throws InvalidCastException with:
Unable to cast object of type 'CoreLab.UniDirect.UniCommand' to type 'System.Data.Common.DbCommand'.

Any clues?

Regards,

Hubert Krukowski
by devrandom
Fri 10 Feb 2006 10:35
Forum: dotConnect for Oracle
Topic: OraDirect and DbProviderFactory
Replies: 4
Views: 3248

OraDirect and DbProviderFactory

Will OraDirect implement DbProviderFactory in the future?

Regards,

Hubert Krukowski