![]() |
Access vs. SQL vs. Other DB
Alright, Which database to use for a web app?
Access because I can use MS Access to edit the database? SQL because it can handle many users (how many can it really handle?)? What other database options are there? I really want to use VB.net or C#, aint decieded on which one yet, but I really want to go with a MS product to develop with. I'm really open to any database solution but I also want to plan for the future demand of potentially 1000's of query's from 100+ users very easley with no hit in proformance. Any place to get some code samples for C# and VB.net like a login script? Any other place I can get help, mainly without purchasing one of those 50$ books as I dont have 50$! :) ~PCT |
|
@JD, the site http://www.codeproject.com/cs/database/sql_in_csharp.asp
answered my question about some SQL and ASP.net Problem I was having with VB.net, at the bottom where it says Quote:
|
Also I have been looking at planetsourcecode.com, and its a useful site, but I really like the devshed a lot better, as it is a forum and there it just seems to be more of a "explain" how it works kinda thing, and you get your answer at the same time so its much better than where I was looking at PSC. I really appreciate the help! :)
|
You are very welcome PCTech :) It looks like the commendation should go to you though, I just pointed you in a right direction - you did the research ;)
I like devshed too but haven't had really much time to check it out too often lately :) /me is happy to help :) /JD |
alright, now I guess I should start a new thread, but sinse its relative to this topic I will post here....
I compiled a simple sql connect aspx page, the example is on the http://www.codeproject.com/aspnet/SQLConnect.asp I tried the example, and when I press F5 to run the project (vb.net asp.net webpage) it says something about access denied for user ASPNET, I'm guessing that Visual Studio 2003 doesn't like my beta 2 test copy of VS 2005 with Sql Express 2005? I guess i'm asking 1 how do I fix it, and I have tried the "osql -E blah blah blah -D "sp_grantlogin '%machinename\ASPNET'" and its says on the command line access denied, and i'm logged in as the administrator. So should I reinstall my OS? I also had SQL Server 2000 installed which I think came with .net 2003, so oh boy maybe I have a conflict with SQL Servers and need to reinstall? |
|
@JD, what can I say, your the best! :)
I found 2 solutions, I can either get an Sql Administrator program to add permissions to users, as I can't find the Enterprise manager that "supposedly" was installed with SQL2k5 beta, (i swear it aint there), I am going to google for a free msde administrator progam so I can add permissions to different users like "machinename\aspnet" then I found the below which I will try using the computer administrator and password Quote:
|
:D
Glad to help PC :) /JD |
i didn't even think to google it first! but I did get a SQL Admin Program w/ a 7 day trial, so I added the database permissions for user "aspnet". I made a program and did the sqlconnection1.open() and then read the connection state and found out that it was open! So I finally got the login to work with sql, now I just have to get some code to make my own login screen! :)
|
All times are GMT +1. The time now is 12:20 AM. |
Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.