Click here to Skip to main content
15,888,142 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: access uniquetable Pin
C#Coudou6-Feb-12 20:40
C#Coudou6-Feb-12 20:40 
GeneralRe: access uniquetable Pin
Abhinav S6-Feb-12 21:34
Abhinav S6-Feb-12 21:34 
GeneralRe: access uniquetable Pin
C#Coudou6-Feb-12 22:07
C#Coudou6-Feb-12 22:07 
GeneralRe: access uniquetable Pin
Eddy Vluggen7-Feb-12 7:41
professionalEddy Vluggen7-Feb-12 7:41 
GeneralRe: access uniquetable Pin
C#Coudou7-Feb-12 13:41
C#Coudou7-Feb-12 13:41 
GeneralRe: access uniquetable Pin
Eddy Vluggen8-Feb-12 0:18
professionalEddy Vluggen8-Feb-12 0:18 
Questionupdate table programitaclly Pin
Member 32752635-Feb-12 20:40
Member 32752635-Feb-12 20:40 
AnswerRe: update table programitaclly Pin
Mycroft Holmes5-Feb-12 22:14
professionalMycroft Holmes5-Feb-12 22:14 
The parameters you are adding contain string literals, you should be using the variables, trying to stuff "fund_id" into an .Int parameter is going to cause problems!

.Add("@fund_id", SqlDbType.Int, 0, "fund_id")
.Add("@bank_doc_ref_no", SqlDbType.NChar, 10, "bank_doc_ref_no")

Never underestimate the power of human stupidity
RAH

QuestionGraphic in DataGridView problem Pin
Mangore755-Feb-12 14:10
Mangore755-Feb-12 14:10 
AnswerRe: Graphic in DataGridView problem Pin
Richard MacCutchan5-Feb-12 23:29
mveRichard MacCutchan5-Feb-12 23:29 
GeneralRe: Graphic in DataGridView problem Pin
Mangore756-Feb-12 6:24
Mangore756-Feb-12 6:24 
GeneralRe: Graphic in DataGridView problem Pin
Richard MacCutchan6-Feb-12 6:33
mveRichard MacCutchan6-Feb-12 6:33 
GeneralRe: Graphic in DataGridView problem Pin
Mangore756-Feb-12 8:26
Mangore756-Feb-12 8:26 
GeneralRe: Graphic in DataGridView problem Pin
Richard MacCutchan6-Feb-12 9:30
mveRichard MacCutchan6-Feb-12 9:30 
AnswerRe: Graphic in DataGridView problem Pin
Luc Pattyn6-Feb-12 0:23
sitebuilderLuc Pattyn6-Feb-12 0:23 
GeneralRe: Graphic in DataGridView problem Pin
Mangore756-Feb-12 6:22
Mangore756-Feb-12 6:22 
AnswerRe: Graphic in DataGridView problem Pin
Luc Pattyn6-Feb-12 6:33
sitebuilderLuc Pattyn6-Feb-12 6:33 
QuestionGetting a table Pin
Dalek Dave5-Feb-12 8:50
professionalDalek Dave5-Feb-12 8:50 
AnswerRe: Getting a table Pin
ChandraRam5-Feb-12 22:07
ChandraRam5-Feb-12 22:07 
GeneralRe: Getting a table Pin
Dalek Dave6-Feb-12 1:49
professionalDalek Dave6-Feb-12 1:49 
QuestionCrystal report problem Pin
Pasan1485-Feb-12 4:25
Pasan1485-Feb-12 4:25 
AnswerRe: Crystal report problem Pin
Dave Kreskowiak5-Feb-12 7:38
mveDave Kreskowiak5-Feb-12 7:38 
QuestionCreate Pdf Viewer disable SaveAs option Pin
Arul Suman4-Feb-12 23:28
Arul Suman4-Feb-12 23:28 
AnswerRe: Create Pdf Viewer disable SaveAs option Pin
Abhinav S4-Feb-12 23:40
Abhinav S4-Feb-12 23:40 
GeneralRe: Create Pdf Viewer disable SaveAs option Pin
Arul Suman4-Feb-12 23:47
Arul Suman4-Feb-12 23:47 

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.