|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
SQLserver forms
hi , i am a begginer in sqlserver , and i need to creat small sales system to my small company using sql server.
how can i design forms using sqlserver to creat textbox and drop downbox & buttond and etc.. i tried to design it from english query but which have visual studio appearnce , but all item in toolbar was inactive. please descripe step by step how can perform small system with forms, if there are url please attach it it will be good, if there any free open source sqlsever applicatin with forms please give url thanks for all |
|
#2
|
|||
|
|||
|
You can design your forms in Microsoft Access and connect them to a SQL Server backend.
http://msdn.microsoft.com/library/d...essprojects.asp |
|
#3
|
|||
|
|||
|
thank you numbernine, i will go with msdn url and msaccess help.
but there are something strange!!, while surfing on the internet to find answer to my question, no site talk about sqlserver give any word about forms or design or msaccess project. my question now, is the most sqlserver developer creat their systems in web application or with gui programming language like VB or VC++ or by which tool they can finish them work? |
|
#4
|
|||
|
|||
|
Forms and Textboxes,etc are part of HTML. The complicated part is processing the forms.
Here is how I use forms for mySQL. in file.html PHP Code:
Theres a simple form with a text field and submit button. Now file.php will put it into the database PHP Code:
Of course, this is in PHP and it is different in other languages. |
|
#5
|
||||
|
||||
|
Forms can be written in a variety of languages. VB, C++, HTML, Access...etc.. it's a long list.
It really depends on what/where you are going to use your app. Do you want a distributed app that is available online. Or do you want a desktop app for use in offices? You need to get your requirements together before you start thinking about languages, etc. |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft SQL Server > SQLserver forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|