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

Visual Basic

 
AnswerRe: memory usage is too high? Pin
Christian Graus28-Aug-07 20:48
protectorChristian Graus28-Aug-07 20:48 
QuestionFolder that have write access to all users? Pin
jamilkhan00728-Aug-07 20:39
jamilkhan00728-Aug-07 20:39 
AnswerRe: Folder that have write access to all users? Pin
Vasudevan Deepak Kumar29-Aug-07 3:26
Vasudevan Deepak Kumar29-Aug-07 3:26 
AnswerRe: Folder that have write access to all users? Pin
Dave Kreskowiak29-Aug-07 4:30
mveDave Kreskowiak29-Aug-07 4:30 
AnswerRe: Folder that have write access to all users? Pin
jamilkhan00729-Aug-07 20:15
jamilkhan00729-Aug-07 20:15 
GeneralRe: Folder that have write access to all users? Pin
Dave Kreskowiak30-Aug-07 5:00
mveDave Kreskowiak30-Aug-07 5:00 
QuestionWhat is wrong with oledb code Pin
Vimalsoft(Pty) Ltd28-Aug-07 20:22
professionalVimalsoft(Pty) Ltd28-Aug-07 20:22 
AnswerRe: What is wrong with oledb code Pin
Dave Kreskowiak29-Aug-07 4:42
mveDave Kreskowiak29-Aug-07 4:42 
Vuyiswamb wrote:
damixed.SelectCommand.Parameters("Boundary_Area").Value = cmbboundary.Text damixed.SelectCommand.Parameters("Lis_key").Value = txterf.Text


OleDb doesn't use named parameters. You have to create the parameters and assign values to them in the order they are seen in the SQL statement.


A guide to posting questions on CodeProject[^]

Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: What is wrong with oledb code Pin
Vimalsoft(Pty) Ltd29-Aug-07 21:54
professionalVimalsoft(Pty) Ltd29-Aug-07 21:54 
QuestionUsing ADO.net from VB.net Pin
Wlink28-Aug-07 20:19
Wlink28-Aug-07 20:19 
AnswerRe: Using ADO.net from VB.net Pin
Vimalsoft(Pty) Ltd28-Aug-07 20:40
professionalVimalsoft(Pty) Ltd28-Aug-07 20:40 
QuestionHow to create crystal report with a query Pin
RichardBlare28-Aug-07 20:04
RichardBlare28-Aug-07 20:04 
QuestionDrawing a Gauge Pin
ejaz_pk28-Aug-07 19:47
ejaz_pk28-Aug-07 19:47 
AnswerRe: Drawing a Gauge Pin
Dave Kreskowiak29-Aug-07 4:10
mveDave Kreskowiak29-Aug-07 4:10 
QuestionProblem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Nimesh U28-Aug-07 19:18
Nimesh U28-Aug-07 19:18 
AnswerRe: Problem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Rupesh Kumar Swami28-Aug-07 21:36
Rupesh Kumar Swami28-Aug-07 21:36 
AnswerRe: Problem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Vasudevan Deepak Kumar29-Aug-07 3:23
Vasudevan Deepak Kumar29-Aug-07 3:23 
AnswerRe: Problem in Problem in Mobile Incoming call detected(Dave Kreskowiak) Pin
Dave Kreskowiak29-Aug-07 4:07
mveDave Kreskowiak29-Aug-07 4:07 
Questionhow to load and unload dll or plugin Pin
rattlesnake31628-Aug-07 15:27
rattlesnake31628-Aug-07 15:27 
AnswerRe: how to load and unload dll or plugin Pin
Dave Kreskowiak28-Aug-07 17:25
mveDave Kreskowiak28-Aug-07 17:25 
GeneralRe: how to load and unload dll or plugin Pin
rattlesnake3162-Sep-07 17:22
rattlesnake3162-Sep-07 17:22 
GeneralRe: how to load and unload dll or plugin Pin
Dave Kreskowiak3-Sep-07 4:33
mveDave Kreskowiak3-Sep-07 4:33 
AnswerRe: how to load and unload dll or plugin Pin
originSH28-Aug-07 23:36
originSH28-Aug-07 23:36 
QuestionVisual Studio 2008 [modified] Pin
ASPnoob28-Aug-07 14:37
ASPnoob28-Aug-07 14:37 
AnswerRe: Visual Studio 2008 Pin
Dave Kreskowiak28-Aug-07 14:48
mveDave Kreskowiak28-Aug-07 14:48 

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.