473,406 Members | 2,894 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Record is not deleting from sql server database

3
Hi Frnds
As a college project, I am developing college admission software in VB.net using SQL server 7.0 as backend. Problem is that The Record is not Deleting from the Database. and It is showing Error. I used same code for MS Access database and the record is being deleted. Please Help me.
My code is
__________________________________________________ _____
button delete
'sql = "delete * from bastud where prn=" & prnno
'indata()

Sub indata()
OleDbCommand1.CommandType = CommandType.Text
OleDbCommand1.CommandText = sql
OleDbCommand1.ExecuteNonQuery()
End Sub
__________________________________________________ _____
prn is the field in the database
prnno is a temporary variable
sql is a string
bastud is my database name
I am using Windows Authentication mode while connecting database
Please Help Me
Feb 5 '07 #1
2 1242
enreil
86
This could be because of the way you're setting up your sql string. Try placing single quotes around your prnno variable.

You may want to look at using a sql parameter for this variable. Setting up the query string as you have makes your application less secure.

Hi Frnds
As a college project, I am developing college admission software in VB.net using SQL server 7.0 as backend. Problem is that The Record is not Deleting from the Database. and It is showing Error. I used same code for MS Access database and the record is being deleted. Please Help me.
My code is
__________________________________________________ _____
button delete
'sql = "delete * from bastud where prn=" & prnno
'indata()

Sub indata()
OleDbCommand1.CommandType = CommandType.Text
OleDbCommand1.CommandText = sql
OleDbCommand1.ExecuteNonQuery()
End Sub
__________________________________________________ _____
prn is the field in the database
prnno is a temporary variable
sql is a string
bastud is my database name
I am using Windows Authentication mode while connecting database
Please Help Me
Feb 5 '07 #2
kenobewan
4,871 Expert 4TB
I believe that the primary problem is that I don't see you connecting to the database with an sql connection. In MS Access you are in the database so that you don't need to connect. Here is an example that may help:
Using DataReaders, SQL Server
Feb 6 '07 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

7
by: Warren Wright | last post by:
Hello, We maintain a 175 million record database table for our customer. This is an extract of some data collected for them by a third party vendor, who sends us regular updates to that data...
3
by: Phi | last post by:
Hi, I hope somebody could help me with this problem. I would like to make a form to add and delete records from my ms access database. I've found most of the codes from the internet and...
14
by: David Garamond | last post by:
begin; update t set val=val+1; -- 1000 times commit; How many record versions does it create? 1 or 1000? I'm implementing a banner counter which is incremented at least 2-3 millions a day. I...
6
by: polocar | last post by:
Hi, I'm writing a program in Visual C# 2005 Professional Edition. This program connects to a SQL Server 2005 database called "Generations" (in which there is only one table, called...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.