Search

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

Matching Posts

  • Re: Read Image Data From SQL Server

    I have something similar going on. I have saved a jpg and pdf files into SQL Server. I can retrieve and display the jpg using what you have described. However, I cannot get the pdf files to display using the same code. I have the pdf saved as application/pdf mime type while the jpg is saved as image/pjpg. I have them both saved in image fields. Response.ClearContent() Response.ContentType = photo_Reader( "LocalRuleFileType" ).ToString Response.BinaryWrite(photo_Reader( "LocalRuleFileContent"
  • Re: Stored procedure call to DB2/AS400 failing

    Found the problem. The coder left out one parameter in the call. There should be 11 question marks.
    Posted to Other Databases (Forum) by Larryk929 on 8/14/2007
  • Stored procedure call to DB2/AS400 failing

    I am calling a stored procedure on an AS/400 with VS 2003. It is called PRC_Centralnamemastersearch. I get the following error: ERROR [HY000] [IBM][iSeries Access ODBC Driver][DB2 UDB]SQL7967 - PREPARE of statement PRC_CENTRALNAMEMASTERSEARCH completed. { call AOPCCENDTA.PRC_CentralNameMasterSearch(?,?,?,?,?,?,?,?,?,?) } However, several other stored procedures do work. The connection string follows. The code concatenates the user id and password. The same connection string is used for all stored
    Posted to Other Databases (Forum) by Larryk929 on 8/14/2007
  • Re: Ascx file doesn't recognize class and other declarations

    Never mind. I found the problem.
    Posted to Web Forms (Forum) by Larryk929 on 3/2/2007
  • Ascx file doesn't recognize class and other declarations

    I am using an ascx file that will not recognize declarations. For example, I have a function in a class and try to call that function as follows: Dim NasClass As New NasClass NasClass.GetURL() However, the ascx doesn't recognize NasClass, saying declaration expected. If I put the VB code in the ascx, it doesn't recognize string declarations either. For example Dim mystring as string mystring = something mystring gets an error saying declaration expected. In a related question, if I want to user the
    Posted to Web Forms (Forum) by Larryk929 on 3/1/2007
  • Re: Am I really this stupid? What the heck do I upgrade with this zip file?

    Good information in the thread. Just my two cents. Of course it is impossible to cover every installation scenario, but when writing documentation you must write to the lowest common denominator, especially with an installation guide. It should be assumed in such a guide that the person knows nothing about DNN and how it works. I was also wondering about the zip and it is still not clear to me what's going to happen to my custom directories, etc.
    Posted to Getting Started (Forum) by Larryk929 on 11/18/2005
  • Re: blog module tutorial

    As noted in the first post, this is the blog module tutorial provided by Seabury Design, not the core blog. All the stored procedures do exist and seem to be properly referenced in dataprovider.vb and sqldataprovider.vb. I know it is connecting to the database because the overall site continues to function. It just seems as though it is not writing to or reading from the Blog table, though it gives no errors.
    Posted to DotNetNuke (Forum) by Larryk929 on 10/19/2005
  • blog module tutorial

    In creating the blog module through the Seabury Design tutorial, I must have missed something. I'm not getting any errors during the compile or in module on the site, however, it appears not be reading from or writing to the Blog table in the database. That is the module works, except when I try to add blog it does not write to the table and when I add data manually to the table, it does not read it, though no errors appear. I'm guessing there is some sort of problem with the connection to the database
    Posted to DotNetNuke (Forum) by Larryk929 on 10/18/2005
  • Re: Announcing Free Video Tutorials - Module Creation Series

    I must have missed something in the videos. The module appears not be writing to or reading from the Blog table, though I'm not getting any build errors. I checked dataprovider and sqldataprovider and am not seeing the problem.
    Posted to DotNetNuke (Forum) by Larryk929 on 10/18/2005
  • replication of DNN site

    What I want to do is replicate a DNN 3.1 site I have done in development on my computer to a server and move the database to another SQL server. It doesn't seem to be as simple as copying the DNN directory and importing the database. Or is it? When I tried it, I got the infamous error The Assembly Version ( [ASSEMBLYVERSION] ) does not match the Database Version ( [DATABASEVERSION] ) What steps do I need to follow? Also, what is the normal three-tier development procedure with DNN? That is, after
    Posted to DotNetNuke (Forum) by Larryk929 on 9/30/2005
Page 1 of 2 (13 items) 1 2 Next >