Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by fireemt1

  1. fireemt1

    Flash Media Server vs. Progressive

    I have the Flash Media Server 2 (Developer Licensed) installed on my server (Win 2k3). On this server we have 512k upstream. Now for the problem, or more of a question. I have a flv file encoded with a datarate at 150 with a size of 320 x 240. It is approx 3100 seconds long. Audio datarate of...
  2. fireemt1

    SQL / ASP.NET Question

    Heres the code. ---------------------------------------- public override MembershipUser CreateUser(string username, string password, string email, string passwordQuestion, string passwordAnswer, bool isApproved, object providerUserKey, out MembershipCreateStatus status) {...
  3. fireemt1

    SQL / ASP.NET Question

    Back again, almost have this custom membershipprovider finsihed, but have ran into a small snag. Scenario:: 2 methods. CreateUser(blah blah) and ValidateUserName(string username). CreateUserWizard control calls CreateUser(blah blah) which in the start of the method calls ValidateUserName(string...
  4. fireemt1

    SqlMembershipProvider

    Ongoing problem in final stages. I'm trying to use Membership services in ASP.NET 2.0. To make a long story short, this is the problem. I've had a heck of a time setting it up with SQL Server 2000 and have got the problem narrowed down to the CreateUser(blah, blah, blah) call by C# to create...
  5. fireemt1

    SQL dbo question

    Thanks for all the help. It's 100% clear now.
  6. fireemt1

    SQL dbo question

    Thanks for the reply. Yes the initial catalog is correct. To check, I created a test table in the db and accessed it from asp.net using SqlDataReader. Read back the information perfectly. Downside is that I only have access to a web based sql admin page and no way to connect externally due to...
  7. fireemt1

    SQL dbo question

    Im having a problem with SQL 2000 and asp.net. This question is actually me trying to understand SQL better to trace the problem. Here is the link to the entire problem. http://www.tek-tips.com/viewthread.cfm?qid=1238312&page=1 Background: I am trying to access a external SQL 2000 server using...
  8. fireemt1

    ASP.NET 2.0 Membership and SQL 2000

    Nope, took the dbo out of the call and still giving the same error. It appears that the code is calling as dbo.aspnet_CheckSchemaVersion. So I'm figuring I WILL have to create a custom provider.
  9. fireemt1

    how to read image

    Not exactly sure of how your site is set up or what exactly you are trying to accomplish, but its my experience that it works better (smaller SQL file = faster results) if you store a path in the sql database to the pictures. Then use code to take the path returned and display it on the page.
  10. fireemt1

    ASP.NET 2.0 Membership and SQL 2000

    Oh sorry, and yes I viewed the sql stored procedures and they ARE present
  11. fireemt1

    ASP.NET 2.0 Membership and SQL 2000

    Ok, one last shot. Have the bak file restored on the SQL 2000 server. All tables are present. Ran the web page using the following: protected void btnGo_Click(Object sender, EventArgs e) { try { MembershipCreateStatus Status; MembershipUser newUser =...
  12. fireemt1

    ASP.NET 2.0 Membership and SQL 2000

    Thanks for the help. I've created a bak file with osql due to lack of EM. I'll let you know how it goes. If it doesnt work, I guess I'll just write a new custom provider. An hour of programming beats 2 days of trying to figure out a work around. Thanks again. I'll let you know how it goes.
  13. fireemt1

    ASP.NET 2.0 Membership and SQL 2000

    Thanks for the reply adamroof. Yes, it is a hosted Sql Server 2000. My only option on importing information is restoring a bak file or using a web based app to create tables and edit info. Since my post, I have atleast created an instance of this db on a MSDE running on my Win2k3 server. Not a...
  14. fireemt1

    ASP.NET 2.0 Membership and SQL 2000

    I deeply appologize if this has been posted before, but Im in a rush to figure it out. The scenario: I have a hosting account with ASP.NET 2.0 and a SQL 2000 db. No SQLExpress present to use the template ASPNETDB.MDF file as a user instance sql db. I am wanting to use the Membership and role...
  15. fireemt1

    Simple question!

    Sorry, I wasnt clear enough. What happens is the 2nd readline() doesnt seem to try and capture any input. This is what is shows on the screen Enter a string: You entered ---program ends---

Part and Inventory Search

Back
Top