Search found 2757 matches

by Alexey
Fri 16 Nov 2007 14:37
Forum: dotConnect for Oracle
Topic: OS Authentication
Replies: 6
Views: 4949

But 8 won't work.
What is the full version?
by Alexey
Fri 16 Nov 2007 12:46
Forum: dotConnect Universal
Topic: pre-sales question
Replies: 3
Views: 6531

If mssql is native to my visual studio 2005 standard, what does your sql direct.net do?
SQLDirect .NET has advanced features like Interform, DataSet Wizard, DataSet Manager, DataSet Editor, SqlDataTable component, etc.
Do the corelab .net products have tools access to data servers that are not local host?
Both SQLDirect .NET and UniDirect .NET can access network servers from Server Explorer.
by Alexey
Fri 16 Nov 2007 12:40
Forum: dotConnect for PostgreSQL
Topic: Exception in a query
Replies: 1
Views: 3139

First of all try to use the latest verion of PostgreSQLDirect .NET (3.25).
If the problem persists, send me a test project to reproduce the problem.
Include the definition of your own database objects.
Use e-mail address provided in the Readme.html file.
Do not use third party components.
If it is impossible for you to create the test project, send a piece of
your code where the error occurs.
by Alexey
Fri 16 Nov 2007 12:36
Forum: dotConnect for Oracle
Topic: OS Authentication
Replies: 6
Views: 4949

Please specify your connection string.
Just for your information, for OS authentication mode you should not set username or password in your connection string. It ought to look like this:

Code: Select all

oracleConnection1.ConnectionString = "Data Source=oracle;";
by Alexey
Fri 16 Nov 2007 12:23
Forum: dotConnect for PostgreSQL
Topic: Cannot cast object type in PgSQLdatareader
Replies: 4
Views: 4565

Well done. But why do you use asynchronous method?
by Alexey
Fri 16 Nov 2007 12:08
Forum: dotConnect for PostgreSQL
Topic: Upgrading to 3.25.20 from 3.25.19 breaks the project
Replies: 4
Views: 4403

Well done!
Unfortunately, we are unable to foresee all possible problems that may occur during the installation process. This is quite delicate thing and should be done to the tee. (I mean all VS IDE and document explorer instances should be closed, GAC should be cleaned up, all old assemblies should be removed from the %ProgramFiles%, et cetera.)
by Alexey
Thu 15 Nov 2007 17:17
Forum: dotConnect Universal
Topic: pre-sales question
Replies: 3
Views: 6531

First of all you do not need to buy anything for MSSQL, because it is included into framework. Also, if you buy PostgreSQLDirect .NET, you can take UniDirect .NET for free.
The other aspect to take into account is functionality. UniDirect .NET doesn't support provider-specific features. Instead, it provide universal access.
So, I suggest you trying evaluation version of UniDirect .NET.
by Alexey
Thu 15 Nov 2007 15:49
Forum: dotConnect for PostgreSQL
Topic: invalid license problem
Replies: 17
Views: 12150

The problem was with synchronization. It is fixed. Look forward to the next build.
by Alexey
Thu 15 Nov 2007 12:43
Forum: dotConnect for PostgreSQL
Topic: Upgrading to 3.25.20 from 3.25.19 breaks the project
Replies: 4
Views: 4403

Try to re-add the reference to CoreLab.Data assembly.
by Alexey
Thu 15 Nov 2007 12:08
Forum: dotConnect for PostgreSQL
Topic: Cannot cast object type in PgSQLdatareader
Replies: 4
Views: 4565

This is a designed behaviour, because BeginExecuteReader() method returns object of type IAsyncResult, but not of type PgSqlDataReader.
For more information please read PostgreSQLDirect .NET documentation.
by Alexey
Thu 15 Nov 2007 12:03
Forum: dotConnect for PostgreSQL
Topic: Typed dataset designer in VS2005 - failure to create dataset based of plpgsql function (set returning)
Replies: 8
Views: 5913

We are resolving the problem right now. Support of tabular functions appears to be complicated, and may take some time.
Thanks for your patience.
by Alexey
Wed 14 Nov 2007 11:42
Forum: dotConnect for MySQL
Topic: Compatibility Problem
Replies: 1
Views: 2691

You just need to deploy appropriate run-time libraries with your executable file (CoreLab.Data.dll and CoreLab.MySql.dll).
by Alexey
Wed 14 Nov 2007 11:21
Forum: dotConnect for Oracle
Topic: LDAP Connection Support
Replies: 1
Views: 3069

No, unfortunately, OraDirect .NET doesn't support this.
by Alexey
Tue 13 Nov 2007 10:37
Forum: dotConnect for Oracle
Topic: GetSchema Issue
Replies: 11
Views: 7185

Thanks for the information.
by Alexey
Mon 12 Nov 2007 17:27
Forum: dotConnect for PostgreSQL
Topic: invalid license problem
Replies: 17
Views: 12150

We will investigate this problem.
I'll let you know our thoughts as soon as possible.