Click here to Skip to main content
15,910,234 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Error in .mde file Pin
GuyThiebaut11-Sep-07 3:40
professionalGuyThiebaut11-Sep-07 3:40 
GeneralRe: Error in .mde file Pin
tonymathewt11-Sep-07 17:16
professionaltonymathewt11-Sep-07 17:16 
GeneralRe: Error in .mde file Pin
GuyThiebaut11-Sep-07 22:49
professionalGuyThiebaut11-Sep-07 22:49 
Questionerror with .dbf files Pin
WhiteGirl2311-Sep-07 0:53
WhiteGirl2311-Sep-07 0:53 
AnswerRe: error with .dbf files Pin
Christian Graus11-Sep-07 2:30
protectorChristian Graus11-Sep-07 2:30 
GeneralRe: error with .dbf files [modified] Pin
WhiteGirl2311-Sep-07 2:37
WhiteGirl2311-Sep-07 2:37 
GeneralRe: error with .dbf files Pin
Dave Kreskowiak11-Sep-07 13:00
mveDave Kreskowiak11-Sep-07 13:00 
AnswerRe: error with .dbf files Pin
Thomas Krojer11-Sep-07 4:36
Thomas Krojer11-Sep-07 4:36 
your code:
<br />
DBFConnection = New Odbc.OdbcConnection("Driver={Microsoft dBASE Driver (*.dbf)};Dbq=" + FileDirectory + ";")


maybe better:
<br />
DBFConnection = New Odbc.OdbcConnection("Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq=" + FileDirectory + ";")


please don´t ask me why driferid = 790, i didn´t try this code, found it with google.
GeneralRe: error with .dbf files Pin
WhiteGirl2311-Sep-07 19:49
WhiteGirl2311-Sep-07 19:49 
GeneralRe: error with .dbf files Pin
Thomas Krojer11-Sep-07 21:41
Thomas Krojer11-Sep-07 21:41 
QuestionPermission from another system in the network Pin
yesu prakash11-Sep-07 0:25
yesu prakash11-Sep-07 0:25 
AnswerRe: Permission from another system in the network Pin
Dave Kreskowiak11-Sep-07 12:58
mveDave Kreskowiak11-Sep-07 12:58 
Questionhold class instances in vb.net 2003 Pin
ESTAN11-Sep-07 0:23
ESTAN11-Sep-07 0:23 
AnswerRe: hold class instances in vb.net 2003 Pin
Christian Graus11-Sep-07 0:27
protectorChristian Graus11-Sep-07 0:27 
GeneralRe: hold class instances in vb.net 2003 Pin
ESTAN11-Sep-07 0:30
ESTAN11-Sep-07 0:30 
QuestionThread Problem ? Pin
manuo511-Sep-07 0:09
manuo511-Sep-07 0:09 
AnswerRe: Thread Problem ? Pin
ESTAN11-Sep-07 0:28
ESTAN11-Sep-07 0:28 
Questionimportant Pin
aziz chawki10-Sep-07 23:56
aziz chawki10-Sep-07 23:56 
AnswerRe: important Pin
Colin Angus Mackay10-Sep-07 23:59
Colin Angus Mackay10-Sep-07 23:59 
GeneralRe: important Pin
aziz chawki11-Sep-07 0:08
aziz chawki11-Sep-07 0:08 
GeneralRe: important Pin
Christian Graus11-Sep-07 0:17
protectorChristian Graus11-Sep-07 0:17 
GeneralRe: important Pin
Colin Angus Mackay11-Sep-07 0:37
Colin Angus Mackay11-Sep-07 0:37 
QuestionCreate MAT-files in VB Pin
monochino10-Sep-07 23:52
monochino10-Sep-07 23:52 
AnswerRe: Create MAT-files in VB Pin
Colin Angus Mackay10-Sep-07 23:58
Colin Angus Mackay10-Sep-07 23:58 
GeneralRe: Create MAT-files in VB Pin
monochino11-Sep-07 1:13
monochino11-Sep-07 1:13 

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.