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 dencom 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 redpotato

  1. redpotato

    Thread 1: Program received signal: “EXC_BAD_ACCESS”

    sorry, I thought there is no object-c forum. thanks for the tip!
  2. redpotato

    Thread 1: Program received signal: “EXC_BAD_ACCESS”

    I just have a simple code to practice Object C.. I am not sure why I can this "WARNING"? My code is below #import <Foundation/Foundation.h> @interface MyClass : NSObject { @private NSDate *mdate; } @property (retain) NSDate *mdate; @end ================================== #import...
  3. redpotato

    XML to Array???

    that was just an example. as I mentioned, I need to get a value which sits the deepest element in XML. doesn't matter where the element is. doesn't matter d or c. just try to find the value of the deepest element in XML
  4. redpotato

    XML to Array???

    just realized that, I don't think it is for getting the value where is the deepest element.
  5. redpotato

    XML to Array???

    Sorry, Chuck. If I run your code, it comes with Warning: xml_parse() [function.xml-parse]: Unable to call handler contents() in G:\xampp\htdocs\xml_s.php any idea?
  6. redpotato

    XML to Array???

    I was trying to reach the deepest element in a xml. for example, <a> <b></b> </a> <a> <b> <c></c> </b> </a> <a> <b> <c> <d></d> </c> </b> </a> in that kind of structure of xml, how can I reach <d></d> element? could someone explain? (someone mentioned, it needs to...
  7. redpotato

    you don't have permission to access

    there is no read accessible. there are only Access Files which set already
  8. redpotato

    you don't have permission to access

    I am not sure what you meant "Read Permission". all the folders are "Others - Folder Access, Access Files" are given.
  9. redpotato

    you don't have permission to access

    This is current one that I modified httpd.conf <IfModule mod_userdir.c> # # UserDir is disabled by default since it can confirm the presence # of a username on the system (depending on home directory # permissions). # #UserDir disabled # # To enable requests to...
  10. redpotato

    you don't have permission to access

    I am not sure that I explain right. I have create LAMP server and modified httpd.conf to enable user folders for open php files in browser. by the way, when I open a php file which is under userfolder/public_html/test.php and I tried to open http://localhost/~userfolder/test.php or...
  11. redpotato

    Searching one value in all the tables in one Database

    thanks guys, I tried jbenson001's command and it works! and SQLBill's command worked as well!! Thank you guys!!
  12. redpotato

    Searching one value in all the tables in one Database

    sorry, i found out how to run the sp. but now i get this message below, Server: Msg 8145, Level 16, State 2, Procedure sp_MSforeachtable, Line 0 @command is not a parameter for procedure sp_MSforeachtable.
  13. redpotato

    Searching one value in all the tables in one Database

    Thanks for the help. but when I ran the command below, it gives me Could not find stored procedure 'sp_MSForEachTable' exec sp_MSForEachTable @command = 'SELECT item FROM ? WHERE item = ''58I''' did you mean to create sp_MSForEachTable stored procedure?
  14. redpotato

    Searching one value in all the tables in one Database

    Hello guys, maybe it sounds crazy but I would like to search one value which might exist in certain tables but there are like thousands tables exist in a DB. how could I search that in one shot? one more thing, how can I get all table names in one DB with Stored Procedure? Thanks for your help!
  15. redpotato

    some help for a beginner??

    so you mean I can convert rpm to deb? using alien? one more thing... sorry... what linux would be good for beginner to learn??? any recommand? -the reason i installed mint, i only could boot the image using usb key others was giving me an error like booting..

Part and Inventory Search

Back
Top