Click here to Skip to main content
15,923,051 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Abusing JavaScript Pin
Logdar28-Jun-03 13:23
sussLogdar28-Jun-03 13:23 
Generalsetting up restriction Pin
makson27-Jun-03 13:19
makson27-Jun-03 13:19 
GeneralThe Hand Cursor in IE5.0 Pin
Zibar27-Jun-03 10:38
sussZibar27-Jun-03 10:38 
GeneralRe: The Hand Cursor in IE5.0 Pin
Bjoern Graf27-Jun-03 19:14
Bjoern Graf27-Jun-03 19:14 
GeneralRe: The Hand Cursor in IE5.0 Pin
Zibar127-Jun-03 21:48
sussZibar127-Jun-03 21:48 
GeneralRunning an Application from VBSscript Pin
KraigS27-Jun-03 6:41
KraigS27-Jun-03 6:41 
GeneralSystem resource exceeded error ('800700e') Pin
Chris LaQuerre26-Jun-03 4:26
Chris LaQuerre26-Jun-03 4:26 
GeneralRe: System resource exceeded error ('800700e') Pin
Nino_126-Jun-03 4:41
Nino_126-Jun-03 4:41 
This is caused from too many connections at the same time.

A workaround might be to use the OLEDB driver:

"yourConnectionName.Open "Provider=Microsoft.Jet.OLEDB.4.0;" &_<br />
<br />
"Data Source=E:\foldername\databasename.mdb;" &_<br />
<br />
"Persist Security Info=false"


But I would look into U/G to SQL Server. As a rule MS Access will allow 10 concurrent connections to the DB, sometimes it will throw an error, and sometimes not.

Also be sure that you are closing your connection within your code:

yourConnectionName.Close<br />
<br />
Set yourConnectionName = Nothing


HTH

Tony
Generalhopefully simple IE control question Pin
MikeBeard26-Jun-03 3:45
MikeBeard26-Jun-03 3:45 
GeneralRe: hopefully simple IE control question Pin
hkulten26-Jun-03 4:24
hkulten26-Jun-03 4:24 
GeneralRe: hopefully simple IE control question Pin
MikeBeard26-Jun-03 8:09
MikeBeard26-Jun-03 8:09 
GeneralMS Office extenions w/ ASP.NET Pin
Nino_125-Jun-03 19:19
Nino_125-Jun-03 19:19 
GeneralRe: MS Office extenions w/ ASP.NET Pin
basementman26-Jun-03 4:03
basementman26-Jun-03 4:03 
GeneralRe: MS Office extenions w/ ASP.NET Pin
SimonS27-Jun-03 20:35
SimonS27-Jun-03 20:35 
Generalget name? print name ! Pin
seccondbest24-Jun-03 11:00
seccondbest24-Jun-03 11:00 
GeneralRe: get name? print name ! Pin
John Kuhn24-Jun-03 11:11
John Kuhn24-Jun-03 11:11 
GeneralExam questions Pin
boro1224-Jun-03 6:56
boro1224-Jun-03 6:56 
GeneralRe: Exam questions Pin
-- NA --24-Jun-03 7:32
-- NA --24-Jun-03 7:32 
GeneralRe: Exam questions Pin
SimonS27-Jun-03 20:38
SimonS27-Jun-03 20:38 
GeneralRe: Exam questions Pin
theJazzyBrain25-Jun-03 3:58
theJazzyBrain25-Jun-03 3:58 
General&lt;select&gt; with onchanging Pin
jerry0davis24-Jun-03 5:33
jerry0davis24-Jun-03 5:33 
GeneralRe: &lt;select&gt; with onchanging Pin
basementman24-Jun-03 7:17
basementman24-Jun-03 7:17 
GeneralRe: &lt;select&gt; with onchanging Pin
jerry0davis24-Jun-03 21:55
jerry0davis24-Jun-03 21:55 
GeneralRe: &lt;select&gt; with onchanging Pin
basementman25-Jun-03 4:10
basementman25-Jun-03 4:10 
GeneralIE and NS Pin
Brakanjan24-Jun-03 0:06
Brakanjan24-Jun-03 0:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.