|
-
Nov 6th, 2001, 01:55 PM
#1
Thread Starter
New Member
Internet database
Hi there,
I'm trying to use an access db on the internet. I'm making a DHTML application in VB6, but when I make the project and upload everything to the webserver, the application doesn't work anymore. It try's to find the db in C:\windows\desktop.
I use the following connectionstring.
cmd = "provider = microsoft.jet.oledb.4.0; data source=uren.mdb;"
Is there anyone who can help me with this??
Last edited by broxtor; Nov 6th, 2001 at 02:25 PM.
-
Nov 7th, 2001, 08:44 AM
#2
Hyperactive Member
I recommend spending your time learning another kind of database, because Access is probably ranked the worst for use through the Internet. I would imagine that it would probably only run on a NT server, and would maybe need ASP. ASP is slow, and Access is only good for small-medium usage. Anything beyond a handful of users usually cripples Access. Even they recommend getting something better once you exceed its rated limits. So my recommendation would to look into PHP and MySQL. MySQL is one of the top performing Internet databases, and PHP practically goes hand in hand with MySQL now.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|