SQL Server 2005

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
Valutech
Posts: 1
Joined: Sun 25 Feb 2007 18:17

SQL Server 2005

Post by Valutech » Sun 25 Feb 2007 18:21

We are using the dbexpress driver dbexpsda.dll 3.0.5
and acessing SQL Server 2005 (delphi 7).

when we call,

tsqlconnection(conn).getfieldnames(name,list);

We receive the error:

'EMSError - Invalid object name 'master.dbo.spt_provider_types'

I found in your forums 2 short discussions concerning this
error - possibly this table is no longer available in SQL2005.

This line is SQLEXPR where the exception bubbles up from,

Status := GetInternalConnection.FSQLMetaData.getColumns(
PChar(FSchemaInfo.ObjectName),
PChar(FSchemaInfo.Pattern), 0, FSQLCursor);

Urgently needing your help

Thanks

Shane

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Mon 26 Feb 2007 11:27

Thank you for information.
It's known problem and we've already fixed it.
Please download the last DbxSda version.

Post Reply