Error calling getTables in dreamweaver

Asked By 0 points N/A Posted on -
qa-featured

Hello brainy,

When I am trying to expand the table in a database I got this odd error message. I am using Dreamweaver UltraDev, but this is not an issue with other versions which I used past. Cause might be the connection problem or version problem not able to guess? Need more information to solve this error. Help me to find out.

Error calling getTables: Unknown error 0x800A0CB3

Unknow error 0x800A0CB3

Object or provider is not capable of performing requested operation.

SHARE
Answered By 10 points N/A #179099

Error calling getTables in dreamweaver

qa-featured

Well, going through your query it seems that this is not a serious issue. It’s an error which even occurs when your connection test with DreamweaverUltraDev is successful. Actually it is an OLEDB provider issue which is connected with your OLEDB connections using Microsoft SQL Server version 6.5. It will not happen when using other versions of Microsoft SQL Server.

The only solution is instead of using OLEDB connections use ODBC connections while connecting with your Microsoft SQL Server 6.5 database.

Related Questions