Jump to content

Aashim

Members
  • Posts

    13
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Aashim

  1. Thanks byron, it's working now
  2. Dear krydos, Php mail not working on server "johnny". Kindly check Thanks Aashim
  3. Thanks a million to krydos and wolstech.
  4. Dear wolstech, could you please tell me when will this be fixed?
  5. Dear support The site is still suspended. This has never happened before. This is a very simple site. No resource taking stuff on the site. Kindly look into this. Hoping for your cooperation. Thanks Aashim Dear support If the content of the site is in anyways violating any rules. Please do let me know I will remove it. But I don't think that this could be a reason for suspension. Please support please help
  6. Heliohost user name : sds server : johnny main domain : sds.heliohost.org I reactivated my account using the website script, but the site is still showing suspended. Its been more than 9 hours now. Kindly help. Thanks Aashim
  7. Thanks a lot. I guess than I have to convert them first.
  8. On server Stevie. I don't know the port. Please support plz help me out here. Heliohost is the best service provider with so many features that no other provide. I am sure the support will find a solution to this problem also. Hoping for your cooperation
  9. It is installed, the server is Stevie. It's showing odbc under pdo This is phpinfo of server Stevie. Plz help odbc ODBC Support enabled Active Persistent Links 0 Active Links 0 ODBC library unixODBC ODBC_INCLUDE -I/usr/include ODBC_LFLAGS -L/usr/lib64 ODBC_LIBS -lodbc Directive Local Value Master Value odbc.allow_persistent On On odbc.check_persistent On On odbc.default_cursortype Static cursor Static cursor odbc.default_db Not yet implemented Not yet implemented odbc.default_pw ******** ******** odbc.default_user Not yet implemented Not yet implemented odbc.defaultbinmode return as is return as is odbc.defaultlrl return up to 4096 bytes return up to 4096 bytes odbc.max_links Unlimited Unlimited odbc.max_persistent Unlimited Unlimited PDO PDO support enabled PDO drivers sqlite2, mysql, pgsql, odbc, sqlite pdo_mysql PDO Driver for MySQL enabled Client API version 5.1.56 PDO_ODBC PDO Driver for ODBC (unixODBC) enabled ODBC Connection Pooling Enabled, strict matching
  10. Dear Support Plz help. I need to access .mdb databases thru php. This is my code <?php $dbName="Ancj.mdb"; if (!file_exists($dbName)) { die("Could not find database file."); } $db = new PDO("odbc:DRIVER={Microsoft Access Driver (*.mdb)}; DBQ=$dbName; Uid=; Pwd=;"); ?> This is the error I am getting Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[iM002] SQLDriverConnect: 0 [unixODBC][Driver Manager]Data source name not found, and no default driver specified' in /a.php:13 Stack trace: #0 /a.php(13): PDO->__construct('odbc:DRIVER={Mi...') #1 {main} thrown in Plz help in fixing this error. Thanks in advance
  11. Thanks a lot It worked. A small syntax error.
  12. Simple script to display text. I am learning but it's not running and giving the same error still. Any guidelines
  13. Server: Stevie I am getting this error on running the cgi script. Unable to launch application 'test' on port 3210 I had given 755 as permission to the folder and the cgi script. Then why this error. Plz help Thanks in advance.
×
×
  • Create New...