Database Management
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me

The Shed is going Social! Join us on FaceBook and Twitter and chime in on the conversation.

Go Back   Dev Shed ForumsDatabasesDatabase Management

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old July 11th, 2002, 03:57 PM
colmtourque colmtourque is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2002
Posts: 16 colmtourque User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Send a message via AIM to colmtourque Send a message via Yahoo to colmtourque
Access File Locking

I am running IIS on a win2000 machine linking to an MDB file with php. If the MDB is opened in access the website will display this error when attempting to view the web page:

Warning: SQL error: [Microsoft][ODBC Microsoft Access Driver] Could not use '(unknown)'; file already in use., SQL state S1000 in SQLConnect in c:\inetpub\wwwroot\php\agencydb\extlist.php on line 18
Could Not Make Connection

Otherwise the data will display here is the code:

echo "<P>New Area<P>";
$odbc_dsn = "agencydb";
$odbc_userid = " ";
$odbc_password = " ";
$query = "SELECT * FROM webidquery;";

if(!($odbc_db = odbc_connect($odbc_dsn, $odbc_userid, $odbc_password)))
die("Could Not Make Connection");

if(!($odbc_rs = odbc_do($odbc_db, $query)))
die("Could not work query");

$num_cols = odbc_num_fields($odbc_rs);
if($num_cols < 1) die("No Values");

echo " ", odbc_result($odbc_rs, 1);

Why is this please and how does one fix it please? Looked around for documentation but can not find it.
Thanks in advance

Reply With Quote
Reply

Viewing: Dev Shed ForumsDatabasesDatabase Management > Access File Locking

Developer Shed Advertisers and Affiliates



Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 


Powered by: vBulletin Version 3.0.5
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.

© 2003-2013 by Developer Shed. All rights reserved. DS Cluster - Follow our Sitemap