Search

You searched for the word(s): userid:171318

Matching Posts

  • Re: Joining Table with sproc

    Worked great. Thanks for the help.
  • Joining Table with sproc

    Hello everyone and thanks for your help in advance. I need to write a stored procedure that queries a table of patient visits for example: Select Distinct MRNumber from tblPatientVisits Then utilize the returned MRNumbers in order to query a patient master table tblPtmstr1 to return the corresponding addresses and phone numbers I'm not really sure how to structure this query to work correctly. Any help on this topic will be greatly appreciated.
  • Custom Membership Provider

    Hello Everyone and thanks for your help in advance. I am working on an application that needs to utilize some type of authenication. I have read about the memberhsip provider, however, it appears that this creates a generic SQL Server table and a few other standardized items that might constrain my application. Can the membership provider be used with a custom SQL Server table? I have looked for examples without succes. Any help would be greatly appreciated.
    Posted to Security (Forum) by kmcnet on 8/28/2009
  • Blog Architecture

    Hello everyone and thanks for your help in advance. I am developing a custom blog application and am looking for some general advice from those that hve expereince in this type of application. First, I will be using SQL server 2000 to store each individual article posting. However, I need the ability to store long or multi-page articles. I believe there is a limitation to the size of a datafield stored. So I assume I need to break each article into a logical page and number accordingly unless there
    Posted to Architecture (Forum) by kmcnet on 8/14/2009
  • Re: Problem Reading from NAS

    The domain controller is not the DNS server. It instead come from a router. However, I checked the DNS on the appliance and the Primary WINS server is the IP address of the Domain Controller. Additionally, when I change permissions settings on teh storage appliance, I can resolve names on the Domain Controller through the Check Names function, so it appears the appliance can communicate at least in part with the domain.
    Posted to Configuration and Deployment (Forum) by kmcnet on 6/30/2009
  • Re: Problem Reading from NAS

    Once again, thanks for the response. Yes, you are correct in that it is a Windows Storage Applance. They are both part of the same domain. The domain controller is the one that crashed and was rebuilt. Also, the DC runs the ASP.Net applications. I have given the entire folder IUSR, IWAM, and Network Service rights. I have also recreated a test directory and given it similar permissions and then wrote a test application: path = " \\Appliance\test\test.txt " Try If File.Exists(path) = False
    Posted to Configuration and Deployment (Forum) by kmcnet on 6/29/2009
  • Re: Problem Reading from NAS

    I tried another variation fo the code to try to flush out the actual exception: Try Dim objStreamReader As StreamReader objStreamReader = File.OpenText(Path) Catch ex As Exception Label1.Text = ex.ToString End Try Generates the error: System.IO.IOException: There are currently no logon servers available to service the logon request. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean
    Posted to Configuration and Deployment (Forum) by kmcnet on 6/29/2009
  • Problem Reading from NAS

    Hello everyone and thanks for your help in advance. I have an ASP.Net application that uses System.IO to read PDF files from a NAS device, then writes it to the browser for display. The applciation has worked for amny years. However, the server it is hosted on (not the NAS) crashed and had to be rebuilt. The application now cannot reach the files. I ahve createdd what I believe are appropriate shares. When I type in a path to a file, i.e. \\myNas\folder\pdffile.pdf in either file explorer or IE,
    Posted to Configuration and Deployment (Forum) by kmcnet on 6/27/2009
  • Re: Problem Reading from NAS

    Thanks for the response. The server that was rebuilt is a Windows 2003 Server that is also a domain controller. The NAS device is a Windows 2003 Appliance Edition. I have made no changes on the NAS device and think nothing has changed unless the crash caused something I am unaware of. The directories in question are mapped as network drives on the main server and can be browsed and opened. I have two VB.Net applications using the same coding that seems to be able to access the NAS appropriately.
    Posted to Configuration and Deployment (Forum) by kmcnet on 6/27/2009
  • Re: Firefox Overflow Problems

    Again, thanks for the help. However, if I am going to do this without tables, don't I need to float the left column to the left and the right column to the right?
    Posted to Client Side Web Development (Forum) by kmcnet on 6/3/2009
Page 1 of 41 (409 items) 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities