Home Answers Viewqa SQL SQL in dot net

 
 


maria
SQL in dot net
2 Answer(s)      a year and 6 months ago
Posted in : SQL

write a code in dot net which connects to a database, retrieves the data and allows to input a valid phone number.

View Answers

January 15, 2012 at 1:07 AM


sql connection con = new sql connection(); con.connection string= "data source = server name;initial catalog= databse name; integrated security= true"; con.open();


January 15, 2012 at 1:09 AM


sql connection con = new sql connection();

con.connection string= "data source = server name;initial catalog= databse name; integrated security= true";

con.open();









Related Pages:
SQL in dot net
SQL in dot net  write a code in dot net which connects to a database, retrieves the data and allows to input a valid phone number
Dot Net Architect
: 2- 7 Years  Keywords: ASP Dot Net, C#, MS SQL Server 2000 / 2005... Dot Net Architect       Position Vacant: Dot Net Architect Job Description 
dot net
dot net  how to open a new window having detailed contents by clicking a marquee text in a page(like news details opening on clicking flash news title) in dot net 2003
.Net - Framework
.Net  i am not getting any dot Net tutorials  hi, http://www.dotnetspider.com/tutorials/AspNet-Tutorials.aspx Thanks
struct dot notation
struct dot notation  what is a dot notation in struct
SQL injunctions - SQL
SQL injunctions  Could you please tell me how to handle the sql injunctions?  Hi friend, SQL injection is a technique that exploits.... Prevention against SQL injection, User input must not directly be embedded in SQL
net_banking
net_banking  hi, I am developing a project on net_banking.. and want to know how to calculate the processing fees on loan(home/vehicle/personal)depending upon loan amount
net beans
net beans  how to calculate electric bill,units,load in net beans and how to insert this calculated bill ,unit and load into database and how this calculate value comes on GUI
net beans
net beans  how to calculate electric bill,units,load in net beans and how to insert this calculated bill ,unit and load into database and how this calculate value comes on GUI
net beans
net beans  how to calculate electric bill,units,load in net beans and how to insert this calculated bill ,unit and load into database and how this calculate value comes on GUI
net beans
net beans  how to calculate electric bill,units,load in net beans and how to insert this calculated bill ,unit and load into database and how this calculate value comes on GUI
net beans
net beans  how to calculate electric bill,units,load in net beans and how to insert this calculated bill ,unit and load into database and how this calculate value comes on GUI
net beans
net beans  how to calculate electric bill,units,load in net beans and how to insert this calculated bill ,unit and load into database and how this calculate value comes on GUI
net beans
net beans  Write a JAVA program to read the values of an NxN matrix and print its inverse
net beans2
net beans2  Write a JAVA program to find the nearest two points to each other (defined in the 2D-space
NET BEANS
NET BEANS  My problem is when i am going to install net beans then it showing the problem that JDK6 or JDK5 is required for installing net beans IDE,but in actually I've already installed the jdk5,I do not know why
net banking
net banking  hi.... I am developeing a net banking project...and i want coding for following... this module for new loan application... First Name,Last Name, Salaried /business, Current Organization, Resident Address, Office
net beans
net beans  Write a JAVA program to parse an array and print the greatest value and the number of occurrences of that value in the array. You can initialize the array random values in the program without the need to read them
net beans
net beans  Write a JAVA program to validate the credit card numbers using Luhn Check algorithm. You will need to search the Internet to understand how the algorithm works.   Hi Friend, Try the following code: import
WebORB for .NET
WebORB for .NET       WebORB for .NET is a platform for developing AJAX and Flash-based rich client application and connecting them with .NET objects and XML Web Services. Read full
net beans
net beans  Write a JAVA program to auto-grade exams. For a class of N students, your program should read letter answers (A, B, C, D) for each student. Assume there are 5 questions in the test. Your program should finally print
disadvantages of .net framework - Framework
disadvantages of .net framework  what rae the disadvantages of .net framework
Disadvantages..... of java and .net
Disadvantages..... of java and .net  Disadvantages of Java and .Net
about .net coding
about .net coding  please suggest me the code used for viewing a page in .net language
WebORB for .NET
WebORB for .NET       WebORB for .NET is a platform for developing AJAX and Flash-based rich client application and connecting them with .NET objects and XML Web Services. Read full
NET BEANS - IDE Questions
NET BEANS  hi i am new to net beans and wants to use net beans 6.5 can any body tell me how can i learn completely about it..if any body have resources abt it plz send me at abhishek_sahu05@yahoo.com  Hi i am
NET BEAN - IDE Questions
NET BEAN  Thanks for your response actually i am working on struts and other window application. so if you have complete resources abt it then tell me.... and if you have link of this book ""Java EE Development with Net Beans
net beans 4
net beans 4  Write a JAVA program to read an initial two number x1 and x2, and determine if the two numbers are relatively prime. Two numbers are relatively prime. Two numbers are relatively prime if the only common factor
java vs .net - Java Beginners
java vs .net  which language is powerful now java or .net
sql
difference between sql and oracle  what is the difference between sql and oracle
sql
sql  how to get first row in sql with using where condition in sql? how to get last row in sql with using where condition in sql
.NET Programming
.NET Programming .NET Application Development Services from Rose India .NET... .NET framework includes coded solutions and a virtual machine for their implementation. Rose India has been using the Microsoft .NET Framework from its first
.Net dll to Java - Java Beginners
.Net dll to Java  Hi, I've a .Net dll file and need to call into JAVA. Can i get any sample code on this, please? Thanks Chinnapa
sql
sql  I want interview sql questions   Please visit the following link: SQL Tutorials
Sql
Sql  how to find maximum of a101,a102,a103 from a table in sql
SQL
SQL  hii What is sql?   hello, SQL, which stands for Structured Query Language, is a special-purpose language used to define, access, and manipulate data. SQL is non procedural, meaning that it describes
default password Allow the user to see the typed alphanumeric or character before it is changed to an encrypted dot
default password Allow the user to see the typed alphanumeric or character before it is changed to an encrypted dot  Allow the user to see the typed alphanumeric or character before it is changed to an encrypted dot in xsl n
sql
sql  returning value from a store procedure in sql with example   Please visit the following links: http://www.roseindia.net/mysql/mysql5/stored-procedures-and-functions.shtml http://www.roseindia.net/sql/create
SQL
SQL  In my computer i have microsoft sql 2008.how can i set that in the cmd.i want to use that in cmd.what is the default username and password
SQL
SQL   1)How to Store 1000 records in Oracle object. 2)Write a query for calculate highest, 3rd Highest & 10th highest salary from emp teble. 3)What is Sequence. 4)How to use rowid in Sql. 5)What is Views. 6)How
SQL
SQL  how to get ( 15 march 2011) and (15/03/2011) output using SQL   Use the following queries to get the data from database in the given format. For (15 march 2011) format: SELECT DATE_FORMAT(dob, '%d %M %Y') FROM
SQL
SQL  how to get ( 15 march 2011) and (15/03/2011) output using SQL   Use the following queries to get the data from database in the given format. For (15 march 2011) format: SELECT DATE_FORMAT(dob, '%d %M %Y') FROM
SQL
SQL Trigger query  Why we use the Trigger and what it's uses?   A database trigger is procedural code that is automatically executed..., user events, and SQL statements to subscribing applications 10)Restrict DML
How to trap Trigger Error - SQL
How to trap Trigger Error  Hi Guys, Can you please help with my problem?.. Is there a way in where I can trap all SQL error and place it under one table? I do search on the net and I found this line of script but I do
Use of dot(.) operator in EL
Use of dot(.) operator in EL     ... are not programmers like designers. We use dot(.) operator within EL to access properties... of the dot operator must be a Map key or a bean property and the thing on the right
SQL
tables EMP, and DEPT, the structure for which are given above. Write SQL queries
SQL
events, user events, and SQL statements to subscribing applications 10)Restrict DML