Click here to Skip to main content
15,919,178 members
Home / Discussions / Database
   

Database

 
AnswerRe: SQL Database Backup Pin
Paul Conrad13-Jul-07 11:55
professionalPaul Conrad13-Jul-07 11:55 
GeneralRe: SQL Database Backup Pin
allan.cawood15-Jul-07 20:01
allan.cawood15-Jul-07 20:01 
GeneralRe: SQL Database Backup Pin
Paul Conrad15-Jul-07 20:11
professionalPaul Conrad15-Jul-07 20:11 
QuestionSDF files Pin
ShuklaGirish4-Jul-07 23:03
ShuklaGirish4-Jul-07 23:03 
QuestionComposite Primary keys - A question Pin
vagl4-Jul-07 23:00
vagl4-Jul-07 23:00 
AnswerRe: Composite Primary keys - A question Pin
Michael Potter5-Jul-07 5:01
Michael Potter5-Jul-07 5:01 
GeneralRe: Composite Primary keys - A question Pin
vagl5-Jul-07 19:59
vagl5-Jul-07 19:59 
Questionsyntax error in insert into statement Pin
magedhv4-Jul-07 22:53
magedhv4-Jul-07 22:53 
this is the msg that show when iam trying to apply this code
Dim f1, f2, f3, f4, f5, f6, f7, f8 As String<br />
<br />
f1 = "#" & DateTimePicker1.Value & "#,"<br />
<br />
f2 = "'" & ComboBox1.Text & "',"<br />
<br />
f3 = "'" & ComboBox2.Text & "',"<br />
<br />
f4 = "'" & TextBox1.Text & "',"<br />
<br />
f5 = "'" & TextBox2.Text & "',"<br />
<br />
f6 = "'" & TextBox3.Text & "',"<br />
<br />
f7 = "'" & TextBox4.Text & "',"<br />
<br />
f8 = "'" & Label10.Text & "'"<br />
<br />
s = "insert into sale"<br />
s = s & " (dte,op,nos,cost,coms,nii,npp)values "<br />
<br />
s = s & "(" & f1 & "," & f2 & "," & f3 & "," & f4 & "," & "," & f5 & "," & "," & f6 & "," & f7 & "')"<br />
<br />
cmd.CommandText = s<br />
cmd.ExecuteNonQuery()<br />
MsgBox("Saved succssefuly")<br />
<br />

any suggestion ?
plz help urgent
AnswerRe: syntax error in insert into statement Pin
Krish - KP4-Jul-07 23:09
Krish - KP4-Jul-07 23:09 
QuestionImproving the database performance Pin
S.Rajeshwar4-Jul-07 22:21
S.Rajeshwar4-Jul-07 22:21 
AnswerRe: Improving the database performance Pin
Pete O'Hanlon4-Jul-07 22:32
mvePete O'Hanlon4-Jul-07 22:32 
AnswerRe: Improving the database performance Pin
N a v a n e e t h4-Jul-07 22:50
N a v a n e e t h4-Jul-07 22:50 
AnswerRe: Improving the database performance Pin
andyharman4-Jul-07 22:51
professionalandyharman4-Jul-07 22:51 
Questionsql stored procedure Pin
harithadotnet4-Jul-07 21:18
harithadotnet4-Jul-07 21:18 
AnswerRe: sql stored procedure Pin
Krish - KP4-Jul-07 21:24
Krish - KP4-Jul-07 21:24 
AnswerRe: sql stored procedure Pin
N a v a n e e t h4-Jul-07 22:24
N a v a n e e t h4-Jul-07 22:24 
QuestionHave problem with displaying columns as rows Pin
masyarial4-Jul-07 20:35
masyarial4-Jul-07 20:35 
AnswerRe: Have problem with displaying columns as rows Pin
Krish - KP4-Jul-07 21:22
Krish - KP4-Jul-07 21:22 
GeneralRe: Have problem with displaying columns as rows Pin
masyarial5-Jul-07 1:39
masyarial5-Jul-07 1:39 
GeneralRe: Have problem with displaying columns as rows Pin
Krish - KP9-Jul-07 22:23
Krish - KP9-Jul-07 22:23 
GeneralRe: Have problem with displaying columns as rows Pin
masyarial10-Jul-07 1:09
masyarial10-Jul-07 1:09 
GeneralRe: Have problem with displaying columns as rows Pin
Krish - KP10-Jul-07 17:33
Krish - KP10-Jul-07 17:33 
GeneralRe: Have problem with displaying columns as rows Pin
masyarial14-Jul-07 1:15
masyarial14-Jul-07 1:15 
Questionhow to join two tables [modified] Pin
harithadotnet4-Jul-07 19:18
harithadotnet4-Jul-07 19:18 
AnswerRe: how to join two tables Pin
Krish - KP4-Jul-07 21:31
Krish - KP4-Jul-07 21:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.