Click here to Skip to main content
15,909,822 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Pass Value [modified] Pin
Guffa30-May-06 23:17
Guffa30-May-06 23:17 
QuestionHow to Bind Data to EditItemTemplate Control? Pin
Krishnaraj Barvathaya B30-May-06 19:21
Krishnaraj Barvathaya B30-May-06 19:21 
AnswerRe: How to Bind Data to EditItemTemplate Control? Pin
_AK_30-May-06 19:51
_AK_30-May-06 19:51 
GeneralRe: How to Bind Data to EditItemTemplate Control? Pin
Krishnaraj Barvathaya B30-May-06 20:06
Krishnaraj Barvathaya B30-May-06 20:06 
GeneralRe: How to Bind Data to EditItemTemplate Control? Pin
_AK_30-May-06 20:12
_AK_30-May-06 20:12 
GeneralRe: How to Bind Data to EditItemTemplate Control? Pin
Krishnaraj Barvathaya B30-May-06 20:24
Krishnaraj Barvathaya B30-May-06 20:24 
GeneralRe: How to Bind Data to EditItemTemplate Control? Pin
_AK_30-May-06 20:33
_AK_30-May-06 20:33 
Questionerror in oledb connection string Pin
thomas_joyee30-May-06 18:48
thomas_joyee30-May-06 18:48 
Hi,
I just want to connect with an microsoft access database in a remote mechine.
At first i try to connect with a database in local mechine.

Dim Cn As OleDbConnection
Dim strConString As String

strConString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=\\localhost\D:\News\News\bin\News.mdb"

Cn = New OleDbConnection(strConString)
Cn.Open()

i got an error : '\\localhost\D:\News\News\bin\News.mdb' is not a valid path.
Please help me.
Thanks

Thomas
AnswerRe: error in oledb connection string Pin
Steve Pullan30-May-06 19:30
Steve Pullan30-May-06 19:30 
GeneralRe: error in oledb connection string Pin
thomas_joyee30-May-06 19:43
thomas_joyee30-May-06 19:43 
GeneralRe: error in oledb connection string Pin
Steve Pullan30-May-06 20:10
Steve Pullan30-May-06 20:10 
GeneralRe: error in oledb connection string Pin
thomas_joyee30-May-06 20:21
thomas_joyee30-May-06 20:21 
GeneralRe: error in oledb connection string Pin
Steve Pullan30-May-06 20:58
Steve Pullan30-May-06 20:58 
Questionobject reference not set to instance of an object Pin
uglyeyes30-May-06 18:19
uglyeyes30-May-06 18:19 
AnswerRe: object reference not set to instance of an object Pin
Christian Graus30-May-06 18:21
protectorChristian Graus30-May-06 18:21 
AnswerRe: object reference not set to instance of an object Pin
Steve Pullan30-May-06 18:34
Steve Pullan30-May-06 18:34 
GeneralRe: object reference not set to instance of an object Pin
uglyeyes30-May-06 21:13
uglyeyes30-May-06 21:13 
GeneralRe: object reference not set to instance of an object Pin
Steve Pullan30-May-06 21:25
Steve Pullan30-May-06 21:25 
QuestionHelp Pin
zenithmaximus30-May-06 18:00
zenithmaximus30-May-06 18:00 
AnswerRe: Help Pin
Christian Graus30-May-06 18:19
protectorChristian Graus30-May-06 18:19 
QuestionHow to create batch file Pin
andylimjp30-May-06 17:15
andylimjp30-May-06 17:15 
AnswerRe: How to create batch file Pin
Christian Graus30-May-06 18:20
protectorChristian Graus30-May-06 18:20 
AnswerRe: How to create batch file Pin
Chatura Dilan30-May-06 18:36
Chatura Dilan30-May-06 18:36 
QuestionUnicode characters Pin
Chatura Dilan30-May-06 15:23
Chatura Dilan30-May-06 15:23 
GeneralSearch or filter records on a form [modified] Pin
penguin500030-May-06 11:42
penguin500030-May-06 11:42 

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.