borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder

AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile

Print This Topic
Previous Topic (Ifram)Next Topic (how to configure server for asp.net?) New Topic New Poll Post Reply
AndreaVB Forum : ASP.Net : how to configure server for sqlserver 2000
Poster Message
esk
Level: Trainee

Registered: 23-08-2006
Posts: 2

Ads by Lake Quincy Media
icon how to configure server for sqlserver 2000

how  to configure sqlserver 2000 in host or
how to configure server for sql server 2000

23-08-2006 at 10:51 PM
View Profile Send Email to User Show All Posts | Quote Reply
lbuntha
Level: Scholar

Registered: 05-05-2006
Posts: 44
icon Re: how to configure server for sqlserver 2000

I think you should explain more information about your problem. Now I am not sure your question.
If you have sql server in your localhost, it is simple to configure.
<%@ Page Language="C#" Debug="true" %>
<%@ import Namespace="System.Data" %>
<%@ import Namespace="System.Data.OleDb" %>
<%@ import Namespace="System" %>
<script runat="server">
    void Page_Load(){
       OleDbConnection conn=new OleDbConnection("Provider=SQLOLEDB;user ID=sa;pwd=sa; SERVER=buntha;Database=Inventory");
       conn.Open();
       Response.Write("Successfully");
       }
</script>
This is how to connect to sql server. Sql server when you installed it, it will automatically run.

____________________________
ly buntha

25-08-2006 at 04:41 AM
View Profile Send Email to User Show All Posts Visit Homepage | Quote Reply
esk
Level: Trainee

Registered: 23-08-2006
Posts: 2
icon Re: how to configure server for sqlserver 2000

thanks
but how to configure web server  for sql server

Ads by Lake Quincy Media
26-08-2006 at 12:07 PM
View Profile Send Email to User Show All Posts | Quote Reply
stickleprojects
Level: Moderator


Registered: 09-09-2002
Posts: 1060
icon Re: how to configure server for sqlserver 2000

Hi.. what access to the sql box are you using? Is this a security question (namely, using SQLXML and accessing SQL via the URL)?
Can you provide more specific information and how searching MSDN hasn't helped?
Kieron


____________________________
Build it better, faster, quicker, easier.. then fix it (non-offical MS mission statement)

26-08-2006 at 11:11 PM
View Profile Send Email to User Show All Posts | Quote Reply
AndreaVB Forum : ASP.Net : how to configure server for sqlserver 2000
Previous Topic (Ifram)Next Topic (how to configure server for asp.net?) New Topic New Poll Post Reply
Surf To:


Not Logged In? Username: Password: Lost your password?
Partners: Download Actual Software | Free Software Download
borderAndreaVB free resources for Visual Basic developersborder

borderAndreaVB Visual Basic and VB.NET source code resources - Copyright © 1999-2010 Andrea Tincaniborder