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 dencom 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 hex6007

  1. hex6007

    how to code to delete empty rows

    Hi guys, Please help, i want to create a macro in excel, a button that would erase all empty rows. thanks in advance
  2. hex6007

    how to code to delete empty rows

    Hi guys, how do i create an erase button in vba in excel that delete all empty rows. please help. thanks in advance regards
  3. hex6007

    how to code to transfe data from excel worksheet to ms access database

    To SBerthold and MichaelRed both of your examples i have combined and works perfectly to the result i wanted to. Thanks a lot guys. Best
  4. hex6007

    how to code to transfe data from excel worksheet to ms access database

    nop i havent tried yet. can i have a more specific example with this, please? thanks.
  5. hex6007

    how to code to transfe data from excel worksheet to ms access database

    Hi guys, I want to transfer the data from a column in excel into ms access database. I need help. thanks in advance regards
  6. hex6007

    database connection

    thank you!!!
  7. hex6007

    database connection

    How to code server and database connection, if the connection to the server fails, it will automatically redirect and establish connection to my local computer. pls help. thanks in advance
  8. hex6007

    Confirm login keeps redirecting to login page

    Donna, Are you calling a function called login()? if so, post the function, maybe we can help resolve your problem perhaps.
  9. hex6007

    authentication problem

    Thanks. I tried changing it but still doesnt work. but if i dont integrate in the index page it works.
  10. hex6007

    authentication problem

    Hi, i have this problem with my login authentication. it cannot match the password from the database table field password to the input password in the login form. I used the md5 encryption.Please help me solve this... The Index page: <?php session_start(); $page = 'index'...
  11. hex6007

    mssql_connect() [function.mssql-connect]: Unable to connect to server:

    Many thanks to all response posted on my concern. its now finely working... i downloaded the new version of the ntwdblib.dll file from microsoft. thanks guys best
  12. hex6007

    mssql_connect() [function.mssql-connect]: Unable to connect to server:

    sorry mislois cause i change my connection variables to show the connection link...im connecting to a server unit. i tried it in other workstation its working only on my computer not working.
  13. hex6007

    mssql_connect() [function.mssql-connect]: Unable to connect to server:

    im using a MSSQL connection instead... <?php // Connection $svr = 'localhost'; $user = 'username'; $pass = 'password'; // Establish Connection mssql_connect($svr,$user,$pass) or die ('Cannot Connect to MSSQL Server'); mssql_select_db('database'); ?>

Part and Inventory Search

Back
Top