OLE DB (ADO) error messages



Hi all,

I have problem with traping errors.

All errors reports only this constant message box:

"Errors occured.[,,,,,]"

I use SSCE with Delphi and ADO (Connection, recordset and other objects).
Connection.Provider = 'Microsoft.SQLSERVER.MOBILE.OLEDB.3.0'.

Is there a chance to find error reason ?
ADO is no more good for SSCE ?

(SSCEEngine and errors - this works fine)

Thanks in advance,
Miro


.



Relevant Pages

  • Re: ADO Properties
    ... ADO.NET has same objects like Connection, Command object as ADO does. ... there is Dataset in place of Recordset. ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: ADO control and SQL Session
    ... I defined my ADO in code Dimc xConnection As New ADODB.Connection ... I drag and drop the ADO control to a user form. ... I close the ADO record set connection ... The ADODC control exposes a .recordset property that is a reference to the ...
    (microsoft.public.vb.controls)
  • Re: adodb
    ... without knowing how the database is implemented. ... required to access a database when using ADO, although one can use ADO to ... A Connection object represents a unique session with a data source. ... A Recordset object represents the entire set of records from a base table ...
    (microsoft.public.vb.database.ado)
  • Re: adodb
    ... > without knowing how the database is implemented. ... > required to access a database when using ADO, although one can use ADO to ... > A Connection object represents a unique session with a data source. ... At any time, the Recordset object ...
    (microsoft.public.vb.database.ado)
  • Re: Need example of using ADO DataControl and DataGrid control - V
    ... > MSDN is where I learnt ADO. ... > ' Create connection string to access the database ... > ' Bind the recordset to the data grid. ... > Private Sub Command1_Click ...
    (microsoft.public.vb.database.ado)