Search found 2757 matches

by Alexey
Mon 12 Nov 2007 16:44
Forum: dotConnect for MySQL
Topic: Selection query with limitation records
Replies: 4
Views: 3052

We have analyzed the problem. This is MS DataSet restriction. MySQL-specific features are not supported in it and we cannot overcome this in present.
by Alexey
Mon 12 Nov 2007 15:50
Forum: dotConnect for PostgreSQL
Topic: No Primary Key Set Using ADO.NET
Replies: 1
Views: 2433

Please describe the problem in detail. Where do you expect primary key to appear? Provide your database table definition.
by Alexey
Fri 09 Nov 2007 08:10
Forum: dotConnect for MySQL
Topic: Function YEAR
Replies: 8
Views: 2815

Please specify your hardware platform, operating system, and send me your project.
I'll need all this to reproduce the problem.
by Alexey
Thu 08 Nov 2007 09:00
Forum: dotConnect for MySQL
Topic: Function YEAR
Replies: 8
Views: 2815

Try to execute

Code: Select all

select year(hiredate) from emp
Make sure that connection string is the same for both MyDirect .NET and Navicat.
If the problem persists, please specify your hardware platform, operating system, version of MySQL server and send your test project to the address provided in the Readme.html file.
by Alexey
Thu 08 Nov 2007 08:46
Forum: dotConnect for Oracle
Topic: Delphi 2007 support?
Replies: 1
Views: 2287

This task appears to be quite involved, so finding a solution may take a lot of time.
Thanks for your patience.
by Alexey
Wed 07 Nov 2007 15:03
Forum: dotConnect for MySQL
Topic: Get<SomeDataType>() and ambiguous fields
Replies: 4
Views: 2187

We will investigate the problem you described.
by Alexey
Wed 07 Nov 2007 09:55
Forum: dotConnect for MySQL
Topic: Function YEAR
Replies: 8
Views: 2815

Yes, the latest version is 3.55.25.
The error is MySQL server's error. Try to execute your SQL query in any other client.
by Alexey
Wed 07 Nov 2007 09:46
Forum: dotConnect for Oracle
Topic: OraDirect not receive information about type from package...is this true??
Replies: 7
Views: 3057

Unfortunately, we don't know any.
by Alexey
Wed 07 Nov 2007 08:11
Forum: dotConnect for Oracle
Topic: New build of OraDirect .NET 4.25.24 is available!
Replies: 0
Views: 1837

New build of OraDirect .NET 4.25.24 is available!

Dear users,

New build of OraDirect .NET version 4.25.24 is available for download now.
This version includes:
  • Fixed bug with schema generator for .NET Entity Framework
  • Fixed bug with case sensitive names in DbDataTable.ParentRelation
Core Lab development team
http://www.crlab.com/oranet
by Alexey
Wed 07 Nov 2007 08:07
Forum: dotConnect for PostgreSQL
Topic: New build of PostgreSQLDirect .NET 3.25.20 is available!
Replies: 0
Views: 1796

New build of PostgreSQLDirect .NET 3.25.20 is available!

Dear users,

New build of PostgreSQLDirect .NET version 3.25.20 is available for download now.

This version includes:
  • Fixed bug with schema generator for .NET Entity Framework
  • Fixed bug with case sensitive names in DbDataTable.ParentRelation
We're looking forward to your comments and suggestions.

Core Lab development team
http://www.crlab.com/pgsqlnet
by Alexey
Wed 07 Nov 2007 08:04
Forum: dotConnect for MySQL
Topic: New build of MyDirect .NET 4.25.21 is available!
Replies: 0
Views: 1525

New build of MyDirect .NET 4.25.21 is available!

Dear users,

New build of MyDirect .NET version 4.25.21 is available for download now.
This version includes:
  • Fixed bug with schema generator for .NET Entity Framework
  • Fixed bug with case sensitive names in DbDataTable.ParentRelation
Core Lab development team
http://www.crlab.com/mysqlnet
by Alexey
Tue 06 Nov 2007 17:09
Forum: dotConnect for MySQL
Topic: Visual Studio 2008 and Core Labs MySQL tools
Replies: 4
Views: 2547

teofilo, do you also have 64bit platform? I'm asking because I can't reproduce any problem on my clean virtual PC with only VS2008 Beta2 installed.
by Alexey
Tue 06 Nov 2007 16:00
Forum: dotConnect for Oracle
Topic: Problem opening a tnsname based connection (ORA-12154)...
Replies: 5
Views: 3103

We have never experienced such problems.
Maybe there is some obsolete parts from another client on your PC. This can be verified if you attach to your application in unmanaged mode and see what DLLs and from what paths are loaded.
Alternatively, you can work around tnsnames.ora if you set your connection string like this:

Code: Select all

Server=(DESCRIPTION =  (ADDRESS_LIST =  (ADDRESS = (PROTOCOL = TCP)(HOST = sal-emp-dsk-06)(PORT = 1521))  )  (CONNECT_DATA =  (SID = orcl)  )  )
by Alexey
Tue 06 Nov 2007 15:40
Forum: dotConnect for Oracle
Topic: OraDirect not receive information about type from package...is this true??
Replies: 7
Views: 3057

This is a known Oracle bug.
Types from packages cannot be described.
by Alexey
Tue 06 Nov 2007 14:37
Forum: dotConnect for MySQL
Topic: Lost Connection Problem
Replies: 3
Views: 3952

You're welcome :)