Exforsys

Free Training

how can i connect the database

This is a discussion on how can i connect the database within the ASP forums, part of the Programming Talk category; hi friends i has a problem when the database of sql sever2005 is connected with asp.net plz send the code ...

Go Back   Exforsys > Programming Talk > ASP

Exforsys.com

  #1 (permalink)  
Old 01-22-2008, 11:54 AM
Junior Member
 
Join Date: Jan 2008
Posts: 1
snifer is on a distinguished road
how can i connect the database

hi friends
i has a problem when the database of sql sever2005 is connected with asp.net plz send the code urgent
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 03-31-2008, 06:05 AM
Junior Member
 
Join Date: Mar 2008
Posts: 12
bobby21 is on a distinguished road
To connect to the database sqlserver with sql server authentication

sqlconnection cn=new sqlconnection("data source=xxx;database=yyy;user id=sa;password=zzz");
where xxx=server name, yyy= database name, zzz= password for sqlserver while u connect.

if you wanna connect with windows authentication:

sqlconnection cn=new sqlconnection("data source=xxx;database=yyy;trusted_connection=yes");
where xxx=server name, yyy= database name
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads

Thread Thread Starter Forum Replies Last Post
Help Needed to Connect to Database cyrus C and C++ 1 06-28-2007 03:26 PM
Comp.software-eng FAQ (Part 0): periodic postings and archives David Alex Lamb Tech FAQ 2 05-23-2004 06:15 AM
Comp.software-eng FAQ (Part 0): periodic postings and archives David Alex Lamb Tech FAQ 3 04-18-2004 06:15 AM
Kerberos FAQ, v2.0 (last modified 8/18/2000) Ken Hornstein Tech FAQ 0 04-17-2004 08:28 AM
[FAQ] FileMaker Pro - database for Macintosh and Windows Martin Trautmann Tech FAQ 0 04-17-2004 08:26 AM


All times are GMT -4. The time now is 02:04 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0
Copyright 2004 - 2009 Exforsys Inc. All rights reserved.