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

Visual Basic

 
AnswerRe: Best practices for common routines Pin
Christian Graus3-Aug-09 13:39
protectorChristian Graus3-Aug-09 13:39 
AnswerRe: Best practices for common routines Pin
Mycroft Holmes3-Aug-09 13:56
professionalMycroft Holmes3-Aug-09 13:56 
GeneralRe: Best practices for common routines Pin
supercat94-Aug-09 5:46
supercat94-Aug-09 5:46 
GeneralRe: Best practices for common routines Pin
nlarson114-Aug-09 7:13
nlarson114-Aug-09 7:13 
GeneralRe: Best practices for common routines Pin
Mycroft Holmes4-Aug-09 16:08
professionalMycroft Holmes4-Aug-09 16:08 
QuestionVB-Access: Syntax error in INSERT INTO command Pin
Amanjot3-Aug-09 10:58
Amanjot3-Aug-09 10:58 
AnswerRe: VB-Access: Syntax error in INSERT INTO command Pin
Christian Graus3-Aug-09 11:17
protectorChristian Graus3-Aug-09 11:17 
AnswerRe: VB-Access: Syntax error in INSERT INTO command Pin
Paramu19733-Aug-09 21:16
Paramu19733-Aug-09 21:16 
Here I used ACE.OLEDB.12.0. for office 2007-Access [accdb] But I want you to use Jet.Oledb for office 2003-Access [mdb]

Dim Ithuva As String = "Samples To Aman"

con = New OleDbConnection("Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\Temp\sample1.accdb;Persist Security Info=False")
con.Open()
Dim CmdTxt As String = "Insert into address (city) values ('" & Ithuva & "')"
Dim cmd As OleDbCommand = New OleDbCommand(CmdTxt, con)
cmd.ExecuteNonQuery()
con.Close()
AnswerRe: VB-Access: Syntax error in INSERT INTO command Pin
Hristo-Bojilov4-Aug-09 7:34
Hristo-Bojilov4-Aug-09 7:34 
QuestionList all active windows Pin
NewbieDave3-Aug-09 10:02
NewbieDave3-Aug-09 10:02 
AnswerRe: List all active windows Pin
Christian Graus3-Aug-09 10:32
protectorChristian Graus3-Aug-09 10:32 
AnswerRe: List all active windows Pin
Dave Kreskowiak3-Aug-09 10:36
mveDave Kreskowiak3-Aug-09 10:36 
GeneralRe: List all active windows Pin
Christian Graus3-Aug-09 10:44
protectorChristian Graus3-Aug-09 10:44 
GeneralRe: List all active windows Pin
NewbieDave3-Aug-09 11:05
NewbieDave3-Aug-09 11:05 
GeneralRe: List all active windows Pin
Christian Graus3-Aug-09 11:17
protectorChristian Graus3-Aug-09 11:17 
QuestionObject disposed when trying to assign column width Pin
Hypermommy3-Aug-09 9:27
Hypermommy3-Aug-09 9:27 
AnswerRe: Object disposed when trying to assign column width Pin
Dave Kreskowiak3-Aug-09 10:33
mveDave Kreskowiak3-Aug-09 10:33 
GeneralRe: Object disposed when trying to assign column width Pin
Hypermommy3-Aug-09 10:48
Hypermommy3-Aug-09 10:48 
GeneralRe: Object disposed when trying to assign column width Pin
Dave Kreskowiak3-Aug-09 16:21
mveDave Kreskowiak3-Aug-09 16:21 
GeneralRe: Object disposed when trying to assign column width Pin
Hypermommy3-Aug-09 23:03
Hypermommy3-Aug-09 23:03 
GeneralRe: Object disposed when trying to assign column width Pin
Luc Pattyn3-Aug-09 10:50
sitebuilderLuc Pattyn3-Aug-09 10:50 
QuestionCustomPanel: MenuStrip and Panel Pin
eusta3-Aug-09 9:13
eusta3-Aug-09 9:13 
AnswerRe: CustomPanel: MenuStrip and Panel Pin
Dave Kreskowiak3-Aug-09 10:30
mveDave Kreskowiak3-Aug-09 10:30 
GeneralRe: CustomPanel: MenuStrip and Panel Pin
eusta3-Aug-09 12:30
eusta3-Aug-09 12:30 
GeneralRe: CustomPanel: MenuStrip and Panel Pin
Dave Kreskowiak4-Aug-09 15:36
mveDave Kreskowiak4-Aug-09 15:36 

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.