Search found 7 matches

by tonydoval
Fri 29 Aug 2008 16:47
Forum: dotConnect for Oracle
Topic: Error Corelab.Oracle.Vs.OracleDataProviderPackage VS2008
Replies: 12
Views: 5616

Error Corelab.Oracle.Vs.OracleDataProviderPackage VS2008

Hi,
I'm using Windows Vista Sp1, Visual Studio 2008 SP1, and OraDirect .Net Standard 4.75 and when Visual Studio start show this message:

Error load package 'Corelab.Oracle.Vs.OracleDataProviderPackage' GUID = {18F9FE6C-9B00-FBE0-DF0A-29182AA775C3}

How can I fix this?

Best regards.
by tonydoval
Wed 27 Feb 2008 15:47
Forum: dotConnect for Oracle
Topic: Oradirect Mobile MaxRecords
Replies: 3
Views: 2082

How can I use page mode?
by tonydoval
Wed 27 Feb 2008 12:04
Forum: dotConnect for Oracle
Topic: Oradirect Mobile MaxRecords
Replies: 3
Views: 2082

Oradirect Mobile MaxRecords

Hi,
I have a datagrid with too may registers.
I would like how the records fecth when the datagrid scroll, not all records, all same time.

Any idea?

Best regards
by tonydoval
Mon 02 Jul 2007 15:30
Forum: dotConnect for Oracle
Topic: BindingSource SupportsFiltering
Replies: 1
Views: 2535

BindingSource SupportsFiltering

Hi,

I need to filter dinamyly a Bindingsource but SupportsFiltering returns false and don't filter anything.

Why?

How can I resolve this?

Best regards
by tonydoval
Mon 04 Jun 2007 11:11
Forum: dotConnect for Oracle
Topic: Commit Data with DataSet
Replies: 5
Views: 3240

OraDirect 4.0.13 and Oracle Server 10.2.0.3

Best regards
by tonydoval
Mon 04 Jun 2007 09:23
Forum: dotConnect for Oracle
Topic: Commit Data with DataSet
Replies: 5
Views: 3240

Hi,

I make a few tests.

If I use a DataSet with tableadapter works perfectly but only works in the main class.

Example.

I have a form that it's derived from a base class that have the BindingSource, a base Dataset and the connection.

If I assing the bindingsource, connection and use the DataSet generated by Corelab tools works ok.
But if i try to use a generic dataset dont works.

Example:

In Derived form:

On load form:
this.oraDataSet = dataSetMenus1;
Assing Form dataset to base dataset.

On base form on button commit

this.bSource.EndEdit();
this.oraDataSet.Update();
this.oraDataSet.AcceptChanges();
this.oraConnection.Commit();

This way don't works because oraDataset.HasChanges() returns allways false.

Best regards
by tonydoval
Sun 03 Jun 2007 18:10
Forum: dotConnect for Oracle
Topic: Commit Data with DataSet
Replies: 5
Views: 3240

Commit Data with DataSet

Hi,
I have a bindingsource, a OracleDataSet, and a connection.

I tried to update records with Autocommit = true or autocommit = false but I never get to make changes in DB.


Please help me.

Best regards