PC Review


Reply
Thread Tools Rate Thread

console applications

 
 
Ferndog
Guest
Posts: n/a
 
      1st Dec 2009
I have a question, I don't know if I picked the right group or not, but I
was wondering if you can create a console application that can use a
database? I want to create a trailer management application for inventory
and other details that are needed. I just want to create a simple program
without using windows form.

 
Reply With Quote
 
 
 
 
Family Tree Mike
Guest
Posts: n/a
 
      1st Dec 2009
Ferndog wrote:
> I have a question, I don't know if I picked the right group or not, but
> I was wondering if you can create a console application that can use a
> database? I want to create a trailer management application for
> inventory and other details that are needed. I just want to create a
> simple program without using windows form.


The group is WindowsForms... No, probably not the most appropriate
group. Try Microsoft.Public.Dotnet.General or one for C# or VB.net,
depending on what you use.

That said, you can certainly connect to databases useing the same
techniques you would from an app with a form. The db part is
independent of the UI choice.

--
Mike
 
Reply With Quote
 
Mr. Arnold
Guest
Posts: n/a
 
      1st Dec 2009
Ferndog wrote:
> I have a question, I don't know if I picked the right group or not, but
> I was wondering if you can create a console application that can use a
> database? I want to create a trailer management application for
> inventory and other details that are needed. I just want to create a
> simple program without using windows form.


ADO.NET is the component of .NET that allows a .NET application to use a
database, which can be used in any type of .NET application that needs
access to a database.


 
Reply With Quote
 
Gregory A. Beamer
Guest
Posts: n/a
 
      3rd Dec 2009
"Ferndog" <(E-Mail Removed)> wrote in
news:A42DDDD5-8238-4937-80DA-(E-Mail Removed):

> I have a question, I don't know if I picked the right group or not,
> but I was wondering if you can create a console application that can
> use a database? I want to create a trailer management application for
> inventory and other details that are needed. I just want to create a
> simple program without using windows form.


A console is just a UI slapped on top of application logic. As such, you
can do anything in console you can do in any other application type.

Peace and Grace,

--
Gregory A. Beamer (MVP)

Twitter: @gbworld
Blog: http://gregorybeamer.spaces.live.com

*******************************************
| Think outside the box! |
*******************************************
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
console applications DaveL Microsoft C# .NET 3 12th Dec 2008 12:45 AM
Console Applications Paolo Microsoft C# .NET 4 7th Aug 2008 11:51 PM
Console Applications clintonG Microsoft C# .NET 7 16th May 2006 09:38 PM
Console Applications Jody L. Whitlock Microsoft VB .NET 0 5th Jan 2005 02:54 AM
Console applications Alexandre Gomes Microsoft Dot NET 0 13th May 2004 01:08 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 09:54 AM.