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 strongm 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: *

  1. najjar

    Alter field (with values) to auto increment

    Hi all, I am really really new to DB2 and I need to know if it is possible to alter a field in a table to be auto increment if the field already has values. Thank you in advance.
  2. najjar

    Learning C

    Thanks, Thats a good thing to know... I guess Perl is the one to go for.
  3. najjar

    Learning C

    Okay guys, Thank you for you help I guess that I need to talk to my supervisor about Perl or Java. and I will be back with the final decision... By the way I do not know Perl, did I say that I do so. Thank you much :)
  4. najjar

    Learning C

    Actually I chosed C, acording to what I found on the web C is the best thing to use bacause the server will be faster than using other languages. I used C for some time but that was 9 years ago plus I know that I can do that coz I do not have a dead line I have my time. I do not think that...
  5. najjar

    Learning C

    Hi everybody, I am new (really new) to C, I took a class in school but that was nine years ago, that’s not a problem I can remember that and work hard but my boss asked to create a chat server and I found out that C is the best language to go for. I like C a lot but I did not have a...
  6. najjar

    deleting entry at an ID# in table, but also deleting ID#

    Hi, You can read the value of the ID no and save it in a different variable (ID2) then delete using ur statement and update the table set the last ID in the table to the one that u saved in the new variable (ID2) (This is IF u do not care about the positions of ur record)
  7. najjar

    Passing Variables between PHP and JavaScript (URGENT)

    <!-- Hi, This is my code I'm basiclly trying to Pass Values (variables) between PHP and JavaScript using The Variable [[$num_Courses]] I'm trying to pass the num_Courses from PHP to JavaScript so when I click on checkall Function it checks all the checkboxs I want I'm using nested loops to...
  8. najjar

    How to read data from Excel using ASP and load it in Database (SQL)

    I want to thank you I didn't try it yet but it looks good to me thank you agian
  9. najjar

    Compare Expression always right (SQL &amp; USER) on ASP

    Thank you I tryed all of these options and I tested the [test] every where every thing is working except this expression ************** [[ E_Mail_Obj(&quot;E_MailAdd&quot;) = Request.Form(&quot;E_Mail&quot;) ]] ************** if i entered a null in the E-Mail it won't take it coz of the second...
  10. najjar

    How to read data from Excel using ASP and load it in Database (SQL)

    Hello, I have an Excel File and it contains 1368 different E-Mails and If you did not help me with how to 1- Read the data from the excel file. 2- Insert these data into my database which is SQL Server. Please help me or I'll make you type it manually insted of me Thank You
  11. najjar

    Compare Expression always right (SQL &amp; USER) on ASP

    Whats wrong why the Expression [[ Request.Form(&quot;E_Mail&quot;) = E_Mail_Obj(&quot;E_MailAdd&quot;) ]] is always True This is my Code ******************* <!-- #include file =&quot;globalVariables.asp&quot; --> <!-- #include file=&quot;globalFunctions.asp&quot; --> <HTML> <HEAD> <Title>...

Part and Inventory Search

Back
Top