Board index » delphi » SQL Server, Delphi, Linked Servers
Jeff Burgoon
![]() Delphi Developer |
Sat, 04 Sep 2004 01:28:13 GMT
SQL Server, Delphi, Linked Servers
I have asked around about this problem a few times and I haven't gotten a
good answer yet. My problem involves creating an ADO connection to a SQL Server and then select * from [ServerName].[databasename].[tableowner].[tablename] This query works perfectly in query analyzer. I can't, however get it to work with delphi. When I open the query I get Access violation at address XXXXXXXX in module 'MSVCRT.DLL'. Read of Then I installed SQL Server 2000 SP 2 and now the error in delphi is: Can somebody tell me why I am getting these errors and if not then point me Thanks, |