Click here to Skip to main content
15,883,829 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: now update query problem..hep Pin
Member 444291612-Apr-08 15:58
Member 444291612-Apr-08 15:58 
Questionaddnew in array database [modified] Pin
inderabangsawan11-Apr-08 22:05
inderabangsawan11-Apr-08 22:05 
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 
hai friends

i have a problem in access Ms-access database table..

for the database , i set a password...

and i written the following code to access it ....

Try
Dim con As New OleDbConnection("Provider=Microsoft.JET.OleDb.4.0;User Id=administrator;Password=xyz;Data Source=D:/DataBase/Master.mdb")
Dim da As New OleDbDataAdapter("select * from login", con)
Dim ds As New DataSet
da.Fill(ds, "login")
DataGridView1.DataSource = ds


Catch ex As Exception
MessageBox.Show(ex.Message, "database")

End Try

but it is giving the error like ...

Cannot start your application. The workgroup information file is missing or opened exclusively by another user.

then i closed all the files , even i restarted the system ....
but it is giving the error...

wt would be the problem ....

either in setting the password for the database
or in vb.net ( in the above code )

plz help me....

thanks in advance
vijay
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 
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 

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.