sql server + console app

S

Steve

Hey guys,

Is there anyway to access a sql server database in a console application.
(dataadapter etc) If so how?


cheers in advance

Steve
 
G

Gordon Smith \(eMVP\)

Steve said:
Hey guys,

Is there anyway to access a sql server database in a console
application. (dataadapter etc) If so how?


cheers in advance

Steve

Sure, the same way you would in any application. Accessing a database does
not imply a user interface.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top