Search found 729 matches

by Alexey.mdr
Mon 09 Jun 2008 07:25
Forum: dotConnect for Oracle
Topic: New build of OraDirect .NET 4.70.36 is available!
Replies: 0
Views: 1784

New build of OraDirect .NET 4.70.36 is available!

Dear users,

New build of OraDirect .NET version 4.70.36 is available for download now.
This version includes:
  • Fixed bug with OraDirect .NET Data Provider missing in the EDM wizard
  • Fixed bug with inserting a row in DbDataTable when a filter is enabled
Core Lab development team
http://www.crlab.com/oranet
by Alexey.mdr
Mon 09 Jun 2008 07:17
Forum: dotConnect for PostgreSQL
Topic: Heavy problems starting (Beginner)
Replies: 4
Views: 2996

Hello,

Could you please provide a step-by-step instructions to reproduce the error?

Regards,
Alexey.
by Alexey.mdr
Mon 09 Jun 2008 07:11
Forum: dotConnect for PostgreSQL
Topic: How to add a row to the datatable from the code?
Replies: 1
Views: 1895

Hello,

You can use something like the following:

Code: Select all

Me.ComboBoxTipos.Items.Add("Select...")
Me.ComboBoxTipos.SelectesIndex = 0
Regards,
Alexey.
by Alexey.mdr
Fri 06 Jun 2008 07:39
Forum: dotConnect for MySQL
Topic: Won't install in VS 2008
Replies: 12
Views: 4375

Hello,

We are investigating this problem.
I will contact you in the nearest days.

Regards,
Alexey.
by Alexey.mdr
Thu 05 Jun 2008 08:30
Forum: dotConnect for MySQL
Topic: Could not load type ...MySqlMembershipProvider
Replies: 2
Views: 2433

Hello,

Could you check that you reference needed Core Lab libraries (versions may vary)

Code: Select all

      
      ...
      ...
        
        
      
    
Also, please check the connection string name in AspNetMySqlRoleProvider .
connectionStringName="MySqlServicesString"
->
connectionStringName="MySqlServices"

Additionally, don't forget to specify MySqlServices connection string in the web.config.

Regards,
Alexey.
by Alexey.mdr
Thu 05 Jun 2008 07:42
Forum: dotConnect for MySQL
Topic: Question to DataLink
Replies: 1
Views: 1578

Please send me (alexeyman*crlab*com) a small test project to reproduce the problem.
It is desirable to use 'test' schema objects, otherwise include the
definition of your own database objects.
If it is impossible for you to create the test project, send us a piece of
your code where the error occurs.
by Alexey.mdr
Thu 05 Jun 2008 07:32
Forum: dotConnect for PostgreSQL
Topic: Protocol 2 vs 3
Replies: 1
Views: 2204

The main changes between protocols 2.0 and 3.0 are described here:
http://www.postgresql.org/docs/8.2/inte ... anges.html
It's likely your application can gain some performance with protocol 3.0, but in this case you should change the code.
by Alexey.mdr
Wed 04 Jun 2008 10:59
Forum: dotConnect for MySQL
Topic: Entity Data Model Wizard error
Replies: 3
Views: 1923

There will be an announcement on the forum in the nearest 24 hours.
by Alexey.mdr
Wed 04 Jun 2008 10:57
Forum: dotConnect for MySQL
Topic: Won't install in VS 2008
Replies: 12
Views: 4375

There should be no problems at this point.
Try reinstalling the product.
If the problem is still there, please check the registry for the RemObjects entries.
What version of DevExpress do you use?
What exception message do you receive with the latest build of MyDirect .NET?
by Alexey.mdr
Wed 04 Jun 2008 10:51
Forum: dotConnect for SQLite
Topic: How to install SQLIte at clients
Replies: 1
Views: 6468

Hello,

Well, actually you should not run dotConnect for SQLite installation in a silent mode as it's not legal.
It's easier for you just to include the needed Core Lab libraries into your application.
For the detailed instructions please see "Deployment" topic of help.

Regards,
Alexey.
by Alexey.mdr
Wed 04 Jun 2008 10:27
Forum: dotConnect for MySQL
Topic: Entity Data Model Wizard error
Replies: 3
Views: 1923

This is the problem of the Trial editions.
We have already fixed it.
Currently we are making new builds.
They will be available for download in a day.
Let me know if you are using not Trial build.
by Alexey.mdr
Wed 04 Jun 2008 10:26
Forum: dotConnect for Oracle
Topic: OraDirect .NET provider disapeared after upgrade to 4.70
Replies: 6
Views: 2885

This is the problem of the Trial editions.
We have already fixed it.
Currently we are making new builds.
They will be available for download in a day.
by Alexey.mdr
Wed 04 Jun 2008 10:25
Forum: dotConnect for Oracle
Topic: HOW DO I CREATE .edmx file use OraDirect?
Replies: 3
Views: 2243

This is the problem of the Trial editions.
We have already fixed it.
Currently we are making new builds.
They will be available for download in a day.
by Alexey.mdr
Wed 04 Jun 2008 07:16
Forum: dotConnect for MySQL
Topic: TableAdapter Configuration Wizard not creating DELETE method
Replies: 7
Views: 5140

As to the first problem I have sent you an email.
As to the second one, the problem is reproduced.
We will fix it as soon as possible.
As a temporary solution please add the connection string manually

Code: Select all

 "
by Alexey.mdr
Wed 04 Jun 2008 06:31
Forum: dotConnect for Oracle
Topic: HOW DO I CREATE .edmx file use OraDirect?
Replies: 3
Views: 2243

Hello,

What version of OraDirect .NET do you use?
Do you have Visual Studio 2008 SP 1 beta and .NET Framework 3.5 SP 1 beta installed?
What steps did you make to create an edmx file?

Regards,
Alexey.