Question

Using a DSNLess connection to an Oracle Dataview and access the data w/o using temp table.

Asked by: kfschaefer1

Using a DSNLess connection to an Oracle Dataview and access the data w/o using temp table.

Is there a way to access an Oracle dataview using DSN-Less Connection and being able to view the data w/o actually creating a temp table?

As you can see '*********************  I tried using to create/.append Access table but run into type mismatch isssues.  

If I do not need to create the temp table but still view the data would be my preference.

Any ideas?

K

Public Function FTIRConnection()
    Dim sConn As String
    Dim oConn As ADODB.Connection
    Dim rstOra As ADODB.Recordset, rs As ADODB.Recordset
    Dim adoRS As ADODB.Recordset
    Dim cn As ADODB.Connection
    Dim ctl As Control
    Dim j, i As String
    Dim rsField, tblField As String
    Dim rsValue, tblValue As String
    Set cn = CurrentProject.Connection
 
     sConn = "Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
             "(Host=o"")(Port="")))(CONNECT_DATA=(SID=ftcsverf)));" & _
            "User Id="";Password='';"
    Set adoConn = New ADODB.Connection
    adoConn.Open sConn
    Set adoRS = New ADODB.Recordset
        CurrentDb.Execute "Delete * from tblFTIR_vw"
        Set rs = New ADODB.Recordset
        strSQL = "Select * from tblFTIR_vw"
        rs.Open strSQL, cn, adOpenDynamic, adLockOptimistic
        
     strSQL = " SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE" & _
            " FROM FTCSVERF.FTIR_DNLD_VI_VW" ' & _
            " WHERE FTIR_APNO =" & Chr(39) & UCase(gAPNo) & Chr(39) & ""
            '" & gAPNo & "'"
            Debug.Print strSQL
        adoRS.Open strSQL, adoConn, adOpenStatic, adLockPessimistic
        'Recreates the temp table with FTIR data.
 '**************
        Do Until adoRS.EOF
            rs.AddNew
                For j = 0 To adoRS.Fields.count - 1
                    Debug.Print adoRS.Fields
                    rs(j) = Nz(adoRS(j))
                Next j
            rs.Update
            adoRS.MoveNext
        Loop
End Function
                                  
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2007-12-28 at 13:57:47ID23048195
Tags

MS

,

Access

,

2003

,

Oracle table DSN-Less Connection

,

Oracle

Topics

Access Coding/Macros

,

Oracle 9.x

,

Microsoft Access Database

Participating Experts
2
Points
500
Comments
44

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. "DSNLess Connection in Oracle"
    I want to do dsnless connection in oracle using C function "SQLDriverConnect" If I try using this function I am able to make a dsnless connection to SQL database but I am unable to make a dsnless connection to Oracle database. for sql I give connection string as ...
  2. how to use dataview with oracle database, BIG Points !!!
    I'm using asp.net with code behind and need to use a dataview based on my database, using Oracle. Haven't been able to make this work though. Can anyone help me on setting up my dataview? Here's some of my code... Dim objCommand, sql, sqlCount, sCount, sWherePos, sSql1,...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: BadotzPosted on 2007-12-28 at 14:23:04ID: 20545689

Your connection string is invalid:

sConn = "Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
             "(Host=o"")(Port="")))(CONNECT_DATA=(SID=ftcsverf)));" & _
            "User Id="";Password='';"

Too many quotes inside quotes, for one thing.

sConn = "Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
             "(Host="""")(Port="""")))(CONNECT_DATA=(SID=ftcsverf)));" & _
            "User Id="""";Password="""";"

might help, or you could replace all of the " " " "  with ' ' and see if that helps

 

by: BadotzPosted on 2007-12-28 at 14:24:06ID: 20545693

Sorry but I did not know what "(Host=o"") should be, so I just dropped the oh...

 

by: kfschaefer1Posted on 2007-12-28 at 14:24:33ID: 20545696

the quotes were only used to hide the actual data - my connection string work fine it is the viewing of the data, not the connection string.

k

 

by: kfschaefer1Posted on 2007-12-28 at 14:26:02ID: 20545709

and type mismatch issues between the Oracle datatypes and Access's datatypes.

is there a way to work around this issue?

k

 

by: kfschaefer1Posted on 2007-12-28 at 14:27:04ID: 20545715

as you see in my code - is there a way to actual view the dataview from Oracle using the DSN_less connecton string and have the the view's data open for use.

k

 

by: BadotzPosted on 2007-12-28 at 14:31:53ID: 20545740

Not knowing that you mangled the connection string, I figured it was a good place to start.

I know of no reason whay you cannot view data from an Oracle view in Access. Perhaps try a pass-through query?

 

by: kfschaefer1Posted on 2007-12-28 at 14:33:20ID: 20545747

Not sure how to use a pass thru when using a DSN_Less connection string.

k

 

by: LSMConsultingPosted on 2007-12-28 at 14:34:05ID: 20545748

When you say "view the data", what are you using to view it? If this is a Form, you can build your ADO recordset and set your form to that recordset like this:

Set Me.Recordset = YourRecordsetObject

Assuming your have controls on that form that correspond to the fields in the recordset, you'd see your data.

Nevertheless, if you want to use the code as you supplied, try specifying the order of your columns in the rs recordset, instead of using SELECT *:

strSQL = "Select Col1,Col2,Col3 etc from tblFTIR_vw"
        rs.Open strSQL, cn, adOpenDynamic, adLockOptimistic

 

by: kfschaefer1Posted on 2007-12-28 at 14:37:21ID: 20545774

Another issue is the data type conversion between oracle and Access, has displayed in my code I tried setting the field values via a loop statement.

but ran into the data type conversion issue.

What about make table type of code to set the field names and field datatypes, values, etc.  Know of any code that might do that.

k

 

by: kfschaefer1Posted on 2007-12-28 at 14:38:15ID: 20545776

Will this statement actual open a query and display the results?

strSQL = "Select Col1,Col2,Col3 etc from tblFTIR_vw"
        rs.Open strSQL, cn, adOpenDynamic, adLockOptimistic

 

by: kfschaefer1Posted on 2007-12-28 at 14:39:46ID: 20545785

Just thought should this could be placed in the SQL pass thru query wizard or in VBA?

k

 

by: kfschaefer1Posted on 2007-12-28 at 14:58:58ID: 20545890

As you can see, I also tried this type of connection string. Still not sure how to view the actual data once the connection is made?

 Public Sub ConnectFTIR()
  
    Dim sConn As String
    Dim oConn As ADODB.Connection
    Dim lCnt As Long
    Dim sSQL, strSQL As String
    Dim rstOra As ADODB.Recordset
    Dim rsAccess As New ADODB.Recordset, rs As New ADODB.Recordset
    Dim fld As ADODB.Field
    
    On Error GoTo ErrorHandler
        
    DoCmd.SetWarnings False
     sConn = "Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
            "(Host="")(Port="")))(CONNECT_DATA=(SID=TEST1)));" & _
            "User Id=Test1;Password="";"
    CurrentDb.Execute ("Delete * from tblFTIR_VW")
    
    strSQL = "INSERT INTO tblFTIR_VW ( FTIR_MeasNo, FTIR_ApNo, FTIR_Title, FTIR_RM, FTIR_SPS, FTIR_Min, FTIR_Max," & _
                " FTIR_Units, FTIR_Acc, FTIR_Type, FTIR_Loc, FTIR_Fltr, FTIR_HCO, FTIR_LCO, FTIR_BusName, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SpHdl, FTIR_Desc, FTIR_MaintCd, FTIR_Cmt, FTIR_InstlDwgNo, DtAppnMeasNo, DtUpdtMeasNo )" & _
            " SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE" & _
            " From Test1.Table1" & _
            " WHERE Test1.Table1.FTIR_APNO = '" & gAPNo & "'"
    
    adoRS.Open strSQL, adoConn, adOpenStatic, adLockPessimistic
    Set rstOra = New ADODB.Recordset
 
        rstOra.ActiveConnection = sConn
        rstOra.CursorType = adOpenKeyset
        rstOra.LockType = adLockOptimistic
        rstOra.CursorLocation = adUseServer 'default
        rstOra.Open "FTCSVERF.FTEM_VI_VW"
 
        Do While rsAccess.EOF = False
            rstOra.AddNew
            On Error Resume Next
                For Each fld In rsAccess.Fields
                    rstOra(fld.Name).Value = fld.Value
                Next
            rstOra.Update
        rsAccess.MoveNext
        Loop
        rstOra.Close
        Set rstOra = Nothing
        oConn.Close
        Set oConn = Nothing
 
SubExit:
    On Error Resume Next
    If Not oConn Is Nothing Then
        Set oConn = Nothing
    End If
    rsAccess.Close
    Set rsAccess = Nothing
    Exit Sub
    
ErrorHandler:
    MsgBox "Error " & Err.Number & " (" & Err.Description & ") in procedure ConnectFTIR of Module ModConnectors"
    Resume SubExit
 
End Sub
 
                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:

Select allOpen in new window

 

by: LSMConsultingPosted on 2007-12-28 at 15:08:47ID: 20545961

<Will this statement actual open a query and display the results?>

No ... this opens a recordset, which is sort of like an "in memory". Once you open a Recordset, you would then do something with it (like loop through it and set a value in one of the fields, or perhaps use it to manipulate data in another recordset). In your case, if you want to see it in something like a query or datasheet view, you'd probably be better off dumping it to a temporary table.

As to datatype conversions ... this can be difficult, since Oracle (or any other server-type database) will have datatypes which aren't compatible with Access.  It appears that Oracle BLOB/CLOB/NCLOB/NCHAR columns can cause problems coming into Access; I'm not sure of the workaround for them.

 

by: LSMConsultingPosted on 2007-12-28 at 15:14:25ID: 20545985

You could also build a form that would show this and set the Form's Recordset to the ADO Recordset you create. Just build your form (add the textboxes and set their Tag property to "d"; don't bind them), then open your Oracle recordset. Bind the controls on your form like this:

Dim rst As ADODB.Recordset
<build your connection and ADO Recordset>
Dim i As integer
Dim j As Integer

For i = 0 To Me.Controls.Count -1
  If Me.Controls(i).Tag = "d" Then
    Me.Controls(i).ControlSource = rst.Fields(j).Name
    j = j +1
  End If
Next i

Set Me.RecordSet = rst

Assuming you have the same number of controls as you do Recordset fields, this would work. Set the Form to Continuous or Datasheet view and you'll see all the values in that recordset.

 

by: kfschaefer1Posted on 2007-12-28 at 15:23:14ID: 20546010

If I was to use Maketable based on the Oracle data and data types would this solve the problem of datatype issues?

k

 

by: kfschaefer1Posted on 2007-12-28 at 15:48:38ID: 20546112

here is my latest attempt to create a table on the fly with the Oracle data.  I am getting
Object variable or With block variable not set (Error 91) error - don't see what I am missing - need an extra pair of eyes.  see'******

k

 Public Function FTIRConnection()
    Dim sConn As String
    Dim oConn As ADODB.Connection
    Dim adoConn As ADODB.Connection
    Dim adoRS As ADODB.Recordset
    Dim cn As ADODB.Connection
    Set cn = CurrentProject.Connection
 
    sConn = "Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
             "(Host=Test)(Port=1521)))(CONNECT_DATA=(SID=ftcsverf)));" & _
            "User Id=tst;Password=test;"
    Set adoConn = New ADODB.Connection
    adoConn.Open sConn
    If IsTableExist("tblFTIR_vw") Then
        CurrentDb.Execute ("drop table tblFTIR_vw")
    Else
        strSQL = "SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE, Date as DateCreated, Environ$('Username')AS [User], Now() AS DateCreated" & _
                " INTO tblFTIR_vw" & _
                " FROM FTCSVERF.FTIR_DNLD_VI_VW"
'*****
        adoRS.Open strSQL, adoConn, adOpenDynamic, adLockReadOnly
    End If
    DoCmd.OpenTable "tblFTIR_vw"
        adoRS.Close
        Set adoRS = Nothing
        adoConn.Close
        Set adoConn = Nothing
End Function

                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:

Select allOpen in new window

 

by: LSMConsultingPosted on 2007-12-29 at 05:21:59ID: 20547693

You have to set adoRS to New:

Set adoRS = New ADODB.Recordset
adoRS.Open strSQL, adoConn, adOpenDynamic, adLockReadOnly

 

by: kfschaefer1Posted on 2007-12-29 at 07:17:42ID: 20547950

Morning,

Thanks for the assist, however, I am still getting an error:  see '***********

Ora-00936 - Missing Expression

Here is my latest code

Karen

Public Function FTIRConnection()
    Dim sConn As String
    Dim oConn As ADODB.Connection
    Dim adoConn As ADODB.Connection
    Dim adoRS As ADODB.Recordset
 
    If IsTableExist("tblFTIR_vw") Then
        CurrentDb.Execute ("drop table tblFTIR_vw")
    Else
    sConn = "Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
             "(Host=Test)(Port=1521)))(CONNECT_DATA=(SID=ftcsverf)));" & _
            "User Id=test;Password=test;"
    Set adoConn = New ADODB.Connection
    adoConn.Open sConn
 
        strSQL = "SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE, Date as DateCreated, Environ$('Username')AS [User], Now() AS DateCreated" & _
                " INTO tblFTIR_vw" & _
                " FROM FTCSVERF.FTIR_DNLD_VI_VW" & _
                " WHERE FTIR_APNO= " & Chr(39) & UCase(gAPNo) & Chr(39) & ""
    Set adoRS = New ADODB.Recordset
    adoRS.Open strSQL, adoConn, adOpenDynamic, adLockReadOnly'********
End If
    DoCmd.OpenTable "tblFTIR_vw"
        adoRS.Close
        Set adoRS = Nothing
        adoConn.Close
        Set adoConn = Nothing
        oConn.Close
        Set oConn = Nothing
 End Function

                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:

Select allOpen in new window

 

by: LSMConsultingPosted on 2007-12-29 at 07:37:15ID: 20548014

Running a SELECT INTO query like this would build the table on the ORACLE db and not on the Access db (since you've connected to the Oracle db via the adoConn object).

I'm not sure of the error, however you have 2 DateCreated fields in this query ... also, do away with the Environ() call, and use Single Quotes if FTIR_APNO is a Text value:

Dim sUser As String

sUser = Environ("UserName")
strSQL = "SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE, Date as DateCreated," & sUserName & "AS [User], Now() AS DateCreated" & _
                " INTO tblFTIR_vw" & _
                " FROM FTCSVERF.FTIR_DNLD_VI_VW" & _
                " WHERE FTIR_APNO='" & UCase(gAPNo) & "'"

 

by: kfschaefer1Posted on 2007-12-29 at 07:48:17ID: 20548049

Thanks, however, do I need to change something to build the table in Access from the data collected from Oracle?

k

 

by: kfschaefer1Posted on 2007-12-29 at 07:50:39ID: 20548057

still getting same error

k

 

by: kfschaefer1Posted on 2007-12-29 at 08:45:30ID: 20548223

Found this on the web - not sure how it applies to my code.  Maybe the syntax for Oracle to create a table is different from Access.

ORA-00936:      missing expression

Cause:      A required part of a clause or expression has been omitted. For example, a SELECT statement may have been entered without a list of columns or expressions or with an incomplete expression. This message is also issued in cases where a reserved word is misused, as in SELECT TABLE.

Action:      Check the statement syntax and specify the missing component.

 

by: kfschaefer1Posted on 2007-12-29 at 10:37:28ID: 20548509

Now I trying to execute the oracle portions separately, however, How do i incorporate these results within the Access sql

       strSQL = "SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                    " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                    " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                    " FTIR_LAST_REVISION_DATE" & _
                    " FROM FTCSVERF.FTIR_DNLD_VI_VW" & _
                    " WHERE FTIR_APNO='ZA001'" '" & UCase(gAPNo) & "'"
    Set adoRS = New ADODB.Recordset
    adoRS.Open strSQL, adoConn, adOpenDynamic, adLockReadOnly
        CurrentDb.Execute "SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE, Date as DateCreated, Environ$('Username')AS [User]" & _
                " INTO tblFTIR_vw" & _
                " FROM (SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _

 

by: kfschaefer1Posted on 2007-12-29 at 10:42:30ID: 20548522

JUST WANT TO VIEW THE DATA FROM ORACLE FROM WITHIN ACCESS WITHOUT CREATING A FORM OR TABLE IS THAT POSSIBLE????????

K

 

by: LSMConsultingPosted on 2007-12-29 at 11:45:02ID: 20548721

No need to shout ... sorry you're having troubles, but it ain't my fault.

Can you create a linked table? If so, you could use it just as you would a local table. Otherwise, in order to view the data you'd need to create some form of "physical" object (form, report, etc) that would enable you to view the data onscreen.

If you must use a DSN-less connection, then you'll have to create a table of some sort. You could open your recordset to the Oracle db, then just loop through and use INSERT INTO to push the data into a local table. You'd have to build the table first, of course, but assuming you have that table built:

<open your recordset>

Do until rst.EOF
  Currentproject.Connection.Execute "INSERT INTO YourTAble(Col1, Col2, Col3, Col4, etc) VALUES(" & rst("FTIR_MEASNO") & "," & rst("FTIR_APNO") & "," & rst("FTIR_TITLE") & "," & rst("FTIR_RM") & ")"
  rst.MoveNext
Loop

Of course, if these are Text values, you'll need to enclose them in single quotes; if Dates, enclose them in hash marks.

 

by: kfschaefer1Posted on 2007-12-29 at 12:13:47ID: 20548854

Sorry didn't mean to shout just had the caps on by mistake.

k

 

by: kfschaefer1Posted on 2007-12-29 at 12:15:48ID: 20548864

How do I use the various fields that have various field types coming from Oracle, I ran into the problem early on and still haven't figured out how to solve that issue.

Sorry again for the mistaken cap lock.

K

 

by: kfschaefer1Posted on 2007-12-29 at 12:38:18ID: 20548954

ran into parameter Accessor issue.

How do I pass a parameter into Oracle from Access?

k

 

by: kfschaefer1Posted on 2007-12-29 at 12:58:49ID: 20549028

see '***********

ran into parameter Accessor issue.

 Public Function FTIRConnection()
    Dim sConn As String
    Dim oConn As ADODB.Connection
    Dim adoConn As ADODB.Connection
    Dim adoRS As ADODB.Recordset
 
    gAPNo = "12345"  'getgapno()
    'If IsTableExist("tblFTIR_vw") Then
        CurrentDb.Execute ("Delete * from tblFTIR_vw")
    sConn = "Provider=OraOLEDB.Oracle;Data Source=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
             "(Host=Test)(Port=1521)))(CONNECT_DATA=(SID=ftcsverf)));" & _
            "User Id=test;Password=test;"
    Set adoConn = New ADODB.Connection
    adoConn.Open sConn
strSQL = "SELECT FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
        " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
        " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
        " FTIR_LAST_REVISION_DATE" & _
        " FROM FTCSVERF.FTIR_DNLD_VI_VW" & _
        " WHERE FTIR_APNO='" & UCase(gAPNo) & "'"
Set adoRS = New ADODB.Recordset
adoRS.Open strSQL, adoConn, adOpenDynamic, adLockReadOnly
  Do Until adoRS.EOF
'*************Here  
CurrentProject.Connection.Execute _
      "INSERT INTO tblFTIR_vw(TIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE, DateCreated, User" & _
    " VALUES(" & adoRS("FTIR_MEASNO") & "," & adoRS("FTIR_APNO") & "," & _
        adoRS("FTIR_TITLE") & "," & adoRS("FTIR_RM") & "," & adoRS("FTIR_SPS") & "," & _
        adoRS("FTIR_MIN") & "," & adoRS("FTIR_MAX") & "," & adoRS("FTIR_UNITS") & "," & _
        adoRS("FTIR_ACC") & "," & adoRS("FTIR_TYPE") & "," & adoRS("FTIR_LOC") & "," & _
        adoRS("FTIR_FLTR") & "," & adoRS("FTIR_HCO") & "," & adoRS("FTIR_LCO") & "," & _
        adoRS("FTIR_BUSNAME") & "," & adoRS("FTIR_SU") & "," & adoRS("FTIR_EU_SU") & "," _
        & adoRS("FTIR_EU") & "," & adoRS("FTIR_SPHDL") & "," & adoRS("FTIR_DESC") & "," & _
        adoRS("FTIR_MAINTCD") & "," & adoRS("FTIR_CMT") & "," & adoRS("FTIR_INSTLDWGNO") _
        & "," & adoRS("FTIR_LAST_REVISOR") & "," & adoRS("FTIR_LAST_REVISION_DATE")
  adoRS.MoveNext
Loop
strSQL = "Select * from tblFTIR_vw"
Set rs = CurrentDb.OpenRecordset(strSQL)
Do Until rs.EOF
    rs.Edit
    rs.Fields("DateCreated").Value = Date
    rs.Fields("User").Value = Environ("UserName")
    rs.Update
    rs.MoveNext
Loop

                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:

Select allOpen in new window

 

by: LSMConsultingPosted on 2007-12-29 at 13:02:19ID: 20549042

Well, you'd need to determine what FieldTypes are coming in from Oracle and make sure those fields are going into valid FieldTypes in your Access tables. Here's a KB article that may help: http://support.microsoft.com/kb/104977. Once you build your table, and determine that the incoming Oracle fieldtypes are indeed going into a column that has been declared with the correct fieldType, you should be able to insert your data into the Access table.

Why would you need to pass a parameter to an Oracle table? Or are you running this against a Stored Procedure (or whatever they call them in Oracle)?

 

by: kfschaefer1Posted on 2007-12-29 at 13:04:45ID: 20549055

I need to limit the Oracle dataview to a particular item.

so this is not the issue of a paramter rather the field type issues?

k

 

by: kfschaefer1Posted on 2007-12-29 at 13:21:52ID: 20549090

How do I convert a Oracle number field to a Text field?

k

 

by: kfschaefer1Posted on 2007-12-29 at 13:35:34ID: 20549130

Here are the Oracle table fields & field types  The FTIR_Measno is normally a Text field w/i Access.  Do you suggest I convert  during the update of the table, or change the FTIR_MeasNO in my temp table to a number, then convert it to a CVar("FTIR_MEASNO") when I go to use it in the newly creaed temp table?


Column Name                  ID      Data Type                  Null?
FTIR_MEASNO                   1      NUMBER (7)      (ACcess has it as text field)            N
FTIR_APNO                   2      VARCHAR2 (8 Char)            N
FTIR_TITLE                   3      VARCHAR2 (24 Char)      Y
FTIR_RM                         4      VARCHAR2 (2 Char)            Y
FTIR_SPS                         5      NUMBER (8,2)            Y
FTIR_MIN                         6      VARCHAR2 (7 Char)            Y
FTIR_MAX                         7      VARCHAR2 (7 Char)            Y
FTIR_UNITS                   8      VARCHAR2 (6 Char)            Y
FTIR_ACC                          9      FLOAT                        Y
FTIR_TYPE                  10      VARCHAR2 (4 Char)            Y
FTIR_LOC                        11      VARCHAR2 (4 Char)            Y
FTIR_FLTR                  12      VARCHAR2 (3 Char)            Y
FTIR_HCO                        13      FLOAT                        Y
FTIR_LCO                        14      FLOAT                        Y
FTIR_BUSNAME                  15      VARCHAR2 (8 Char)            Y
FTIR_SU                        16      VARCHAR2 (6 Char)            Y
FTIR_EU_SU                  17      FLOAT                        Y
FTIR_EU                        18      FLOAT                        Y
FTIR_SPHDL                  19      VARCHAR2 (1 Char)            Y
FTIR_DESC                  20      VARCHAR2 (240 Char)      Y
FTIR_MAINTCD                  21      VARCHAR2 (1 Char)            N
FTIR_CMT                        22      VARCHAR2 (240 Char)      Y
FTIR_INSTLDWGNO            23      VARCHAR2 (14 Char)      Y
FTIR_LAST_REVISOR            24      VARCHAR2 (6 Char)            Y
FTIR_LAST_REVISION_DATE      25      DATE                        Y

 

by: LSMConsultingPosted on 2007-12-31 at 05:21:28ID: 20554507

I'd suggest you convert when you move the data to your local table, during the INSERT statement ... you can use the various CDate, CStr etc functions to do this.

 

by: kfschaefer1Posted on 2008-01-02 at 09:36:54ID: 20566004

Still having issues with the Accessors Error:  I know it is not the Parameter issue it is the syntax issue.  based on the table structure previously mentioned could you verify my syntax.   when I attempt to limit my query to figure out which field is causing the problem I am getting a Missing expression error and when I leave it intact I get the Accessors Error.

    Do Until adoRS.EOF
        CurrentProject.Connection.Execute _
            "INSERT INTO tblFTIR_vw(FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE) " & _
            " VALUES('" & adoRS("FTIR_MEASNO") & "','" & adoRS("FTIR_APNO") & _
                "'," & LTrim$(adoRS("FTIR_TITLE")) & "'," & adoRS("FTIR_RM") & ",'" & _
                adoRS("FTIR_SPS") & "','" & adoRS("FTIR_MIN") & "','" & _
                adoRS("FTIR_MAX") & "','" & adoRS("FTIR_UNITS") & ",'" & _
                adoRS("FTIR_ACC") & "','" & adoRS("FTIR_TYPE") & "','" & _
                adoRS("FTIR_LOC") & "','" & adoRS("FTIR_FLTR") & ",'" & _
                adoRS("FTIR_HCO") & ",'" & adoRS("FTIR_LCO") & "','" & _
                adoRS("FTIR_BUSNAME") & "','" & adoRS("FTIR_BUSNAME") & "','" & _
                adoRS("FTIR_SU") & ",'" & adoRS("FTIR_EU_SU") & ",'" & _
                adoRS("FTIR_EU") & "','" & adoRS("FTIR_SPHDL") & "','" & _
                adoRS("FTIR_DESC") & "','" & adoRS("FTIR_MAINTCD") & "','" & _
                adoRS("FTIR_CMT") & "','" & adoRS("FTIR_INSTLDWGNO") & "','" & _
                adoRS("FTIR_LAST_REVISOR") & "','" & _
                Format(adoRS("FTIR_LAST_REVISION_DATE"), "\#yyyy\-mm\-dd#") & ")"
 
stripped out version - Gets missing expression error>
 
          CurrentProject.Connection.Execute _
            "INSERT INTO tblFTIR_vw(FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS)" & _
             " VALUES('" & adoRS("FTIR_MEASNO") & "','" & adoRS("FTIR_APNO") & "'," & _
                LTrim$(adoRS("FTIR_TITLE")) & "'," & adoRS("FTIR_RM") & ",'" & _
                adoRS("FTIR_SPS") & "','" & adoRS("FTIR_MIN") & "','" & _
                adoRS("FTIR_MAX") & "','" & adoRS("FTIR_UNITS") & ")"
                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:

Select allOpen in new window

 

by: LSMConsultingPosted on 2008-01-02 at 09:58:05ID: 20566169

You don't have an ending single quote on the last item:

 adoRS("FTIR_LAST_REVISOR") & "','" & _
                Format(adoRS("FTIR_LAST_REVISION_DATE"), "\#yyyy\-mm\-dd#") & "')"
-----------------------------------------------------------------------------------------------------^<<<  Added here

Also, is FTIR_Last_Revision_Date a Date field or a Text field? If it's a Date field, try surrounding it with hash marks ( # ).

Note that you can normally check your syntax pretty easily by "running" it in the Immediate window, then copy/paste the SQL into a new, blank query ... then switch to design view and Access will often tell you what (and where) the problem lies. To run the sql, just copy eventhing from the "INSERT INTO (including the double quote) and paste it into the Immediate window, add a ? before the whole thing then press enter ... the immediate window will show you the resultant string which you can then paste into a blank query for testing.

 

by: kfschaefer1Posted on 2008-01-03 at 07:19:21ID: 20573399

Yes, I tried your suggestions, and I am still getting type mismatch issues, when it comes to the Null values.

I cam across the follwoing function - is there a way to convert this to use the DSN-less type of connection string.

Also coulld I use a QueryDef type of code to actual view the data without using an updating of table - which causes the issue with datatype conversions?

Function fPassThrough(strSQL As String, strDSN)
   
    Dim db As Database
    Dim qdf As QueryDef
   
    Set db = CurrentDb
    Set qdf = db.CreateQueryDef("", strSQL)
   
    With qdf
        .ReturnsRecords = False
        .Connect = "ODBC;DSN=" & strDSN
        .Execute
        .Close
    End With
   
End Function

 

by: LSMConsultingPosted on 2008-01-03 at 08:43:47ID: 20574195

You can try setting the Connect setting to a valid connect string ... you might also be able to simply view the data as well by just opening your query.

For info on connect strings try www.connectionstrings.com

 

by: LSMConsultingPosted on 2008-01-03 at 08:45:58ID: 20574220

<Yes, I tried your suggestions, and I am still getting type mismatch issues, when it comes to the Null values.>

Anytime you are working with potential Null values you'll need to handle them ... in Access, the easiest way is to use the Nz function on EACH column:

 "INSERT INTO tblFTIR_vw(FTIR_MEASNO, FTIR_APNO, FTIR_TITLE, FTIR_RM, FTIR_SPS, FTIR_MIN, FTIR_MAX, FTIR_UNITS," & _
                " FTIR_ACC, FTIR_TYPE, FTIR_LOC, FTIR_FLTR, FTIR_HCO, FTIR_LCO, FTIR_BUSNAME, FTIR_SU, FTIR_EU_SU," & _
                " FTIR_EU, FTIR_SPHDL, FTIR_DESC, FTIR_MAINTCD, FTIR_CMT, FTIR_INSTLDWGNO, FTIR_LAST_REVISOR," & _
                " FTIR_LAST_REVISION_DATE) " & _
            " VALUES('" & Nz(adoRS("FTIR_MEASNO"),'') & "','" & Nz(adoRS("FTIR_APNO"),'') & _
                "'," & LTrim$(Nz(adoRS("FTIR_TITLE"),'')) & "'," & Nz(adoRS("FTIR_RM"),'') & ",'"  etc etc

 

by: kfschaefer1Posted on 2008-01-03 at 08:51:02ID: 20574262

When I tried the Nz(), still got the same error, I even tried Nz(fieldName),0) around those fields that = numbers.  Still no luck.

Trying different approach - changing the insert into an existing table - I am attempting to Create TAble on the fly with the Oracle Table using the fPassThrough Code.  Having some connection issues, maybe you could assist me and is this a feasible way to approach the datatype conversion issues?  Which would you recommend?

k

<Edited by AnnieMod to remove sensitive information>

Connection for Create TAble:
 
Public Function ConnectFTIR()
On Error GoTo ConnectFTIR_Error
 
    Dim sConn As String
    Dim oConn As ADODB.Connection
    Dim adoConn As ADODB.Connection
    Dim adoRS As ADODB.Recordset
    Dim RS As ADODB.Recordset
 
    gAPNo = "test" 'GetgAPNo()
    If IsTableExist("table_vw") Then
        CurrentDb.Execute ("Drop table table_vw")
    End If
 
Set conn = New ADODB.Connection
 
adoConn.ConnectionString = "Driver={Microsoft ODBC for Oracle};Server=(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)" & _
             "(Host=something.com)(Port=1521)))(CONNECT_DATA=(SID=something)));" & _
            "User Id=someone;Password=password;"
    Set adoConn = New ADODB.Connection
    adoConn.Open
 
adoConn.Execute <create table statement removed>
    Set conn = New ADODB.Connection
    conn.Open sConn
    Set adoRS = New ADODB.Recordset
   ' adoRS.Open strSQL, conn, adOpenDynamic, adLockReadOnly
 
conn.Close
 
ConnectFTIR_Exit:
Exit Function
 
ConnectFTIR_Error:
MsgBox "Unexpected error - " & Err.Number & vbCrLf & vbCrLf & Error$, vbExclamation, "ConnectFTIR"
Resume ConnectFTIR_Exit
 
Pass Thru code:
Function fPassThrough(strSQL As String, strDSN)
   
    Dim db As Database
    Dim qdf As QueryDef
   
    Set db = CurrentDb
    Set qdf = db.CreateQueryDef("", strSQL)
   
    With qdf
        .ReturnsRecords = False
        .Connect = "ODBC;DSN=" & strDSN
        .Execute
        .Close
    End With
   
End Function
                                              
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:

Select allOpen in new window

 

by: LSMConsultingPosted on 2008-01-03 at 09:09:56ID: 20574449

I think you'd be much better off working through the datatype issues. There are plenty of apps out there that connect to Oracle databases, so the problem is certainly not insurmountable, you just need to pinpoint where the problem lies. This is most easily done by working through the fields 1 by 1 - add the FIRST field to your insert syntax and run that ... then add another field, then another, and execute after EACH of those. Find out where the code fails and fix that, then move on from there.

 

by: kfschaefer1Posted on 2008-01-03 at 09:57:06ID: 20574884

What is the proper syntax on a text field value that contains a single quote contained in the text.

ie.  'CONTROL COL POS PILOT'S'  so it is not read as the end of the text?

k

 

by: kfschaefer1Posted on 2008-01-03 at 10:12:46ID: 20575026

Since I am using Oracle data the Chr(34) is not recognized.

 

by: kfschaefer1Posted on 2008-01-03 at 10:17:55ID: 20575072

How do I modify this to allow for apstrophes within the text?

,'" & LTrim$(adoRS("FTIR_TITLE")) & "','"

k

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...