Board index » delphi » SQL Server 7.0 connection

SQL Server 7.0 connection

Hi !

I work with Delphi 5.0 and SQL Server 7.0

How do the connection with o SQL Server 7.0 Without log in the server NT 4.0
?  When i work with SQL Server 6.5 in the connection OK,  in the SQL Server
7.0  is showing the message "General SQL error"

Thank You !

 

Re:SQL Server 7.0 connection


Quote
> How do the connection with o SQL Server 7.0 Without log in the server NT
4.0
> ?  When i work with SQL Server 6.5 in the connection OK,  in the SQL
Server
> 7.0  is showing the message "General SQL error"

Might need more detail on where exactly the error is occurring.  But the BDE
does not support SQL Server 7.0 fully.  You will have to use an ADO
component package, eg ADO Express or Adonis to get it to work properly.

Oliver

Other Threads