Click here to Skip to main content
15,915,163 members

Comments by daniel_mak2008 (Top 9 by date)

daniel_mak2008 7-Jul-13 22:10pm View    
Hi, xtremepman

Thanks your comment. If it is true. I only find different audio sound file.
Thank you
daniel_mak2008 1-May-13 23:56pm View    
Dear Sergey Alexandrovich,

Thanks your comment. because I am writing it on smart device but DGV not support on it.
However, I just find the solution. Thank you.
daniel_mak2008 27-Mar-13 4:27am View    
Thanks your reply.

It is because I don't want use synchronize method to do this. So I hope find a way similar oledb to connect MS access. Although it is not my answer, Thanks a lot
daniel_mak2008 27-Mar-13 0:36am View    
Dear maciej Los,

Thanks your advice. I am looking in there, but I can't find how to make the connection between local computer's MS Access database by SqlCeConnection. I also try to write following code

Dim ceConn As SqlCeConnection = New SqlCeConnection("Data Source = C:\abc\bb.mdb")
ceConn.Open()
Dim ceCmd As SqlCeComman = ceConn.CreateCommand
cdCmd.CommandTet = ("insert into TEST ( fields_1 ) Values ( "OK")
ceCmd.ExecuteNonQuery
ceConn.Close()

When I run in above code, the error message is "The file name is not valid........."
Can you or anyone tell me how I can fix this problem ?
Thank you
daniel_mak2008 26-Mar-13 0:18am View    
Dear Permalink,

Thanks your suggestion. I will study it. However, I am urgent to do my Mobile VB.NET application.
Can you give some example to indicate how I can do now.
Thank you