Exforsys

Online 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 ...


Go Back   Exforsys > Programming Talk > ASP

Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 01-22-2008, 10: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
  #2 (permalink)  
Old 03-31-2008, 05: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


Thread Tools

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

vB 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 02:26 PM
Comp.software-eng FAQ (Part 0): periodic postings and archives David Alex Lamb Tech FAQ 2 05-23-2004 05:15 AM
Comp.software-eng FAQ (Part 0): periodic postings and archives David Alex Lamb Tech FAQ 3 04-18-2004 05:15 AM
Kerberos FAQ, v2.0 (last modified 8/18/2000) Ken Hornstein Tech FAQ 0 04-17-2004 07:28 AM
[FAQ] FileMaker Pro - database for Macintosh and Windows Martin Trautmann Tech FAQ 0 04-17-2004 07:26 AM


All times are GMT -4. The time now is 04:49 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0
Copyright 2004 - 2007 Exforsys Inc. All rights reserved.