| | |
Ms Sql Server 2000
Please support our MS SQL advertiser: PostgreSQL or MySQL? Compare and contrast the two most popular open source databases
Thread Solved
![]() |
•
•
Join Date: Jul 2005
Posts: 24
Reputation:
Solved Threads: 0
Please help !!!
I am designing a database system and I am a bit stuck and do not know my next step forward. I am using SQL Server 2000 to develop a database system from scratch for a medium sized company which does not have an IT dept therefore I have little or no help.
this is what I want to do although I am not very sure how to do it. I want to develop the front end for SQL SERVER 2000 using HTML using the middleware ODBC!!! though not very sure how to go about it.
The other general Qns?? since this is my first time using MS SQL Server 2000 what are the stages that I need to do in order to complete this project, like I said before this is what I have done
· Created the database
· Created the tables
· Assigned the primary keys
· Assigned the relations (relationship diagram)
. Done the stored procedures
. Roles and users (Granting them different access)
My ultimate goal is to develop a web based database so that workers can log online and be able to view and update the details, as their access rights will allow them.
I am designing a database system and I am a bit stuck and do not know my next step forward. I am using SQL Server 2000 to develop a database system from scratch for a medium sized company which does not have an IT dept therefore I have little or no help.
this is what I want to do although I am not very sure how to do it. I want to develop the front end for SQL SERVER 2000 using HTML using the middleware ODBC!!! though not very sure how to go about it.
The other general Qns?? since this is my first time using MS SQL Server 2000 what are the stages that I need to do in order to complete this project, like I said before this is what I have done
· Created the database
· Created the tables
· Assigned the primary keys
· Assigned the relations (relationship diagram)
. Done the stored procedures
. Roles and users (Granting them different access)
My ultimate goal is to develop a web based database so that workers can log online and be able to view and update the details, as their access rights will allow them.
•
•
Join Date: Jun 2005
Posts: 71
Reputation:
Solved Threads: 1
I don't have any experience with the older version of ASP I am afraid, I have only ever used ASP.NET and ADO for Database connectivity on a web project. Why do you specifically want to use ODBC by the way? I don't see why you cannot get IIS installed in a win2k box. Do you not have it on your install disks and the option to add it in the add/remove panel?
•
•
Join Date: Jul 2005
Posts: 24
Reputation:
Solved Threads: 0
I have now installed IIS. The reason I wanted to use ODBC was because I have seen it was on the machine I had used JDBC before and it wasn’t installed on the machine so I wanted to use ASP.
If I can get enough help I could go for the ASP.Net because I haven’t used it before I am still new I was only starting to read around on that ASP topic
Now I have connected the database using ODBC and wants to write the ASP although I am not sure how to do it but what I actually want to do is have the web application so that users can log on line then they will be able to see their own details and modify them and the other office workers will have full access. How to go about it is proving to be a problem cause I am realizing that the stored procedures that I had put in place were wrong cause I did the automated one thru the wizard that just put the update, select and delete
If I can get enough help I could go for the ASP.Net because I haven’t used it before I am still new I was only starting to read around on that ASP topic
Now I have connected the database using ODBC and wants to write the ASP although I am not sure how to do it but what I actually want to do is have the web application so that users can log on line then they will be able to see their own details and modify them and the other office workers will have full access. How to go about it is proving to be a problem cause I am realizing that the stored procedures that I had put in place were wrong cause I did the automated one thru the wizard that just put the update, select and delete
•
•
Join Date: Jul 2005
Posts: 24
Reputation:
Solved Threads: 0
I have managed to join the OBDC to the database and I need to know how to join several tables in stored procedures so that the end form will be from a number of different tables. I have just realised that I did that wrong in my last attempt and that will not as I want when I execute them in ASPas I want when I execute them in ASP
•
•
Join Date: Jun 2005
Posts: 71
Reputation:
Solved Threads: 1
•
•
•
•
Originally Posted by wchitamb
I have managed to join the OBDC to the database and I need to know how to join several tables in stored procedures so that the end form will be from a number of different tables.
•
•
Join Date: Jul 2005
Posts: 24
Reputation:
Solved Threads: 0
Yea i am trying to produce a page which is data sourced from several tables, so if create a 'view' of that data and select from the view in my ASP page.How do i connect the database [i mean the code on the .asp file] i have done the ODBC
Oh and the other thing is if i try to use eneterprise to create the vies it's selecting all columns and not giving me an option to select which ones i want.when i click add table it's not showing any columns just the table name and a star i have tried to play around with but i am getting no where
Thankx for shadding some light i was completely blank
Oh and the other thing is if i try to use eneterprise to create the vies it's selecting all columns and not giving me an option to select which ones i want.when i click add table it's not showing any columns just the table name and a star i have tried to play around with but i am getting no where
Thankx for shadding some light i was completely blank
•
•
Join Date: Jun 2005
Posts: 71
Reputation:
Solved Threads: 1
As I have said I do not now the older version of ASP, only .NET. If you want to do some reading up on using .NET to access databases the links below are a good place to start:
http://msdn.microsoft.com/library/de...lstudionet.asp
http://msdn.microsoft.com/library/de...WithADONET.asp
http://msdn.microsoft.com/library/de...accessdata.asp
I would personally stear away from using ODBC and go with something like ADO/ADO.NET or even OLEDB
http://msdn.microsoft.com/library/de...lstudionet.asp
http://msdn.microsoft.com/library/de...WithADONET.asp
http://msdn.microsoft.com/library/de...accessdata.asp
I would personally stear away from using ODBC and go with something like ADO/ADO.NET or even OLEDB
![]() |
Similar Threads
- Reading logs in MS SQL Server 2000 (MS SQL)
- Developing SQL Server 2000 (MS SQL)
- SQL Server 2000 Help (MS SQL)
- SQL SERVER 2000 Login failure in ASP.NET (ASP.NET)
- SQL Server 2000 and VB 6 (Visual Basic 4 / 5 / 6)
- Query conversion from Sybase to MS SQL Server 2000 (MS SQL)
Other Threads in the MS SQL Forum
- Previous Thread: Query
- Next Thread: SQL Server 2000 database replication
| Thread Tools | Search this Thread |





