Delphi Pages Forums  

Go Back   Delphi Pages Forums > Delphi Forum > General

Lost Password?

Reply
 
Thread Tools Display Modes
  #1  
Old 02-19-2001, 07:27 AM
trd_johnnyb trd_johnnyb is offline
Junior Member
 
Join Date: Feb 2001
Posts: 4
Default Connecting to Microsoft SQL 97/2000 Server without BDE?

Is it possible to connect to a Microsoft SQL server (97 or 2000 is optional) without using the Delphi BDE?

What I wan't to do is simple SQL, from a small application on client machines without having to install a specifik database engine on the user machines, since they tend to give a lot of problems...

Regards
Johnny B
Reply With Quote
  #2  
Old 02-19-2001, 09:06 AM
luke_skywalker luke_skywalker is offline
Senior Member
 
Join Date: Jan 2001
Posts: 169
Default RE: Connecting to Microsoft SQL 97/2000 Server without BDE?

You can connect to Microsoft's servers via ODBC, you will need to establish connection from your Delphi app. Depending on the version of Delphi you should be able to connect to it using ADO components, which ship with version 5 of Delphi, as for earlier release you would have to find a component suite that does incorporate ADO for you.
Reply With Quote
  #3  
Old 02-19-2001, 11:11 AM
trd_johnnyb trd_johnnyb is offline
Junior Member
 
Join Date: Feb 2001
Posts: 4
Default RE: RE: Connecting to Microsoft SQL 97/2000 Server without BDE?

What happens if I create an application that uses Microsoft ADO controls and then compile it. Do I have to install the ADO components on the client machines? Or will they be compiled into the program? Or are they part of the Windows 9x/NT enviorenment?

Regards
Johnny B
Reply With Quote
  #4  
Old 02-19-2001, 11:31 AM
luke_skywalker luke_skywalker is offline
Senior Member
 
Join Date: Jan 2001
Posts: 169
Default RE: RE: RE: Connecting to Microsoft SQL 97/2000 Server without BDE?

ADO Components should be embedded into the exe you made. The only thing your users will need to do is configure ODBC drivers and specify appropriate DSN name.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On

Forum Jump


All times are GMT. The time now is 10:42 AM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2013, vBulletin Solutions, Inc.