Click here to Skip to main content
15,886,672 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: addnew in array database Pin
Christian Graus11-Apr-08 22:30
protectorChristian Graus11-Apr-08 22:30 
QuestionRe: addnew in array database [modified] Pin
inderabangsawan12-Apr-08 4:02
inderabangsawan12-Apr-08 4:02 
GeneralRe: addnew in array database Pin
Dave Kreskowiak14-Apr-08 2:59
mveDave Kreskowiak14-Apr-08 2:59 
Questionhow i can close all opened forms in my application when user want to logout and switch to new login? Pin
r_mohd11-Apr-08 19:31
r_mohd11-Apr-08 19:31 
GeneralRe: how i can close all opened forms in my application when user want to logout and switch to new login? Pin
Dave Kreskowiak12-Apr-08 3:49
mveDave Kreskowiak12-Apr-08 3:49 
Questionregarding accessing Ms-access Database in vb.net Pin
vijaylumar11-Apr-08 19:15
vijaylumar11-Apr-08 19:15 
GeneralRe: regarding accessing Ms-access Database in vb.net Pin
en.Mahdi11-Apr-08 20:10
en.Mahdi11-Apr-08 20:10 
GeneralRe: regarding accessing Ms-access Database in vb.net Pin
Dave Kreskowiak12-Apr-08 3:45
mveDave Kreskowiak12-Apr-08 3:45 
Reverse the slashes in your connection string. Forward slashes are for command line parameters. Backslashes (\) are for file path names.


Your Access database has either has a database password or workgroup security setup on it. You can find the connection string format for this at http://www.connectionstrings.com[^]. You're using OLEDB (.NET). Do not use the ODBC versions!

If you have workgroup security, you have to specify the databases .MDW file in the string along with the database filename.


A guide to posting questions on CodeProject[^]



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




GeneralRe: regarding accessing Ms-access Database in vb.net Pin
vijaylumar13-Apr-08 19:43
vijaylumar13-Apr-08 19:43 
Questionabout execution of project Pin
vijaylumar11-Apr-08 19:07
vijaylumar11-Apr-08 19:07 
GeneralRe: about execution of project Pin
Christian Graus11-Apr-08 22:32
protectorChristian Graus11-Apr-08 22:32 
Generalsetting the crystal print preview as landscape Pin
en.Mahdi11-Apr-08 19:00
en.Mahdi11-Apr-08 19:00 
GeneralCOM port programming [modified] Pin
ASPnoob11-Apr-08 17:38
ASPnoob11-Apr-08 17:38 
GeneralRe: COM port programming Pin
Dave Kreskowiak11-Apr-08 18:23
mveDave Kreskowiak11-Apr-08 18:23 
GeneralRe: COM port programming Pin
ASPnoob11-Apr-08 19:18
ASPnoob11-Apr-08 19:18 
GeneralRe: COM port programming Pin
Dave Kreskowiak12-Apr-08 3:35
mveDave Kreskowiak12-Apr-08 3:35 
GeneralRe: COM port programming Pin
Marc Soleda12-Apr-08 6:04
Marc Soleda12-Apr-08 6:04 
GeneralRe: COM port programming Pin
ASPnoob12-Apr-08 7:45
ASPnoob12-Apr-08 7:45 
Generalsmall class problem Pin
jesseax11-Apr-08 17:37
jesseax11-Apr-08 17:37 
GeneralRe: small class problem Pin
Dave Kreskowiak11-Apr-08 18:20
mveDave Kreskowiak11-Apr-08 18:20 
GeneralRe: small class problem Pin
jesseax11-Apr-08 20:17
jesseax11-Apr-08 20:17 
GeneralRe: small class problem Pin
Dave Kreskowiak12-Apr-08 3:37
mveDave Kreskowiak12-Apr-08 3:37 
GeneralRe: small class problem Pin
jesseax12-Apr-08 6:28
jesseax12-Apr-08 6:28 
GeneralRe: small class problem Pin
Dave Kreskowiak12-Apr-08 12:18
mveDave Kreskowiak12-Apr-08 12:18 
GeneralRe: small class problem Pin
jesseax12-Apr-08 17:52
jesseax12-Apr-08 17:52 

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.