Question

ReportViewer & custom datasource

Asked by: jay-are

Hello Experts:

I've been trying to load an SSRS report in a reportviewer on my asp.net website using vb.net code-behind.  I've been trying to user serverreport since I have an active 2008 reporting server.  I can't get the report to load.  There are no errors, just a blank iframe where the reportviewer should be.  I've tried many combinations of serverpath/url.  I'm not sure how to load a datasource.  In the report directory on the report manager I have a custom datasource.  How do I get the report to load using the correct datasrouce?

Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        Dim ReportViewer1 As ReportViewer = New ReportViewer
        ReportViewer1 = Me.ReportViewer1
        ReportViewer1.Reset()
        ReportViewer1.ProcessingMode = ProcessingMode.Remote
        ReportViewer1.Visible = True
        ReportViewer1.ServerReport.ReportServerUrl = New Uri("http://myserverip/ReportServer/Pages/ReportViewer.aspx?/")
        ReportViewer1.ServerReport.ReportPath = "foldername/execrecap"
        ReportViewer1.ShowCredentialPrompts = False
        ReportViewer1.ServerReport.ReportServerCredentials = New MyReportServerCredentials
        ReportViewer1.DataBind()
        Me.ReportViewer1.ServerReport.Refresh()
        If Not Page.IsPostBack Then
            Dim Menu1 As Menu
            Menu1 = Me.Menu1
            Dim value As MenuItemBindingCollection
            value = Menu1.DataBindings
            Me.Page.DataBind()
            'asp menu stuff 
        End If
    End Sub
End Class
Public NotInheritable Class MyReportServerCredentials
    Implements IReportServerCredentials
 
    Public ReadOnly Property ImpersonationUser() As WindowsIdentity _
            Implements IReportServerCredentials.ImpersonationUser
        Get
 
            'Use the default windows user.  Credentials will be
            'provided by the NetworkCredentials property.
            Return Nothing
 
        End Get
    End Property
 
    Public ReadOnly Property NetworkCredentials() As ICredentials _
            Implements IReportServerCredentials.NetworkCredentials
        Get
 
            'Read the user information from the web.config file.  
            'By reading the information on demand instead of storing 
            'it, the credentials will not be stored in session, 
            'reducing the vulnerable surface area to the web.config 
            'file, which can be secured with an ACL.
 
            'User name
            Dim userName As String = _
                ConfigurationManager.AppSettings("MyReportViewerUser")
 
            If (String.IsNullOrEmpty(userName)) Then
                Throw New Exception("Missing user name from web.config file")
            End If
 
            'Password
            Dim password As String = _
                ConfigurationManager.AppSettings("MyReportViewerPassword")
 
            If (String.IsNullOrEmpty(password)) Then
                Throw New Exception("Missing password from web.config file")
            End If
 
            'Domain
            Dim domain As String = _
                ConfigurationManager.AppSettings("MyReportViewerDomain")
 
            If (String.IsNullOrEmpty(domain)) Then
                Throw New Exception("Missing domain from web.config file")
            End If
 
            Return New NetworkCredential(userName, password, domain)
 
        End Get
    End Property
 
    Public Function GetFormsCredentials(ByRef authCookie As Cookie, _
                                   ByRef userName As String, _
                                   ByRef password As String, _
                                   ByRef authority As String) _
                                   As Boolean _
       Implements IReportServerCredentials.GetFormsCredentials
 
        authCookie = Nothing
        userName = Nothing
        password = Nothing
        authority = Nothing
 
        'Not using form credentials
        Return False
 
    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:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:

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
2009-08-04 at 11:47:02ID24625817
Tags

reportviewer

,

sql reporting services

Topics

MS SQL Reporting

,

Microsoft Visual Basic.Net

,

SQL Server 2008

Participating Experts
1
Points
500
Comments
39

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. set Datasource of Grid control in VB.NET
    Hi all, I have a problem in vb.net In Vb 6.0 i can set datasource = recordset by: dim rs as new ADOBD.recordset rs.open "Select * from CUSTOMERS", g_conn, adOpenForwardOnly, adLockReadOnly if rs.eof then grdCustomer.Datasource = rs end id ====================...
  2. Filtering a datasource
    Is there a way of filtering a datasource (an array) i.e. only displaying certain rows in the grid and not displaying others?
  3. DataSource property for a custom control
    Hi all.. I am programming a custom control inherited from System.Windows.Forms.TreeView. I have added one property named DataSource whose behaviour is identical (or plan to be identical) as the one present in DataGridView control, both at design time and at run time. In pr...
  4. Dynamic DataSource
    Hi, I am trying to create a DataGridView that is bound to my database. I've added a DataSource and, when I bind to it, the data displays properly. However, I would like to have this DataSource change depending on what item is selected in a neighboring TreeView. So, if I...
  5. typeconverter for datasource property in custom control
    I have a custom control which has a datasource property. Here is the property code: Private _DataSource As Object <Category("Data"), Bindable(True), Description("The data source used to populate the list with items"), TypeConverter("System.Win...

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: CodeCruiserPosted on 2009-08-05 at 01:14:20ID: 25021089

I think you need to use the Server.Mappath for the report url
ReportViewer1.ServerReport.ReportPath = Server.MapPath("~/foldername/execrecap")

 

by: jay-arePosted on 2009-08-05 at 05:59:52ID: 25022860

Ok I tried using Server.MapPath and it made no difference.  I don't understand why I'm not seeing the actual control when I load the page.  Its just blank.  No error, no report viewer...

 

by: CodeCruiserPosted on 2009-08-05 at 06:05:29ID: 25022921

Oh my mistake. I did not notice that you are creating the reportviewer programmatically. Any particular reason? You may try using the me.Controls.Add(ReportViewer1) but i think it wont render. Try adding the report viewer to the page at design time.

 

by: jay-arePosted on 2009-08-05 at 06:09:31ID: 25022979

Ah...something so simple.  Ok that seemed to work.  Now I just see this error:  Client found response content type of '', but expected 'text/xml'. The request failed with an empty response.

 

by: CodeCruiserPosted on 2009-08-05 at 06:18:27ID: 25023096

Remove this line
Me.Page.DataBind()


Cant think of any other reason for this error. Never heard of it.

 

by: jay-arePosted on 2009-08-05 at 06:26:51ID: 25023176

It's a problem with the report url or path.  I thought I had the correct URL and reportpath but now its trying to look in the wwwroot for the reportfolder and report.

 

by: CodeCruiserPosted on 2009-08-05 at 06:30:19ID: 25023213

Where is the report saved?

 

by: jay-arePosted on 2009-08-05 at 06:34:39ID: 25023250

It's published to my reportserver.

 ReportViewer1.ServerReport.ReportServerUrl = New Uri("http://IP/ReportServer/Pages/ReportViewer.aspx?/")
 ReportViewer1.ServerReport.ReportPath = Server.MapPath("foldername/reportname")

when I use http://myip/ReportServer/Pages/ReportViewer.aspx?/foldername/reportname

I get the actual report rendered.  However, inside the reportviewer I keep getting that error.

 

by: CodeCruiserPosted on 2009-08-05 at 06:52:10ID: 25023429

Did you try removing the Server.Mappath?

 

by: jay-arePosted on 2009-08-05 at 06:54:37ID: 25023459

Yes, still gives the same error.

 

by: CodeCruiserPosted on 2009-08-05 at 06:58:59ID: 25023498

I think you can just set the ReportSource of the viewer.

http://www.beansoftware.com/ASP.NET-Tutorials/Using-Crystal-Reports.aspx

 

by: jay-arePosted on 2009-08-05 at 07:01:49ID: 25023524

This is for a sql reporting services setup, not Crystal.

 

by: CodeCruiserPosted on 2009-08-05 at 07:24:25ID: 25023770

Apologies for confusion. Check here

http://bdotnet.in/forums/p/1281/2709.aspx

 

by: jay-arePosted on 2009-08-05 at 08:01:11ID: 25024202

Ok using that example I got the report to load after one other problem.  
Me.Controls.Add(ReportViewer1) had to be changed to
form1.Controls.Add(ReportViewer1)

Seems it didn't add the reportviewer inside the form tag which has runat=server.  Threw some odd error.  Got that fixed!

Ok with that finally working we can focus on my original question.  Each folder on the reportserver (just 2 folders) has a datasource setup for each of my clients.  How do I switch between different datasources depending on which client is viewing the site?

ReportViewer1.ServerReport.Datasources.add("datasourcename") doesn't exist like it does for "LocalReport".  The only info I can find on this is to setup the report to allow a parameter to be passed with the datasrouce info.  Is that correct?  How do I set this up in my code-behind?  I've also never set a parameter in a report to ask for datasource info...


 

by: jay-arePosted on 2009-08-05 at 11:42:53ID: 25026671

The first two seem the most helpful but I can't seem to get the class correct.

Dim dDefinition As New ReportingService2005.DataSourceDefinition()  is not recognized.  

 

by: CodeCruiserPosted on 2009-08-06 at 00:48:42ID: 25030932

Make sure you add the proper import statements

http://msdn.microsoft.com/en-us/library/aa257615%28SQL.80%29.aspx

 

by: jay-arePosted on 2009-08-06 at 07:13:54ID: 25033568

I'm confused.  I can't seem to find these statements.  Do I need to add a reference to a specific dll?  I can't find any reportingservice dll even though I have a full install of sql08 and RS08.

 

by: CodeCruiserPosted on 2009-08-06 at 07:18:25ID: 25033621

The example at following link has this import
Imports System.Web.Services.Protocols

http://msdn.microsoft.com/en-us/library/aa225833%28SQL.80%29.aspx

 

by: jay-arePosted on 2009-08-06 at 09:06:18ID: 25035036

Even including that I still get problems with their sample.  

This is what I used:
' Create datasource for the report.
        Dim name As String = "dbname"
        Dim parent As String = "/"
        Dim rs As New ReportingService()
        rs.Credentials = System.Net.CredentialCache.DefaultCredentials
        Dim definition As New DataSourceDefinition()
        definition.CredentialRetrieval = CredentialRetrievalEnum.Integrated
        definition.ConnectString = "data source=192.168.0.103;initial catalog=" & strclientid
        definition.Enabled = True
        definition.EnabledSpecified = True
        definition.Extension = "SQL"
        definition.ImpersonateUserSpecified = False
        'Use the default prompt string.
        definition.Prompt = Nothing
        definition.WindowsCredentials = False
        rs.CreateDataSource(name, parent, False, definition, Nothing)

It's still having trouble with DataSourceDefinition() and CredentialRetrievalEnum.Integrated and CreateDataSource.  I must be missing something entirely...

 

by: jay-arePosted on 2009-08-07 at 08:36:42ID: 25043891

Any ideas?  I'm certainly just missing a reference to a certain class but I can't seem to find it.

 

by: CodeCruiserPosted on 2009-08-07 at 08:40:03ID: 25043927

I dont know what's wrong. I have seen this class being used in almost all examples.

 

by: jay-arePosted on 2009-08-07 at 12:07:32ID: 25045961

Should I have the entire section above wrapped in that class?

 

by: CodeCruiserPosted on 2009-08-07 at 14:53:12ID: 25047226

Refer to the examples and read the articles to see if there is any description of the class.

 

by: jay-arePosted on 2009-08-10 at 12:06:41ID: 25062975

So am I supposed to just add that sub like so:

Public Sub CreateDataSource( _
   ByVal DataSource As String, _
   ByVal Parent As String, _
   ByVal Overwrite As Boolean, _
   ByVal Definition As [Namespace].DataSourceDefinition, _
   ByVal Properties() As [Namespace].Property _
)
   Member of [Namespace].ReportingService
    End Sub

What exactly is [Namespace] supposed to be?  Sorry, I've never used "member of" before.

 

by: jay-arePosted on 2009-08-10 at 14:19:54ID: 25064173

I tried creating this just above my main class already in use:

Class MyNameSpace
    Public Shared Sub Main()
        Dim rs As New ReportingService()
        rs.Credentials = System.Net.CredentialCache.DefaultCredentials

        Dim name As String = "AdventureWorks"
        Dim parent As String = "/"

        ' Define the data source definition.
        Dim definition As New DataSourceDefinition()
        definition.CredentialRetrieval = CredentialRetrievalEnum.Integrated
        definition.ConnectString = "data source=(local);initial catalog=AdventureWorks"
        definition.Enabled = True
        definition.EnabledSpecified = True
        definition.Extension = "SQL"
        definition.ImpersonateUserSpecified = False
        'Use the default prompt string.
        definition.Prompt = Nothing
        definition.WindowsCredentials = False

        Try
            rs.CreateDataSource(name, parent, False, definition, Nothing)

        Catch e As SoapException
            Console.WriteLine(e.Detail.InnerXml.ToString())
        End Try
    End Sub
    Sub CreateDataSource( _
       ByVal DataSource As String, _
       ByVal Parent As String, _
       ByVal Overwrite As Boolean, _
       ByVal Definition As MyNameSpace.DataSourceDefinition, _
       ByVal Properties() As MyNameSpace.Property _
    ) Member of MyNameSpace.ReportingService
    End Sub
End Class

This is a copy/paste of the example basically.  I'm not sure if I used it correctly since it doesn't recognize "MyNameSpace" or "member of".  It also still doesn't recognize DataSourceDefinition making me think I still don't have the correct reference.

 

by: jay-arePosted on 2009-08-10 at 14:33:17ID: 25064275

http://msdn.microsoft.com/en-us/library/aa258104(SQL.80).aspx

I'm thinking that's what I need to use since the datasources already exist on the reporting server.

 

by: jay-arePosted on 2009-08-10 at 16:04:39ID: 25064915

Ok I found out why I was having trouble referencing ReportingService().  For some reason my 2008 RS server doesn't have the dll I have to reference.   So I did web reference and connected to one of our 2005 RS servers and found the dll there and added it to my project.  Now those examples don't give me errors.

So after changing things like the version from 8.0 to 9.0 I don't see any errors.  However when I try to load the webform I get an error:

Compiler Error Message: BC30002: Type 'ReportingService' is not defined.

Source Error:

 

Line 18: Class Sample
Line 19:     Public Shared Sub Main()
Line 20:         Dim rs As New ReportingService()
Line 21:         rs.Credentials = System.Net.CredentialCache.DefaultCredentials
Line 22:
 

Source File: C:\inetpub\wwwroot\New\GM\GM.aspx.vb    Line: 20


Odd it doesn't show this in the actual developer.  I'm still not sure how to set the report to use a specific datasource.

 

by: CodeCruiserPosted on 2009-08-11 at 01:28:10ID: 25067013

If you mix up 2005 and 2008 references then you would create further problems. It appears to me that this particular namespace has been removed from the 2008 version or has been reengineered. Try using the 2005 version of all the DLLs.

 

by: jay-arePosted on 2009-08-11 at 07:53:43ID: 25069753

Well I added the 2005 web reference and changed all the references to it to version 9.0 and it gives the same error.  When I change all references to 8.0 I get the 'ReportViewer' is ambiguous in the namespace 'Microsoft.Reporting.WebForms'  error.  Not sure why this is happening now.

 

by: CodeCruiserPosted on 2009-08-11 at 07:58:39ID: 25069812

The ambiguity is because of the version conflicts. There are now 2 reportviewers one from 2005 and one from 2008. I suggest you read the articles i linked above and try to bottom out the issue by refering to examples.

 

by: jay-arePosted on 2009-08-11 at 08:16:28ID: 25070023

I've gone over the examples a lot.  I've tried changing versions with no luck.  I also don't see any duplicate references.  Not sure how to find this any easier.  I only added the dll reference once.  I'm using VS08 so I'm sure the reportviewer control I added is causing this but I'm not sure how to fix it.

 

by: jay-arePosted on 2009-08-11 at 08:18:32ID: 25070046

<%@ Register Assembly="Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"
    Namespace="Microsoft.Reporting.WebForms" TagPrefix="rsweb" %>

That's whats on my aspx page.  The webconfig also contains references to the same assembly.  Switching them between 8 and 9 just gives me the same errors.  I don't see any othere references anywhere but I'm not sure where to look.

 

by: CodeCruiserPosted on 2009-08-11 at 08:27:43ID: 25070157

I am out of suggestios now to be honest.

 

by: jay-arePosted on 2009-08-11 at 12:25:08ID: 25072402

Well I've gone through the entire project and made sure it was version 8.  I still get this error:

Compiler Error Message: BC30002: Type 'ReportingService' is not defined.

Source Error:

 

Line 18: Class Sample
Line 19:     Public Shared Sub Main()
Line 20:         Dim rs As New ReportingService()
Line 21:         rs.Credentials = System.Net.CredentialCache.DefaultCredentials
Line 22:         Dim reference As New DataSourceReference()
 

Source File: C:\inetpub\wwwroot\New\GM\GM.aspx.vb    Line: 20

 

by: jay-arePosted on 2009-08-11 at 13:19:19ID: 25072920

I'm not sure what else to do at this point.

I added the web reference to the 2005 RS server.  "reportservice.wsdl"  Then added the code below.  I don't get any errors till I actually load the aspx page.

Imports ReportingServices
Class Test
    Public Shared Sub Main()
        Dim rs As New ReportingService()
        rs.Credentials = System.Net.CredentialCache.DefaultCredentials
        Dim reference As New DataSourceReference()
        reference.Reference = "/myfolder"
        Dim dataSources(1) As DataSource
        Dim ds As New DataSource()
        ds.Item = CType(reference, DataSourceDefinitionOrReference)
        ds.Name = "MyDS"
        dataSources(0) = ds
    End Sub
End Class

 

by: jay-arePosted on 2009-08-12 at 11:10:32ID: 31611598

I'm awarding points since you definately helped me fix one of my original problems.  I'm out of ideas for the rest of the issues so I'm going to open another question in hopes of getting some more responses.  Thanks!

 

by: CodeCruiserPosted on 2009-08-13 at 00:41:25ID: 25086063

Thanks for awarding the points and apologies for not being able to solve the big problem.

 

by: jay-arePosted on 2009-08-17 at 10:08:46ID: 25116279

Just to follow up in case someone comes across this and has the same trouble.  I wasn't referencing the 2008 RS server correctly.  

Reference path should be:  http://yourserver/reportserver/reportservice2005.asmx?wsdl

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...