Board index » delphi » Connection with SQL Server 7.0

Connection with SQL Server 7.0

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:Connection with SQL Server 7.0


Hi Marcelo,

If you are using D5 enterprise you can easy connect it true ado.
D5 enterprise have the ado components to do this.
First you need the the adoconnection component and build a connectionstring
for the rest TDataSource and TADOQuery

HTH

Peter van den Acker

marcelo lima <mml...@pcrj.rj.gov.br> schreef in berichtnieuws
3a9fda58_1@dnews...

Quote
> 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 !

Other Threads