Microsoft SQL Server
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
User Name:
Password:
Remember me
 
Go Back   Dev Articles Community ForumsDatabasesMicrosoft SQL Server

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Display Modes
 
Unread Dev Articles Community Forums Sponsor:
  #1  
Old June 28th, 2003, 06:30 AM
ahmedsoliman ahmedsoliman is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 4 ahmedsoliman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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

Reply With Quote
  #2  
Old June 28th, 2003, 10:22 AM
numbernine numbernine is offline
Up To His Eyes In Ads
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Oct 2002
Location: Chicago
Posts: 160 numbernine User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 m 25 sec
Reputation Power: 6
You can design your forms in Microsoft Access and connect them to a SQL Server backend.

http://msdn.microsoft.com/library/d...essprojects.asp

Reply With Quote
  #3  
Old June 29th, 2003, 01:55 AM
ahmedsoliman ahmedsoliman is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 4 ahmedsoliman User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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?

Reply With Quote
  #4  
Old June 29th, 2003, 07:03 AM
brendandonhu brendandonhu is offline
Junior Member
Dev Articles Newbie (0 - 499 posts)
 
Join Date: Jun 2003
Posts: 1 brendandonhu User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
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:
<form method="post" action="file.php">
<
input type="text" name="textfield">
<
input type="submit">
</
form

Theres a simple form with a text field and submit button. Now file.php will put it into the database
PHP Code:
 $text $_POST['textfield'];
mysql_connect(localhost,username,password);
@
mysql_select_db($database) or die( "Unable to select database");
$query "INSERT INTO links VALUES ($text)";
mysql_query($query);
mysql_close(); 

Of course, this is in PHP and it is different in other languages.

Reply With Quote
  #5  
Old June 29th, 2003, 09:18 AM
stumpy's Avatar
stumpy stumpy is offline
May contain nuts.
Dev Articles Regular (2000 - 2499 posts)
 
Join Date: Aug 2002
Location: Sydney, AU
Posts: 2,058 stumpy User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 5 h 8 m 57 sec
Reputation Power: 9
Send a message via ICQ to stumpy Send a message via MSN to stumpy
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.
__________________
DevArticles Moderator
BlueSix - Web Development and Consulting

Reply With Quote
Reply

Viewing: Dev Articles Community ForumsDatabasesMicrosoft SQL Server > SQLserver forms


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway
Stay green...Green IT