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).
C# with SQL database
Started by Siten0308, Jun 23 2008 12:40 PM
6 replies to this topic
#1
Posted 23 June 2008 - 12:40 PM
|
|
|
#2
Posted 23 June 2008 - 01:02 PM
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.
Thank you in advance.
#3
Posted 23 June 2008 - 01:30 PM
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.
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
Posted 23 June 2008 - 01:40 PM
Thank you gaylo565, i will check this information out and let you know tomorrow. thank you for all your help in my training
#5
Posted 23 June 2008 - 05:27 PM
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.
#7
Posted 24 June 2008 - 06:33 AM
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#?


Sign In
Create Account


Back to top









