Click here to Skip to main content
15,913,587 members
Home / Discussions / C#
   

C#

 
GeneralRe: C# dll VBA Excel Addin Pin
Robert Rohde30-Jan-05 19:06
Robert Rohde30-Jan-05 19:06 
GeneralRe: C# dll VBA Excel Addin Pin
mitsemaj30-Jan-05 19:35
mitsemaj30-Jan-05 19:35 
Questionhow to used unmanaged class library on a C# web application Pin
smallcase30-Jan-05 16:54
smallcase30-Jan-05 16:54 
Generalsending file using UDP error Pin
Sakkijha30-Jan-05 11:16
Sakkijha30-Jan-05 11:16 
GeneralRe: sending file using UDP error Pin
Dave Kreskowiak31-Jan-05 1:34
mveDave Kreskowiak31-Jan-05 1:34 
GeneralRe: sending file using UDP error Pin
Sakkijha31-Jan-05 4:02
Sakkijha31-Jan-05 4:02 
QuestionHow can we program databases in C#? Pin
Kiran Satish30-Jan-05 10:06
Kiran Satish30-Jan-05 10:06 
AnswerRe: How can we program databases in C#? Pin
Luis Alonso Ramos30-Jan-05 10:13
Luis Alonso Ramos30-Jan-05 10:13 
Suman Somanchi wrote:
I want to create dynamic tables and also add insertion, update and deletion commands along with query processing on the tables created and also some operations like join, project, add etc.

Do you want to create your own database engine?? or just create tables and perform queries on the tables you create?

Suman Somanchi wrote:
3) If not, Is there any other method by which we can do tht in C#, like using other applications as front end or beck end?

Try using SQL Server (or MSDE, which essentially is SQL Server for free) as your database back end. Search MSDN for information on where to download MSDE.

Suman Somanchi wrote:
2) If we can, how can we do tht?

With SQL Server/MSDE, you can use C# with ADO.NET, which is a set of classes to execute SQL queries and read resultsets. There are many articles about ADO.NET here in CodeProject.

If you use SQL Server/MSDE, it's actually very easy to do what you want. The only thing is that the MSDE license doesn't allow you to create applications that will compete with Access.

-- LuisR



Luis Alonso Ramos
Intelectix - Chihuahua, Mexico

Not much here: My CP Blog!

GeneralRe: How can we program databases in C#? Pin
Kiran Satish30-Jan-05 17:54
Kiran Satish30-Jan-05 17:54 
GeneralRe: How can we program databases in C#? Pin
Luis Alonso Ramos30-Jan-05 18:22
Luis Alonso Ramos30-Jan-05 18:22 
GeneralRe: How can we program databases in C#? Pin
Kiran Satish30-Jan-05 20:44
Kiran Satish30-Jan-05 20:44 
GeneralRe: How can we program databases in C#? Pin
Yulianto.30-Jan-05 22:12
Yulianto.30-Jan-05 22:12 
GeneralRe: How can we program databases in C#? Pin
Kiran Satish31-Jan-05 17:59
Kiran Satish31-Jan-05 17:59 
GeneralRe: How can we program databases in C#? Pin
Yulianto.31-Jan-05 23:18
Yulianto.31-Jan-05 23:18 
AnswerRe: How can we program databases in C#? Pin
Mazdak30-Jan-05 10:14
Mazdak30-Jan-05 10:14 
QuestionButton control ? Pin
Christian Graus30-Jan-05 9:48
protectorChristian Graus30-Jan-05 9:48 
AnswerRe: Button control ? Pin
Robert Rohde30-Jan-05 19:01
Robert Rohde30-Jan-05 19:01 
GeneralGet an Image from an ImageList Pin
Luis Alonso Ramos30-Jan-05 9:44
Luis Alonso Ramos30-Jan-05 9:44 
GeneralRe: Get an Image from an ImageList Pin
Yulianto.30-Jan-05 22:36
Yulianto.30-Jan-05 22:36 
GeneralRe: Get an Image from an ImageList Pin
Luis Alonso Ramos31-Jan-05 5:24
Luis Alonso Ramos31-Jan-05 5:24 
GeneralDirect3D in a panel makes VS Designer hang Pin
iammudman30-Jan-05 8:52
iammudman30-Jan-05 8:52 
GeneralRe: Direct3D in a panel makes VS Designer hang Pin
Skynyrd30-Jan-05 14:24
Skynyrd30-Jan-05 14:24 
GeneralPlease Help Pin
Beringer30-Jan-05 5:59
Beringer30-Jan-05 5:59 
Generaldirectives in c# for .net version Pin
Clickok30-Jan-05 5:35
Clickok30-Jan-05 5:35 
GeneralRe: directives in c# for .net version Pin
Mazdak30-Jan-05 6:02
Mazdak30-Jan-05 6:02 

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.