Jump to content

C# with SQL database

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
6 replies to this topic

#1
Siten0308

Siten0308

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 302 posts
Hello,

Just wondering if there is a good example of a C# program manipulating a SQL 2005/2000 database by adding/removing or viewing with using text with a submit button (a nice gui interface of C# and manipulating SQL database).

#2
Siten0308

Siten0308

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 302 posts
the whole purpose is to make a help desk system, basic, where launching the appl, i got it to give the user choice it either enter info, review info/edit info button, the user inputs information in the text boxes and goes to the located tables -> column its assigned. then from there they can review the information using another part of the program that can review/edit information and take effect within the SQL database. of course this can be done but if you can help/ get a link of tutorial/information or point me to the right path i be very grateful.

Thank you in advance.

#3
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
This is a good place to start.
Introduction - Using ADO.NET with SQL Server - Developer Fusion - Visual Basic, C# Programming, ASP.NET, .NET Framework and Java Tutorials
I assume that you have the basics of application software down and your question is with the database end of the solution.

#4
Siten0308

Siten0308

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 302 posts
Thank you gaylo565, i will check this information out and let you know tomorrow. thank you for all your help in my training

#5
gaylo565

gaylo565

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 268 posts
No worries and good luck. If you have any more questions don't hesitate to ask. If its in my range of ability I'm always glad to help, otherwise there are some folks here who can probably help you out.

#6
Xav

Xav

    Writes binary right handed and hex left handed

  • Members
  • PipPipPipPipPipPipPipPipPip
  • 13,118 posts
That's right. ;)
Jordan said:

Good members, like yourself, stick around and post for ages to come!
Mr. Xav | Blog | Forums

#7
Siten0308

Siten0308

    Programming Professional

  • Members
  • PipPipPipPipPip
  • 302 posts
I have a question i dont know if this is related to this might be but here it goes, on the SQL side, i want it to automatically assign a ticket number to first come number to second so forth, in the SQL database, what data type is that called? and how do i incorporate that data type to show up in the drop down box of C#?