March 12, 2009 at 5:53 am
i want to use MSSQL server as my database for my proposed system.
what other software can i use to support it to generate a user interface, which will connect it to the data stored in my database?
March 12, 2009 at 6:37 am
Any development platform really ...
Web apps (.asp, .net, etc.)
Desktop (.net, vb, java, access)
What are you trying to do?
Mohit.
Mohit K. Gupta, MCITP: Database Administrator (2005), My Blog, Twitter: @SQLCAN[/url].
Microsoft FTE - SQL Server PFE
* Some time its the search that counts, not the finding...
* I didn't think so, but if I was wrong, I was wrong. I'd rather do something, and make a mistake than be frightened and be doing nothing. :smooooth:[/font]
March 12, 2009 at 6:46 am
desktop.
i'm planning to do a system, that will first register a person's information (on the reception area) using the touch screen technology, for example, a billing procedure. wherein, other departments of the company could access the data of the persona for modification, etc.
March 12, 2009 at 7:09 am
Probably then a central server running SQL Server with desktop apps connection to the SQL Server.
Choice of lanugage then comes down to what you are comfortable with :). Thanks.
Mohit K. Gupta, MCITP: Database Administrator (2005), My Blog, Twitter: @SQLCAN[/url].
Microsoft FTE - SQL Server PFE
* Some time its the search that counts, not the finding...
* I didn't think so, but if I was wrong, I was wrong. I'd rather do something, and make a mistake than be frightened and be doing nothing. :smooooth:[/font]
March 12, 2009 at 7:22 am
You can use just about anything you want to create the User Interface. In fact the UI should be totally independent of the db so that you can have multiple applications on various devices using the same db.
March 12, 2009 at 7:30 am
thank you for your replies...
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply