Click here to Skip to main content
15,913,685 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: ADODB.Connection 3706 Provider cannot be found. It may not be properly installed., Pin
Dave Kreskowiak29-Nov-03 8:34
mveDave Kreskowiak29-Nov-03 8:34 
GeneralWindows Soket option setting from VB Pin
mrbad99926-Nov-03 14:34
mrbad99926-Nov-03 14:34 
GeneralRe: Windows Soket option setting from VB Pin
Shanmuga Sundar28-Nov-03 17:50
Shanmuga Sundar28-Nov-03 17:50 
QuestionHow to make an exe accept an argument Pin
Anonymous26-Nov-03 9:25
Anonymous26-Nov-03 9:25 
AnswerRe: How to make an exe accept an argument Pin
Dave Kreskowiak29-Nov-03 8:29
mveDave Kreskowiak29-Nov-03 8:29 
Generalaccess database on network Pin
R Sharma26-Nov-03 8:27
R Sharma26-Nov-03 8:27 
GeneralRe: access database on network Pin
Guillermo Rivero27-Nov-03 4:29
Guillermo Rivero27-Nov-03 4:29 
GeneralRe: access database on network Pin
loid grey manuel24-Mar-11 5:59
loid grey manuel24-Mar-11 5:59 
hi,

i have the same problem with my project. i have an existing system which is a stand alone app. using ms access version 95, created in VB6.0... well because it's a bit old system. but is runs quit very well.

the system owners decided to make the app. run over the network, they have a total of 10 workstations on their office, all are running win 7 OS. 1 is for the primary admin and 4 is for staff. 5 are for users. the database is located at workstation 1, the other computers wants to access the database.

here is a sample code given to me:

Option Explicit
Dim Conn As New ADODB.Connection
Conn.ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=\\IP\DIR\Data\masterFile.mdb"
as the patch

but i get an erro "User-Define not defined" on "Dim Conn As New ADODB.Connection"

am i missing something like an add-on or reference maybe, like in C# we used to add the reference for SQL connection.
do i need to install something?
Generalrightclick and get fileinfo Pin
Anonymous26-Nov-03 6:11
Anonymous26-Nov-03 6:11 
GeneralRe: rightclick and get fileinfo Pin
Dave Kreskowiak29-Nov-03 6:31
mveDave Kreskowiak29-Nov-03 6:31 
GeneralThe Recordset Fields property/collection Pin
Cliff Wellman26-Nov-03 2:07
Cliff Wellman26-Nov-03 2:07 
GeneralRe: The Recordset Fields property/collection Pin
Dave Kreskowiak29-Nov-03 6:27
mveDave Kreskowiak29-Nov-03 6:27 
GeneralRe: The Recordset Fields property/collection Pin
Cliff Wellman1-Dec-03 2:04
Cliff Wellman1-Dec-03 2:04 
General[Urgent] NT EventLogs Pin
Mojera26-Nov-03 1:12
sussMojera26-Nov-03 1:12 
GeneralRe: [Urgent] NT EventLogs Pin
Dave Kreskowiak29-Nov-03 6:25
mveDave Kreskowiak29-Nov-03 6:25 
GeneralChanging letter casing Pin
justmeTW26-Nov-03 0:52
justmeTW26-Nov-03 0:52 
GeneralRe: Changing letter casing Pin
Colin Angus Mackay29-Nov-03 17:28
Colin Angus Mackay29-Nov-03 17:28 
GeneralRe: Changing letter casing Pin
justmeTW29-Nov-03 17:38
justmeTW29-Nov-03 17:38 
GeneralRe: Changing letter casing Pin
Colin Angus Mackay29-Nov-03 18:02
Colin Angus Mackay29-Nov-03 18:02 
GeneralRe: Changing letter casing Pin
justmeTW29-Nov-03 23:11
justmeTW29-Nov-03 23:11 
GeneralRe: Changing letter casing Pin
Colin Angus Mackay30-Nov-03 11:28
Colin Angus Mackay30-Nov-03 11:28 
GeneralUsing a vb ocx in vc++ Pin
percyvimal25-Nov-03 19:19
percyvimal25-Nov-03 19:19 
GeneralRe: Using a vb ocx in vc++ Pin
Dave Kreskowiak29-Nov-03 6:13
mveDave Kreskowiak29-Nov-03 6:13 
GeneralIncrement CD songs with VB.NET Pin
Anonymous25-Nov-03 18:03
Anonymous25-Nov-03 18:03 
GeneralInput Boxes in VB.Net2003 Pin
BooleanOperator25-Nov-03 17:43
BooleanOperator25-Nov-03 17:43 

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.