Search found 2757 matches

by Alexey
Tue 06 Nov 2007 13:41
Forum: dotConnect for MySQL
Topic: Function YEAR
Replies: 8
Views: 2807

I've tried the following query with MySQLDirect .NET 3.55

Code: Select all

select year(hiredate) from emp
and it does work.
Please make sure you are using the latest version of MySQLDirect .NET.
by Alexey
Tue 06 Nov 2007 13:32
Forum: dotConnect for Oracle
Topic: Problem opening a tnsname based connection (ORA-12154)...
Replies: 5
Views: 3101

How many Oracle homes do you have? Maybe this is the problem...
by Alexey
Tue 06 Nov 2007 13:16
Forum: dotConnect for MySQL
Topic: Lost Connection Problem
Replies: 3
Views: 2070

Try to increase mySqlCommand.CommandTimeout as well.
by Alexey
Tue 06 Nov 2007 08:51
Forum: dotConnect for Oracle
Topic: License not valid. Please view "Licensing" topic.... ?
Replies: 6
Views: 3093

Do I just put "B.exe" inside the licenses.config only?
Exactly so!
by Alexey
Tue 06 Nov 2007 08:47
Forum: dotConnect for Oracle
Topic: Problem opening a tnsname based connection (ORA-12154)...
Replies: 5
Views: 3101

You need a space in every line starting from the second:

Code: Select all

test_db = 
 (DESCRIPTION = 
 (ADDRESS_LIST = 
 (ADDRESS = (PROTOCOL = TCP)(HOST = sal-emp-dsk-06)(PORT = 1521)) 
 ) 
 (CONNECT_DATA = 
 (SID = orcl) 
 ) 
 )
by Alexey
Tue 06 Nov 2007 08:07
Forum: dotConnect for Oracle
Topic: License not valid. Please view "Licensing" topic.... ?
Replies: 6
Views: 3093

Have you created licenses.config file as described in the Licensing topic of our documentation?
by Alexey
Tue 06 Nov 2007 07:44
Forum: dotConnect for PostgreSQL
Topic: PgSqlException: CONNECTION FAILURE
Replies: 10
Views: 5064

It seems like PostgreSQL server's problem. If you say that your website is very busy, then this is quite common situation when a server fails to answer.
Yes, connection pooling is set by default. Try to increase max_connections parameter.
by Alexey
Tue 06 Nov 2007 07:35
Forum: dotConnect for Oracle
Topic: ClientID
Replies: 3
Views: 3262

We will provide this feature in the next version.
Currently it can be done only with DBMS_SESSION.SET_IDENTIFIER('12345');
by Alexey
Mon 05 Nov 2007 09:28
Forum: dotConnect for MySQL
Topic: 'MySqlConnection' is ambiguous in then nameSpace 'CoreLab.MySql'
Replies: 4
Views: 2858

Not at all.
Well done!
by Alexey
Mon 05 Nov 2007 08:28
Forum: dotConnect for MySQL
Topic: Visual Studio 2008 and Core Labs MySQL tools
Replies: 4
Views: 2543

We will investigate this problem. Look forward to my reply.
by Alexey
Mon 05 Nov 2007 08:23
Forum: dotConnect for PostgreSQL
Topic: PgSqlException: CONNECTION FAILURE
Replies: 10
Views: 5064

Are you able to connect to your PostgreSQL server using PostgreSQLDirect .NET at all? Please specify the connection string used.
by Alexey
Mon 05 Nov 2007 08:19
Forum: dotConnect for PostgreSQL
Topic: Questions about Fill, Serial, Update, Delete
Replies: 1
Views: 2223

Re: Questions about Fill, Serial, Update, Delete

CNPSV wrote:- if I have a field of type "serial" why doesn't the direct connector recognize the field as Serial.
Serial its just an integer type with sequence. That's why we map it to System.Int.
CNPSV wrote:- if I have a dataGridView, how can I autoFill and autoUpdate, from the designer
You need to use "With refresh SQL" option when configuring PgSQlDataTable comtrol.
CNPSV wrote:- if I have in postgreSql a not null field, why can I enter a new field with a null value and no message or exception is shown / thrown.
Please describe the problem in detail. Send me a small test project to reproduce the problem. Include the definition of your own database objects. Use e-mail address provided in the Readme.txt file.
Do not use third party components.
by Alexey
Mon 05 Nov 2007 07:57
Forum: dotConnect for MySQL
Topic: 'MySqlConnection' is ambiguous in then nameSpace 'CoreLab.MySql'
Replies: 4
Views: 2858

You mean the problem is resolved?
by Alexey
Fri 02 Nov 2007 13:46
Forum: dotConnect for PostgreSQL
Topic: Questions about DataSet Wizard
Replies: 5
Views: 2862

Unfortunately, I couldn't reproduce the problem with your data.
Try to use emp and dept tables and see whether same problem occurs.
by Alexey
Fri 02 Nov 2007 13:31
Forum: dotConnect for PostgreSQL
Topic: Questions about DataSet Wizard
Replies: 5
Views: 2862

How do you preview data?