Search : in
By :

Database connectivity with sql server 2005

Last answer on Nov 15, 2009 2:20:43 pm GMT Digvijaysinh, on Feb 5, 2009 8:51:19 am GMT 
 Report this message to moderators

Hello,
Hii freiends,
i just want to know how to make the database connectivity with sql server 2005
in c# and asp.net website?
please help me, thanx in advance.

Configuration: Windows XP
Firefox 2.0.0.20

Best answers for « Database connectivity with sql server 2005 » in :
Automatic backup of a Database in SQL EXPRESS 2005 Show Automatic backup of a Database in SQL EXPRESS 2005 If you want to automate a backup of a database in SQL Server Express, there is a simple solution using a .bat. file. Create a new text file. This file should contain the following...
Visual FoxPro and SQL Server ShowVisual FoxPro and SQL Server Visual Foxpro 9 and SQL Server 2005 Is there a better alternative than using Visual FoxPro to manage efficiently a SQL Server? Here's an interesting issue. For more information see the article:...
Visual FoxPro ShowVisual FoxPro Visual FoxPro (VFP) is a very powerful tool marketed by Microsoft since 1995. It includes a programming language, an engine for relational database and an integrated development environment (IDE), which allows developers...
[VNC] Failed to connect to server-opening ports Show[VNC] Failed to connect to server-opening port Issue Solution Issue Error message: Failed to connect to server Solution To access your computer remotely via VNC, it is necessary to open ports : 5800 5801 5900 5901 on...
Download Copy Database For SQL Server ShowDescription The application is designed by Ombelt Solutions. Copy Database for SQL Server is a tool that enables you to create copy of selected tables to various different servers or databases. Simple and easy to use, the application has been awarded...
Download SQL Server Backup ShowSQL Server Backup is a backup or recovery tool for Microsoft SQL Server. Its assistant will allow you to backup the SQL Server database on the local hard disk, in a shared network file or on a remote network. Easy to use, you can restore your...
ODBC ShowWhat is ODBC? ODBC stands for Open Database Connectivity. This is a Microsoft-defined format for communicating between Windows database clients and consumer DBMSs. The ODBC managier can be found in Windows 3.1 and 9x. In Windows 95 and 98, it is...
Backup ShowBackup Setting up a redundant architecture ensures that system data will be available but does not protect the data against user-introduced errors or against natural disasters such as fires, floods or even earthquakes. Therefore it is necessary to...

1

smallcopain, on Feb 5, 2009 10:20:14 am GMT
  • +12

Hi,
try this link to get much information about the topic:
www.microsoft.com/sqlserver/2005/en/us/java-database-connect­ivity.aspx

Reply to smallcopain

7

sandeep barasker, on Nov 13, 2009 1:52:52 pm GMT
  • +1

I want full database connectivity from my sql server with java process of bening full vedio

Reply to sandeep barasker

2

hashim, on Mar 9, 2009 4:27:50 am GMT
  • +20

I want to know the full process of creating database connectitivity with sql server and asp.net 2005

Reply to hashim

3

Expert, on Jun 18, 2009 7:20:30 pm BST
  • +3

Hello All,
If anyone want to take help for free just call +92 312 96 94 100.

Reply to Expert

4

neha_cool786@yahoo.com, on Sep 4, 2009 12:54:25 pm BST
  • +4

--
Naina " redy 2 solve ur prob"


hey i think u shuld use ado.net for connectivity in c# . by this way u can connect database

Reply to neha_cool786@yahoo.com

5

Ammar Afzal, on Sep 4, 2009 3:01:45 pm BST
  • +1

Hello If anyone want help just call at +92 312 96 94 100.
Thanks & Regards.
M. Ammar Afzal.

Reply to Ammar Afzal

6

deepak, on Oct 7, 2009 6:31:08 am BST
  • +3

Hello friends ,to use sql server as backend.
firstly download the sql server 2005 and sql server management 2005.
when u open sql server management.
u find DATASOURCE NAME.->is already difine
LOGIN ID ->sa(SYSTEM ADMINISTRATION)
PASSWORD->any choose
After all info click on connect option.
Then appear a window ->then click on DATABASE->write down the name of data base->click ok->then a folder is appername has DATABASE name as u give->click on that name->appeasr the table->right click on table option->and creat our table (as u wish)and save the table with suitable information.
After that connectivity with suitable event(click button).
code is use.
try
{

SQLCONNECTION CN=NEW SQLCONNECTION();
connecton string="datasource=PERSONAL;USERID= ;password= ;
cn.open();
string sql="INSERT INTO tablename VALUES("@NAME,@EMAIL,@ADDRESS")";
SQLcommand cmd=new sqlcommand(sql,cn);

cmd.parameter.addwithvalue("name",txtname.text);
cmd.parameter.addwithvalue("email",txtemail.text);
cmd.parameter.addwithvalue("address",txtaddress.text);
cn.close
}
catch(exception s)
{
s.message();
}

Reply to deepak

8

 daspeac, on Nov 15, 2009 2:20:43 pm GMT

Hi Digvijaysinh, I believe that it can be done by the foxpro table repair program, it can be found here: http://www.recoverytoolbox.com/... it provides various features for database administrators. Hope it helps and not considered as spam

Reply to daspeac