Advertisement

12.12.2007 at 06:57AM PST, ID: 23018352
[x]
Attachment Details

vb 2008 express - connection to sql database

Asked by nmxsupport in Microsoft Visual Studio Express, VB Database Programming, VB Objects

Tags: 2008, vb, express, database, sql

Hi,
Running VB 2008 Express and would programmatically write a connection to a sql database.
Will I also need to reference something?

VB6 would be something like this but not sure about VB 2008.

Dim rs as New ADODB.Recordset
Dim Conn As New ADODB.Connection
Public Sub DBConnect()
With
    .CursorLocation = adUseClient
    .ConnectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source = C:\Program Files\Microsoft Visual Studio\VB98     \Database Editor\DBEditor.mdb"
    .Open
End With
rs.Open  "SELECT * FROM MT",Conn,adOpenDynamic,adLockOptimistic,adcmdText  
End SubStart Free Trial
[+][-]12.12.2007 at 12:42PM PST, ID: 20459979

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.12.2007 at 12:48PM PST, ID: 20460036

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]12.12.2007 at 01:57PM PST, ID: 20460537

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]12.12.2007 at 09:20PM PST, ID: 20462550

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Microsoft Visual Studio Express, VB Database Programming, VB Objects
Tags: 2008, vb, express, database, sql
Sign Up Now!
Solution Provided By: jkaios
Participating Experts: 2
Solution Grade: A
 
 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628