Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)

  • RE: Easy IDE for sql 2000 for non-admin type

    You can try Aqua Data Studio (http://www.aquafold.com/index-sqlserver.html).

    I have used that for a variety of RDBMS on Windows, Linux, and MacOSX.  It is sort of like Query Analyzer; including an...

  • RE: Access/SQL

    Check your Linked Table Manager in Access.  It sounds like the upgrade created the SQL database and tables, but either it did not change your links from the front-end to the...

  • RE: PHP/SQL

    I use the following in one of my scripts to connect to SQL Server...

    $host = 'dbserver';

    $user = 'myuser';

    $password = 'secretpassword';

    $link1 = mssql_connect($host,$user,$password) or DIE("DATABASE FAILED TO RESPOND.");

     

    mssql_select_db("db",$link1);

     

    Hope this helps!

  • RE: The Debacle Continues

    I have also sworn off Sears after a terrible experience with their customer service.  I had a repair scheduled one day and the guy never showed and I never received...

  • RE: Large number of users using Access ade?

    I created a time card application about 5-6 years ago with several hundred users that is still in use today (MS Access 97 application).  It can be done.

     

    J. Grasty

    Centex Title...

Viewing 5 posts - 1 through 5 (of 5 total)