Viewing 5 posts - 1 through 5 (of 5 total)
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...
July 26, 2006 at 8:34 am
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...
March 14, 2006 at 8:04 am
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!
January 25, 2006 at 10:46 am
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...
January 12, 2006 at 7:31 am
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...
October 12, 2005 at 8:23 am
Viewing 5 posts - 1 through 5 (of 5 total)