.
.
.
Dim data As OleDbConnection
data = New OleDbConnection( "DSN=database" )
data.Open()
.
.
.
Why i get an error message when i'm trying to connect a database with DSN name??
The error message says that i don't specify provider (sqlolebd)...
How do i delete files from asp code?
strfile = Server.MapPath("Photos") & "/" & "photo.gif"
Dim fso
Set fso = CreateObject("Scripting.FileSystemObject")
fso.DeleteFile (strfile)
I use this coce and it doesn't works, Please Help Me
I have use a lot of times .dll libraries with asp to upload files into web server directory, but this in my own server that i could put that .dll file in the system what happens with another servers????. My question is if there is any way to upload an image or a file into SQL server database...
I was working with IIS 5 with Windows 2000 and everything was ok.Now i have this problem with Windows XP when i try to write in access database "Cannot update. Database or object is read-only."
When users close a current session and start another with another user name (ID) then sometimes my application remember the old login and sometimes the new one. I think that it's something about client's browser memory or cookies from global.asa. Can you give me a reason or a solution? Thanks
I want to know how can i redirect inside php code.
For example in ASP is: Response.Redirect "page1.asp?Id=34"
I want to do the same thing in php code.
Thanks
Does anyone knows how to freeze text sizes?
I meen that i don't want visitors (of my site), change font size from internet explorer.
Is something about CSS styles?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.