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 wimhek

  1. wimhek

    Renumber Primary Key

    Hmm No foreign keys, the database structure is quite simple. CREATE TABLE `inclexcl` ( `ID` int(11) NOT NULL auto_increment, `id_serv` int(3) default NULL, `datum` date default NULL, `incexctext` longblob, PRIMARY KEY (`ID`)); Becaause I do a lot of deletions and a lot of...
  2. wimhek

    Tidy up PHP

    Thank you, I obviously used the wrong search Keyword.
  3. wimhek

    Renumber Primary Key

    Hi All I have a database where I delete al lot and insert a lot. My ID field (primary key, auto increment) will soon be 'overflowed'. Is there a command or script whre I can 'renumber' my ID field. Awaiting suggestions , Wim.
  4. wimhek

    Tidy up PHP

    Is there a simple program/script to tidy up my PHP scripts.
  5. wimhek

    Read Multiple files

    I am trying to read multiple files in one subroutine (on Windows). I cannot get it working. Can anybody help ? I isolated the problem in a small rex program. path='cmdb.txt' call doit path='frits.csv' call doit exit doit: file=.stream~new(path) /* Create a stream object */...
  6. wimhek

    editing a specific record from a MYSQL database

    Use DADABIK, see at http://www.dadabik.org/
  7. wimhek

    Need Help with Brio Dropdowns

    Can you please send the coding also to me , I am looking for a similar solution. Thanks My emailaddress is wim_hekkenberg@nl.ibm.com

Part and Inventory Search

Back
Top