Author |
Message |
Topic: local upload |
nesquick
Replies: 2
Views: 9403
|
|
ok, I thought every thing was already installed on the computer. sorry :/ |
Topic: local upload |
nesquick
Replies: 2
Views: 9403
|
|
Hi,
I'm trying to upload files (I'm working locally) but the code :
Set mySmartUpload = Server.CreateObject("aspSmartUpload.SmartUpload")
gives me an error 500
My form has the enctype="multipa ... |
Topic: connect to local db |
nesquick
Replies: 4
Views: 7918
|
|
ok, i found the prob : i don't have to set a iud and a password, and i put the driver :
set oconne = server.CreateObject ("ADODB.CONNECTION")
connStr = "DRIVER={SQL Server}; SERVER=myLocalServer; ... |
Topic: connect to local db |
nesquick
Replies: 4
Views: 7918
|
|
>> iNaNimAtE
I must use SQL Server (if I could I would use MySQL and PHP...), but thx for the doc
>> aprelium
I only have a 500 error for the connection script. Any other script w ... |
Topic: connect to local db |
nesquick
Replies: 4
Views: 7918
|
|
what are the things to indicate to connect to a local db ?
my local db is sqlserver, here is my code :
set oconne = server.CreateObject ("ADODB.CONNECTION")
oconne.Open ("DSN=localhost;database=b ... |
|