Search:

Type: Posts; User: mellisa

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: Oracle 9i

    by mellisa
    Replies
    7
    Views
    1,396

    :eek: omg who d hell would pay for that much ! ...

    :eek: omg who d hell would pay for that much !


    what about MySQL ? you said it's free but I found this on the link you gave.

    https://order.mysql.com/

    1 MySQL Pro License, $440 ? What does...
  2. Thread: Oracle 9i

    by mellisa
    Replies
    7
    Views
    1,396

    I don't know, I havent seen an exact figure...

    I don't know, I havent seen an exact figure anywhere.

    But just take a look at this
    http://oraclestore.oracle.com/OA_HTML/ibeCCtpSctDspRte.jsp?a=b


    Is that the actual price below ?? No way !
  3. Thread: Oracle 9i

    by mellisa
    Replies
    7
    Views
    1,396

    hmm.. when I said medium sized I meant , about...

    hmm.. when I said medium sized I meant , about 1500 staff per site :D and there are about 6 sites globally.

    Sooo do you think that free MySQL is sufficient? The client didnt specify a maximum...
  4. Thread: Oracle 9i

    by mellisa
    Replies
    7
    Views
    1,396

    Oracle 9i

    is this a good choice for globally distributed database ? (medium sized company)

    Um, where can I find SPECIFIC information about Oracle 9i ? Stuff like : costs, special features & tools, ...
  5. Replies
    14
    Views
    2,269

    aww thanx

    that's more like it hehe, people should follow your example and start contributing more resources :D

    Seriously thanx alot, the 2nd one I've already got but the first one is REALLY useful, thanx...
  6. Replies
    14
    Views
    2,269

    hmmm...

    Waldo2k2

    I didn't pick it , it's one the debate topics I HAVE TO DO ! I guess I'm very new to XML ... so please correct me if I'm wrong (something you've done quite well :) )


    XML database...
  7. Replies
    14
    Views
    2,269

    hmmm...

    .....
  8. Replies
    14
    Views
    2,269

    Talk about a biased topic !

    Waldo2k2 - so are you saying if we want to store 30 customers, we have to manually type 30 of these into a XML file ?




    <customers>
    <customer name="Bob Roberts">
    <phone...
  9. Replies
    14
    Views
    2,269

    huhuhu

    We're gonna get our asses kicked on this debate ! =)
  10. Replies
    14
    Views
    2,269

    XML and database ??

    My goodness I have a debate soon about how " XML database should and will replace traditional database " !

    And we 're on the positive side ... but personally I don 't even agree with that ! That...
  11. Replies
    3
    Views
    2,052

    even when i change it to a double ... same thing

    even when i change it to a double ... same thing
  12. Replies
    3
    Views
    2,052

    "Floating Point : Overflow" ??

    My program runs and compiles perfectly fine on Visual C++, but when i test it on Turbo 4.52 (coz school is gonna use that to test the program)

    ... it runs and compiles but when I type a float it...
  13. Replies
    4
    Views
    1,227

    hi Ronin Yeah i just digged out an old...

    hi Ronin

    Yeah i just digged out an old assignment and got it !

    thanx anyway, thanx everybody :)
  14. Replies
    4
    Views
    1,227

    error trapping ??

    What's the quickest way to do error trapping? I remember writing just a few lines of code to trap errors like:

    User enter string instead of a float or an int and vice versa

    can somebody help...
  15. Replies
    6
    Views
    1,466

    haha it is due tomorrow ! yea we sortta touch...

    haha it is due tomorrow !

    yea we sortta touch on pointer but that's not what we should
    use for now.

    I'm just writing a 300 lines or so program using 2 dimensional
    array, doing basic array...
  16. Replies
    6
    Views
    1,466

    okay looking at Eibro's code and only one word...

    okay looking at Eibro's code and only one word went thru my head ...

    " yikes !"

    :D
  17. Replies
    6
    Views
    1,466

    believe me , I wouldnt want to make life anymore...

    believe me , I wouldnt want to make life anymore difficult than "a
    life with c++" already is :)

    <--- still in school, part of class work requirement.

    God, you dont know how much on paper...
  18. Replies
    6
    Views
    1,466

    can't find ronin, so can you guys help :D

    remember ronin showed me this code last week ... basically inserting string 2 into string 1, user decides where to make the string insertion.




    #include <iostream.h>

    int main(void)
    {...
  19. Replies
    7
    Views
    1,709

    damn codingmaster beat me to it ! :D 0 errors...

    damn codingmaster beat me to it ! :D

    0 errors 0 warnings really?

    I thought if you dont do abit of casting for this you will get a
    warning coz he declared the 2 numbers to be "int" the sum
    of...
  20. Replies
    7
    Views
    1,709

    yeha and abit of syntax errors too , let a...

    yeha and abit of syntax errors too , let a beginner help a beginner, shall we? :)


    try this:




    #include<iostream.h>
  21. Replies
    2
    Views
    1,492

    thanks, I got the exact same answer 10min ago...

    thanks,

    I got the exact same answer 10min ago :) , help from another friend....

    wah thanks everybody ! now i can move on with my program , hopefully you guys never have to see me here again hehe
  22. Replies
    2
    Views
    1,492

    some really weird problems with string !

    I tried so hard to get all the functions working ... and now just when I'm putting the whole program together, the first function is giving me craps ! =(

    Really weird, but this function which...
  23. Replies
    5
    Views
    1,466

    Ronin - yes that is almost exactly what I'm...

    Ronin - yes that is almost exactly what I'm looking for and I just
    realised what I tried to do before with the "strncpy" is just to
    replace the whole string into the original string :D

    anyway,...
  24. Replies
    5
    Views
    1,466

    thanks, just realised "strncmp" was a typo :p ...

    thanks, just realised "strncmp" was a typo :p

    I sortta understand what you meant , however the string to be inserted will be input by the user. So I would think we need some sort of a temporary...
  25. Replies
    5
    Views
    1,466

    Inserting string

    Let's say I have a string (the current line in an array)

    And the user want to insert a new string into a certain position of that string ... say... after the 5th character.

    Can I use strncopy...
Results 1 to 25 of 37
Page 1 of 2 1 2