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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: OGHS
  • Order by date
  1. OGHS

    How to control if there is no row selected in datagrid

    Hi mondi. I've used a component from metabuilders, you can find it on this address http://www.metabuilders.com/Tools/RowSelectorColumn.aspx it is very easy to use, it works with radiobuttons and checkboxes, when you download the code, just take a look into the example, if you have any trouble...
  2. OGHS

    String to Executable Code

    I think you cannot do it as simple as you want, instead you have to use a parser generator as prosper said before, I suggest you to use JavaCC it is somehow easy to learn and use, I hope this helps, You can find information about it on https://javacc.dev.java.net/ Oscar
  3. OGHS

    Newbie: Listing users

    Hi. I just wanted to add something to the last answer, those queries must be done on the mysql database so you should do something like: mysql> use mysql; mysql> select user, host from user;
  4. OGHS

    Dynamic page include

    Hi. I was wondering if some of you know how to make dynamic page includes on an ASP.NET page. I mean something like the tiles from jakarta struts (java) (http://jakarta.apache.org/struts) or at least as the jsp:include. Thank you so much in advance, _______________________ Oscar Herrera...
  5. OGHS

    Deleting a foreign key

    Hi. I was wondering if some of you know how to delete a foreign key on MySQL 4.0.5 (InnoDB), I tried the SQL92 syntax but it doesn`t works (I can not define a name to the foreign key when I create it, but I can give a constraint name to it, what it is useful for?) MySQL syntax to create a...
  6. OGHS

    This just doesn't sound right....

    I think the problem of doing this is to mean nothing with that "super-class" information (attributes); in other words its like say "pears and apples are the same thing". For sure it will look more like a proccess than like a class, but it could work anyway... Also I think...

Part and Inventory Search

Back
Top