Click here to Skip to main content
16,008,942 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralPrinting in VB.net (Please Please help me) Pin
Aman Ullah Principal Software Engineer31-Jan-05 18:31
Aman Ullah Principal Software Engineer31-Jan-05 18:31 
GeneralRe: Printing in VB.net (Please Please help me) Pin
Dave Kreskowiak1-Feb-05 3:39
mveDave Kreskowiak1-Feb-05 3:39 
GeneralVB.Net and Access Stored Procedures Pin
BlueMurderJay31-Jan-05 16:44
BlueMurderJay31-Jan-05 16:44 
GeneralRe: VB.Net and Access Stored Procedures Pin
Just Greeky Creek1-Feb-05 1:41
Just Greeky Creek1-Feb-05 1:41 
GeneralRe: VB.Net and Access Stored Procedures Pin
BlueMurderJay1-Feb-05 14:39
BlueMurderJay1-Feb-05 14:39 
GeneralRe: VB.Net and Access Stored Procedures Pin
BlueMurderJay1-Feb-05 14:44
BlueMurderJay1-Feb-05 14:44 
GeneralRe: VB.Net and Access Stored Procedures Pin
BlueMurderJay1-Feb-05 16:11
BlueMurderJay1-Feb-05 16:11 
GeneralRe: VB.Net and Access Stored Procedures Pin
Dave Kreskowiak1-Feb-05 18:06
mveDave Kreskowiak1-Feb-05 18:06 
Just to add my 2 cents...

First, forget everything you know about real SQL. Access/Jet doesn't support a lot of it.

Access/Jet doesn't support named parameters. You CAN name them for a bit of clarity when you read the SQL statement, but the names are not used. There parameters you add must be supplied in the same order that they appear in the SQL statement. This also means you can't skip parameters. If a parameter in your statement can be blank, you have to supply it as a blank, null, or 0 value.




RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

QuestionHow to use DirectShow in VB.net? Pin
rushing31-Jan-05 14:32
rushing31-Jan-05 14:32 
AnswerRe: How to use DirectShow in VB.net? Pin
Christian Graus31-Jan-05 14:58
protectorChristian Graus31-Jan-05 14:58 
Generalcrystal reports - dynamically add detail section Pin
kkristian31-Jan-05 11:48
kkristian31-Jan-05 11:48 
QuestionCan someone help me with this one Pin
Delo31-Jan-05 11:39
Delo31-Jan-05 11:39 
AnswerRe: Can someone help me with this one Pin
Charlie Williams31-Jan-05 12:38
Charlie Williams31-Jan-05 12:38 
GeneralRe: Can someone help me with this one Pin
Delo31-Jan-05 12:56
Delo31-Jan-05 12:56 
GeneralRe: Can someone help me with this one Pin
rwestgraham31-Jan-05 14:36
rwestgraham31-Jan-05 14:36 
GeneralRe: Can someone help me with this one Pin
Delo31-Jan-05 14:57
Delo31-Jan-05 14:57 
Questionhow to handle a change on a runtime combobox value to enable the OKbutton Pin
David M J31-Jan-05 10:45
David M J31-Jan-05 10:45 
AnswerRe: how to handle a change on a runtime combobox value to enable the OKbutton Pin
rwestgraham31-Jan-05 12:34
rwestgraham31-Jan-05 12:34 
GeneralRecordset Object in VB.net Pin
eshban28431-Jan-05 10:27
eshban28431-Jan-05 10:27 
GeneralRe: Recordset Object in VB.net Pin
Dave Kreskowiak1-Feb-05 3:33
mveDave Kreskowiak1-Feb-05 3:33 
GeneralRe: Recordset Object in VB.net Pin
eshban2841-Feb-05 11:05
eshban2841-Feb-05 11:05 
GeneralRe: Recordset Object in VB.net Pin
Dave Kreskowiak1-Feb-05 11:56
mveDave Kreskowiak1-Feb-05 11:56 
GeneralRad btn select case Pin
Jaydeanster31-Jan-05 8:34
Jaydeanster31-Jan-05 8:34 
GeneralRe: Rad btn select case Pin
Just Greeky Creek1-Feb-05 1:53
Just Greeky Creek1-Feb-05 1:53 
GeneralFlicker problem!!! Pin
carlos_rocha31-Jan-05 5:56
carlos_rocha31-Jan-05 5:56 

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.