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 SkipVought 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: hex6007
  • Order by date
  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'); ?>
  14. hex6007

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

    hi guys, pls do help me... problem when im trying to connect to my server im working in. below is the error that appear: Error: mssql_connect() [function.mssql-connect]: Unable to connect to server: I tried running all the services of MSSQL. still got same error. i tried also installing the...
  15. hex6007

    PHP / MSSQL

    but you didnt post your proc as required on the thread. :-( regards
  16. hex6007

    mssql_connect and mysql_connect in PHP.ini

    mysql and mssql as my understanding don't create conflict on the same server instances. likewise, they even dont share the same ports. and lastly, both are working differently just like they dont know each other. try register your dll files (php_mssql.dll, etc.) of msqql and restart your...
  17. hex6007

    how to set path for working folder in php

    thanks i found it. and now its working... sorry i mislead my concern. its on the xampp server issue instead. regards
  18. hex6007

    how to set path for working folder in php

    i mean on the php.ini i set in the Doc_root = "D:\www" but still when i type on my URL "http://localhost/" still i am directed to the "http://localhost/xampp/

Part and Inventory Search

Back
Top