![]() |
|
|||||||
| Chit Chat Public Talk about any thing you want! This forum is public. |
![]() |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
||||||||||||
|
||||||||||||
|
Has this functionality been removed lately? I has a customer who has several sites which use DSNless connections, and he's asking if this has recently been changed to only supporting DSN-only connections. He's quite annoyed that he may be faced with the prospect of updating multiple pages on his sites to DSN connections.
Or was this all part of the 'system down for a bit' problem? |
|
#2
|
||||||||||||
|
||||||||||||
|
considering you cannot use ODBC for Access connections, there would be no reason DSN-less would not be allowed.
Must have been due to the outtage. |
|
#3
|
||||||||||||
|
||||||||||||
|
The only thing we're not supporting with Access is the ODBC driver. If he's connecting using the Jet OLE DB driver, then he shouldn't be having a problem. You should submit a trouble ticket on this so we can take a look at it.
I still recommend (as does Microsoft) to use a SQL database rather than Access for Internet apps. |
|
#4
|
||||||||||||
|
||||||||||||
|
I agree that he should be using SQL Server... but he is using and wants to use Access... he's adamant about it, and I guess that's his perogative, as he's paying for the account.
Have the drivers been updated or anything? He hasn't changed anything his end. |
|
#5
|
||||||||||||
|
||||||||||||
|
Nope - no changes have been made. But when Access hangs, or there are too many connections, we have to reboot the server to clear it (which is why Access is not as efficient on an Internet server as SQL).
Submit a trouble ticket & we'll take a look at what may be causing it. |
|
#6
|
||||||||||||
|
||||||||||||
|
is he using a connection like the following:
PROVIDER=MICROSOFT.JET.OLEDB.4.0;DATA SOURCE=C:\hshome\<hsphere-acct-name>\database\datafile.mdb That should work fine, of course like Carly said unless if he's got a bunch of users hitting at the same time. |
|
#7
|
||||||||||||
|
||||||||||||
|
Thanks JMBeach and Carly.
I'm just calling the customer to see if he's still having problems now that the router has restarted. If he is I'll put a TT in. Thanks again. |
|
#8
|
||||||||||||
|
||||||||||||
|
If his acct was on NT30, there was a permissions problem on one of the Temp directories. I'm not entirely sure how it changed itself, but it has been fixed. If he's on another server & still having problems, please submit a TT
![]() |
|
#9
|
||||||||||||
|
||||||||||||
|
Carly - his account is on NT30, and it all fixed now. The permissions problem must have been preventing the locking file (ldb) from being created. He's reported that it's all working again now.
Who works on a Sunday anyway! He's cool anyway, so no probs this end. Thanks heaps for the posts. You're a gem. |
|
#10
|
||||
|
||||
|
Quote:
, anyway i use both , for small web i use ms.access if store a lot of database i use MSSQL ( but MSACCESS is dangerous when they found our database file name )
__________________
I Love Cambodia ![]() |
|
#11
|
||||||||||||
|
||||||||||||
|
You shoulw always put an access db outside of your root web space so it can't be accessed by http/ftp protocols. Also helps to change the .mdb extension to a script language or exe extension - something that the web server will try to interpret or execute rather than serve up directly. Or even drop the extension entirely.
The Jet DB engine will try to open any file as access that you tell it to - doesn't need the .mdb extension to work.
__________________
|
|
#12
|
||||||||||||
|
||||||||||||
|
Quote:
any downside to this, sounds like a great security option?
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3 |
|
#13
|
|||||||||||
|
|||||||||||
|
No downsides at all really, definitely something everyone should do when using MS Access DB's.
|
|
#14
|
||||||||||||
|
||||||||||||
|
I always place them outsied the public access, just never knew I could change the extension for added security.
__________________
goodbye idevaffiliate, you can kiss my @$* with your poor support and broken script, I am now using post affiliate pro 3 |
|
#15
|
||||
|
||||
|
Yeah that is a good idea.
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| FTP Connections just die | Funnyhat | Chit Chat Public | 4 | 03-07-2004 10:44 PM |