Search results

  1. Code Cleric

    403 error for index.asp

    I am not quite sure why I am getting this error. I replaced the index.html file of one of my sites with index.asp. I now get a 403 error when attempting to view this page. On another server, using hosting controller I can change the search order of index pages and add new ones if necessary...
  2. Code Cleric

    New to MySql

    Hey Inka thanks for the reply I am going to test this tonight and see how I do. I'll let you know.
  3. Code Cleric

    New to MySql

    Hey guys... I am new to MySql. I was playing with the admin utility offered through H-Sphere. It wasn't the easiest thing for me to play with, so I searched around and downloaded the "MySql Control Center 0.9.4-beta"... I like this utility a lot more. My question, finally getting to it, is in...
  4. Code Cleric

    .NET fill error

    Everything is working just fine now... With the where command, since I am using the cat_id as the foreign key linking the two tables... The value of cat_id is stored in the category field of the menu table... I was originally trying to where = 1 which is the value of the cat_id.. Didn't work...
  5. Code Cleric

    .NET fill error

    I implemented your idea of having a label show the number of rows returned... The label is telling me that 0 rows are being returned. I am assuming this means the data Table is not being populated by the db??
  6. Code Cleric

    .NET fill error

    Here's another question that I was having... Am I not closing my connection to this db? I am assuming I am not, and also assuming I should be... What would the proper syntax be to close the connection to my db... Also could this be why I am not able to get any data from the db, perhaps too many...
  7. Code Cleric

    .NET fill error

    Thanks for Replying Riley... I replaced my data sub with yours, my new error message is... Data type mismatch in criteria expression highlighting line 18 which is.. OurDataAdapter.Fill(OurDataTable) Any thoughts? ... Few minutes later... After thinking about it for a minute...
  8. Code Cleric

    .NET fill error

    So I am both wondering and looking into the idea that .Fill is for interacting with a MS-SQL database instead of the access db I am using
  9. Code Cleric

    .NET fill error

    Fill: SelectCommand.Connection property has not been initialized. That's my error.. Here's my code... <%@ page language="vb" runat="server"%> <%@ Import Namespace="System.Data"%> <%@ Import Namespace="System.Data.OleDb"%> <script language="vb" runat="server"> sub Page_Load(sender As...
  10. Code Cleric

    Horde Path?

    I used ungrounded's approach of passing values through the url in the redirect to the form object's I wanted defaults in... it worked... Thank-you guys... I have't used the url to pass variables in a long time, and honestly had forgotten about it.. Thank-you much... Other than seeing an...
  11. Code Cleric

    Horde Path?

    Subspace you rock... You just went way over my head.. I'm windows over here. What I have done for now is from the client's cp, I added a site redirect to redirect www.theirdomain.com/horde to 66.36.228.155/horde This seems to work, my only concerns are... They still have to type their...
  12. Code Cleric

    Horde Path?

    Hey me again... Questions about horde... So is there a direct path that can be entered by one of my clients to get horde access to there email? www.theirdomain.com/horde??? I know this does not work, but is there similar access...? Also is there anyway to not make the client type there full...
  13. Code Cleric

    JMail flopped but CDonts worked!?

    I was kindof curious if anyone knew the answer to this one. Cause I'm stumped ?( I have some form based email's that I like to provide on my sites, after much frustration I tried a seemingly functional JMail script on one of my other servers. Since I have used it time and time again, I knew...
  14. Code Cleric

    .NET insert record form, not working, no errors

    Riley thankyou very much... Your advice worked. The entries were inserted properly. I can't thankyou enough. I am new to SQL commands and .NET... Again thank-you for helping me.
  15. Code Cleric

    .NET insert record form, not working, no errors

    Thank-you for replying... I inserted the code and received an error saying, "Missing semicolon (;) at end of SQL statement. I added the semicolon and received the following message..
  16. Code Cleric

    .NET insert record form, not working, no errors

    Hi. First off I am new to .NET... I have a MS Access database with one table, called "client_profile" that table has the following fields... "profile_ID" = autonumber the rest are text... "Company_Name", "Contact_Name", "Address", "City", "State", "Zip", "Phone", "Phone_2", "Fax", "Email"....I...
  17. Code Cleric

    Interesting Issue with H-Sphere

    LOL forgot to refresh page.... The CP seems to be working fine now... Good luck to you guys on the New DNS server. Thank-you guys for the replies... Soundcompanies... I hadn't even thought of the login.html page... Unfortunately none of the site names are resolving so the html would not...
  18. Code Cleric

    Interesting Issue with H-Sphere

    Thanks for the reply SoundCompanies... Question... Is the fact that I cannot view any of my most recently added sites a result of the DNS issue? well actually, my service domain is the only one that works. CP is working again...
  19. Code Cleric

    Interesting Issue with H-Sphere

    I am not sure if this issue is the result of the techs working on the DNS problem. Anyway, the login page for m****ere is working just fine, if I try the wrong password.. It let's me know... When I try the correct password it tries to start loading the H-Sphere interface... The control panel...
  20. Code Cleric

    Stumbled into some misquotes

    I was heading to the cp for mydomain today, when silly me early as it was, forgot to put the "s" after http. I was directed to a nice informative "Bad Request" page that told me I was speaking plain HTTP to an SSL-enabled server port. I then found a hint.... Linking me to the m****here.biz...
Back
Top