Click here to Skip to main content
15,887,683 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
The ANZAC22-May-07 21:37
The ANZAC22-May-07 21:37 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 22:43
Mekong River22-May-07 22:43 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
The ANZAC22-May-07 22:59
The ANZAC22-May-07 22:59 
GeneralRe: Where do we use panel, FlowLayoutPanel and TableLayoutPanel control Pin
Mekong River22-May-07 23:34
Mekong River22-May-07 23:34 
QuestionError System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd22-May-07 21:09
professionalVimalsoft(Pty) Ltd22-May-07 21:09 
AnswerRe: Error System.data.sqlClient.SqlException Help Pin
klaydze22-May-07 22:56
klaydze22-May-07 22:56 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd23-May-07 0:00
professionalVimalsoft(Pty) Ltd23-May-07 0:00 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Dave Kreskowiak23-May-07 3:33
mveDave Kreskowiak23-May-07 3:33 
Vuyiswamb wrote:
have created an Example from a vb.NEt book, using Access as my Db,


Then you can NOT use any of the classes that start with "Sql" in the names. IMport the SqlClient namespace will also not do you any good. There are reserved for use with Microsoft's SQL Server and will not work with Access databases.

For Access, you have to use the classes that start with "OleDb", like OleDbConnection, OleDbCommand, ...


A guide to posting questions on CodeProject[^]

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


AnswerRe: Error System.data.sqlClient.SqlException Help Pin
klaydze24-May-07 0:07
klaydze24-May-07 0:07 
GeneralRe: Error System.data.sqlClient.SqlException Help Pin
Vimalsoft(Pty) Ltd24-May-07 0:14
professionalVimalsoft(Pty) Ltd24-May-07 0:14 
QuestionExport from Crystal report to MS Access Database Pin
charchabil0322-May-07 21:00
charchabil0322-May-07 21:00 
QuestionMS Flex Grid in vb.net 2005 [modified] Pin
Sonia Gupta22-May-07 19:59
Sonia Gupta22-May-07 19:59 
AnswerRe: MS Flex Grid in vb.net 2005 Pin
Dave Kreskowiak23-May-07 3:28
mveDave Kreskowiak23-May-07 3:28 
QuestionCoversion Pin
Preeti Khandelwal22-May-07 19:41
Preeti Khandelwal22-May-07 19:41 
AnswerRe: Coversion Pin
Harini N K22-May-07 20:34
Harini N K22-May-07 20:34 
QuestionRe: Coversion Pin
Sonia Gupta22-May-07 21:32
Sonia Gupta22-May-07 21:32 
AnswerRe: Coversion Pin
Xandip22-May-07 22:32
Xandip22-May-07 22:32 
QuestionRe: Coversion Pin
Sonia Gupta22-May-07 23:15
Sonia Gupta22-May-07 23:15 
GeneralRe: Coversion Pin
Sonia Gupta23-May-07 1:49
Sonia Gupta23-May-07 1:49 
AnswerRe: Coversion Pin
Xandip22-May-07 22:30
Xandip22-May-07 22:30 
AnswerRe: Coversion Pin
Preeti Khandelwal23-May-07 0:04
Preeti Khandelwal23-May-07 0:04 
AnswerRe: Coversion Pin
Rupesh Kumar Swami23-May-07 0:26
Rupesh Kumar Swami23-May-07 0:26 
AnswerRe: Coversion Pin
Pushpa Setty23-May-07 1:14
Pushpa Setty23-May-07 1:14 
QuestionRe: Coversion Pin
Sonia Gupta23-May-07 1:34
Sonia Gupta23-May-07 1:34 
AnswerRe: Coversion Pin
Pushpa Setty23-May-07 1:51
Pushpa Setty23-May-07 1:51 

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.