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!

Search results for query: *

  • Users: nimapoggy
  • Content: Threads
  • Order by date
  1. nimapoggy

    ER design of a dynamic database schema

    Hi, I know this is probably not the right place to post because my problem is more an ER design problem than an OO design problem. However, I hope you'll be able to give me some clues. I have datas that have to be stored in a relational database (MaxDB). I have to design a database schema to...
  2. nimapoggy

    I'm looking for good manuals tu create PRMs for SuSE 9.0

    hello, I'm looking for good manuals tu create PRMs for SuSE 9.0. I can build softwares from sources, but I'm looking for a good manual, a step by step one, wich explains how to create packages to admin a SuSE server (basic conventions, good practices...). I wanted to buy the 9.0 Pro to have...
  3. nimapoggy

    RAS ReportClientDocument open method is very slowww...

    Hello, I use Crystal Report and Enterprise 10, French version unmanaged RAS on Win2k/IIS5/ASP(vbscript). When I create a report and load it with the open method of ReportClientDocument object, it takes a lot of time to load. I made some tests with multiple home-made reports and Crystal sample...
  4. nimapoggy

    Scripting database generation.

    Hello, Is there any way to script the SQL generation process from a PDM ? I'd like to automate 3 different SQL files using 3 different generation options sets and execute all that stuff with one command... I'm a bit lazy :) I already use the VBScript API to automate a lot of things but I can't...
  5. nimapoggy

    set What is chmod set group-ID ?

    Hello ! I saw this "set group-ID" option in chmod command, and I realy don't understand what it means. If someone could explain this to me with simple words it would be very great ! Thanks !
  6. nimapoggy

    How to modify preview syntactic coloring for a custom Language Model ?

    Hi, I created a nex Object language Generation model, but I wonder how to modify the syntactic coloration for it... any tips ?
  7. nimapoggy

    Object design and inheritance

    Hi, I wonder if we can use inheritances from class into VBScript ? I don't find documantation about this... thanks.
  8. nimapoggy

    Storing object into a session variable.

    Hi ! I'm trying to set a session variable as an object : ***code begins here******** Class Engin Private modVersion Private modName private modCat Private Sub Class_Initialize modVersion = "1.0" modName = "Kernel Engin" modCat = "base module" End Sub...
  9. nimapoggy

    XSL and Dreamweaver Ultradev

    hi ! I'm looking for some extensions that would make UltraDev able to support XSL scripts into an HTML File. Today, I'm creating my HTMl template using DW and then add XSL scripts into a text editor because DW does not recognize XSL. But If it could be done in DW only, what a fine idea. :)...
  10. nimapoggy

    XSLT and dreamweaver.

    Hi ! Is there a way to make DW4 supporting XSL tags ? Y would like to create my html layout into DW and then add XSL "for-each" and other functions using wysiwyg capabilities of DW... is there any plugins to do that ? Is there a way to create one using the API or is it impossible...
  11. nimapoggy

    how to retrieve an id from an insert command ?

    Hi ! I created a procedure that insert datas into a table. The id of the new inserted row is generated by sqlserver as an auto-increment integer. But is it possible that this procedure returns the id it created during this insert ? Infact I would like to store this id and the date and time of...
  12. nimapoggy

    what are the advantages of open source OS vs Windows ?

    I would like to know what is the best between this two servers configurations : 1 - Windows2000/XP + IIS + ASP + SQL server 2000 2 - LINUX + Apache + PHP + PostgreSQL I can't really see the advantages of each one...except the price of course. Please help me to choose!
  13. nimapoggy

    About empty (not null) fields size.

    Hi ! I would like to know how SQL server manage empty text fields. I heard that empty fields (not Null), in some other databases, were considered as non empty fields. For exemple, if I have a 200 chars long text field that I leave empty in some records, the space needed to store 200 chars was...
  14. nimapoggy

    how to search in a notes documents database exluding some fields

    Hi ! I wonder how to search in a notes documents database using certain fields but not all. My docs contain some fields like title, text content... but also notes fields like author. When I search for docs where the "foo" word exists, the result contains all the docs where the...

Part and Inventory Search

Back
Top