Click here to Skip to main content
15,905,914 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralQuick style question Pin
Nitron30-Apr-04 5:27
Nitron30-Apr-04 5:27 
GeneralRe: Quick style question Pin
jmkhael30-Apr-04 6:16
jmkhael30-Apr-04 6:16 
GeneralInternet Explorer style combo box Pin
jason9930-Apr-04 4:12
jason9930-Apr-04 4:12 
GeneralRe: Internet Explorer style combo box Pin
Michael Dunn30-Apr-04 4:26
sitebuilderMichael Dunn30-Apr-04 4:26 
GeneralRe: Internet Explorer style combo box Pin
David Crow30-Apr-04 6:44
David Crow30-Apr-04 6:44 
GeneralList Control with buttons Pin
prcarp30-Apr-04 3:52
prcarp30-Apr-04 3:52 
GeneralRunning SQL Server Script from code Pin
Vadim Tabakman30-Apr-04 3:22
Vadim Tabakman30-Apr-04 3:22 
GeneralRe: Running SQL Server Script from code Pin
Blake Miller30-Apr-04 6:01
Blake Miller30-Apr-04 6:01 
You can use ADO or ODBC from C++ to communicate with an SQL Server.

You first make a connection to the desired SQL Server.
Then you can Execute 'statements' from your script.
Then you close the connection.

There are some examples on CodeProject under the Database section of using the ADO and ODBC for this.

GeneralRe: Running SQL Server Script from code Pin
Vadim Tabakman30-Apr-04 19:31
Vadim Tabakman30-Apr-04 19:31 
GeneralApplication which spawned another Pin
Jobby Joseph30-Apr-04 3:22
Jobby Joseph30-Apr-04 3:22 
GeneralRe: Application which spawned another Pin
jmkhael30-Apr-04 4:02
jmkhael30-Apr-04 4:02 
GeneralRe: Application which spawned another Pin
Jobby Joseph30-Apr-04 4:33
Jobby Joseph30-Apr-04 4:33 
GeneralRe: Application which spawned another Pin
jmkhael30-Apr-04 4:40
jmkhael30-Apr-04 4:40 
GeneralRe: Application which spawned another Pin
Jobby Joseph30-Apr-04 4:43
Jobby Joseph30-Apr-04 4:43 
GeneralAMD64 Pin
Alexander M.,30-Apr-04 2:57
Alexander M.,30-Apr-04 2:57 
GeneralRe: AMD64 Pin
vcplusplus30-Apr-04 3:00
vcplusplus30-Apr-04 3:00 
GeneralRe: AMD64 Pin
Alexander M.,30-Apr-04 3:10
Alexander M.,30-Apr-04 3:10 
GeneralRe: AMD64 Pin
vcplusplus30-Apr-04 3:24
vcplusplus30-Apr-04 3:24 
GeneralRe: AMD64 Pin
Alexander M.,30-Apr-04 3:25
Alexander M.,30-Apr-04 3:25 
GeneralRe: AMD64 Pin
vcplusplus30-Apr-04 3:51
vcplusplus30-Apr-04 3:51 
GeneralRe: AMD64 Pin
Alexander M.,30-Apr-04 4:11
Alexander M.,30-Apr-04 4:11 
GeneralRe: AMD64 Pin
vcplusplus30-Apr-04 5:04
vcplusplus30-Apr-04 5:04 
GeneralRe: AMD64 Pin
Alexander M.,30-Apr-04 7:20
Alexander M.,30-Apr-04 7:20 
GeneralRe: AMD64 Pin
Robert Buldoc30-Apr-04 17:34
Robert Buldoc30-Apr-04 17:34 
GeneralRe: AMD64 Pin
Alexander M.,1-May-04 0:51
Alexander M.,1-May-04 0:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.